How to update your Gentoo
Posted: Tue Feb 09, 2016 6:16 pm
Source:
https://wiki.gentoo.org/wiki/Gentoo_Cheat_Sheet
Sync the Portage tree using the mirrors by fetching the latest differences:
root # emerge --sync
Upgrade all installed packages:
root #
and then root #
Alt. use tmux:
tmux new-session -d 'emerge -quUND --with-bdeps=y --changed-deps @world @system'
After updating perl-core packages:
root # perl-cleaner --all
https://wiki.gentoo.org/wiki/Gentoo_Cheat_Sheet
Sync the Portage tree using the mirrors by fetching the latest differences:
root # emerge --sync
Upgrade all installed packages:
root #
Code: Select all
emerge -pvuDUN --with-bdeps=y --changed-deps @world @systemCode: Select all
emerge -quDUN --with-bdeps=y --changed-deps @world @systemtmux new-session -d 'emerge -quUND --with-bdeps=y --changed-deps @world @system'
After updating perl-core packages:
root # perl-cleaner --all