

the only difference is where /etc/make.profile points tokoenderoo wrote: So basicly: what's the difference between a fully updated system installed under 2005.0 and a new installed system under 2005.1?
Code: Select all
# emerge -auDv worldCode: Select all
emerge --sync && emerge world -DuavTo -D or not to -D is a matter of taste. -v gives you a little more info about what you're doing. Especially if you want to check use flags.koenderoo wrote:Why is it that every time someone tells how to update world it comes with a different set of options?
AFAIK emerge world or emerge -u world is fine.
And no, I did not forget that I could update my system, I was just curious if it changes anything special. Somthing I can't change with updating.
I've used it daily on upto three machines for about 18months now.Satori80 wrote:I've been told several times that -D (shorthand for --deep) will cause weird problems. I don't use it anymore.
Code: Select all
emerge sync
glsa-check -f all
emerge world -uDNva
emerge depclean -va
revdep-rebuild -va
dispatch-conf
/usr/local/sbin/eclean -d distfiles
/usr/local/sbin/eclean -d packages
etcportclean -c111111 -r1 -w1 -d1 -v1Sorry about that. I have use gentoolkit for years, so I wrongly assumed everyone had it emerged.koenderoo wrote:Might help if you can tell me where to get revdep-rebuild.
Code: Select all
emerge app-portage/gentoolkit -va