Skip to content

Instantly share code, notes, and snippets.

@Remz-Jay
Last active November 1, 2016 12:02
Show Gist options
  • Save Remz-Jay/2835011 to your computer and use it in GitHub Desktop.
Save Remz-Jay/2835011 to your computer and use it in GitHub Desktop.
Gentoo system update & cleaning
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