Gentoo: Difference between revisions
From DWIKI
m (→FAQ) |
m (→Documentation) |
||
Line 8: | Line 8: | ||
*[http://devmanual.gentoo.org/ devmanual] | *[http://devmanual.gentoo.org/ devmanual] | ||
*[https://zabbix.org/wiki/Compilation_instructions Compiling zabbix] | *[https://zabbix.org/wiki/Compilation_instructions Compiling zabbix] | ||
*[https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel Configuring and installing kernel] | |||
=Gentoo tools= | =Gentoo tools= |
Revision as of 20:20, 30 September 2019
Links
Documentation
Gentoo tools
Find out what ebuild will provide a file
What ebuild does a file belong to?
equery belongs
http://www.coyotegulch.com/products/acovea/
Docs
Tips
emerge -uvDNp world
FAQ
rebuild package
emerge -vauD package
which use flags are available for a package?
equery u package
Profiles
https://wiki.gentoo.org/wiki/Profile_(Portage)
Show available profiles
eselect profile list
See how emerge is doing
tail -f /var/log/emerge.log
Debugging software
using eselect
http://www.gentoo.org/doc/en/gentoo-upgrading.xml
Reason: Filesize does not match recorded size
ebuild foo.ebuild digest
slots
If there's multiple slots, and one of them is called '3', emerge using
emerge foo:3
IMPORTANT: 10 config files in '/etc/portage' need updating."
etc-update?