User:Riskyrolemoral
From Gentoo Wiki
Some preliminary notes as a new user
To install something in testing branch:
- Make a file in /etc/portage/package.accept_keywords for the app in question
sudo emerge --ask --autounmask=y --autounmask-write [NAME OF PACKAGE]
If you are locked out of sudo, put in:
faillock --user "$(whoami)" --reset
Update Gentoo and all overlays with:
sudo emerge --sync