Code: Select all
# emerge --sync
# emerge --update --deep --with-bdeps y @world

Code: Select all
# emerge --update kde-base/kdebase-meta
Code: Select all
# emerge --update --deep --newuse --with-bdeps y @world --ask
Code: Select all
# emerge --depclean --ask #(typically safe to answer yes if the world update was successful)
# revdep-rebuild


That turns out not to be the case. Updates to the Stage tarballs are not coordinated with Portage tree updates, the latter being much more frequent than the former. Regardless of that cadence, you should update merely fairly regularly: at least monthly, although weekly will cause you a little less grief. You should also update, of course, when you specifically need something new.Dale__ wrote:maybe the best time for me to do an update is when there is a new stage3 tarball
Code: Select all
emerge --ask app-portage/gentoolkit
Code: Select all
emerge --sync
emerge --ask --update --newuse --with-bdeps=y --deep @world
emerge --ask --depclean
revdep-rebuild
