Last active
November 1, 2016 12:02
-
-
Save Remz-Jay/2835011 to your computer and use it in GitHub Desktop.
Gentoo system update & cleaning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emerge --sync && emerge -uDNav --with-bdeps=y @world | |
emerge --depclean && emerge @preserved-rebuild && revdep-rebuild && eclean-dist | |
genkernel --oldconfig --menuconfig --splash --save-config --makeopts=-j5 --install all | |
grub-mkconfig -o /boot/grub/grub.cfg | |
perl-cleaner --reallyall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment