How to update your Gentoo

Post Reply
User avatar
Mazzz79
Site Admin
Posts: 47
Joined: Fri Feb 05, 2016 5:37 pm
Location: Sweden
Contact:

How to update your Gentoo

Post by Mazzz79 »

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 #

Code: Select all

emerge -pvuDUN --with-bdeps=y --changed-deps @world @system
and then root #

Code: Select all

emerge -quDUN --with-bdeps=y --changed-deps @world @system
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


Post Reply