Gentoo: Difference between revisions

From DWIKI
Line 31: Line 31:


=FAQ=
=FAQ=
==mirror status==
https://mirrorstats.gentoo.org/
==rebuild package==  
==rebuild package==  
  emerge -vauD package
  emerge -vauD package

Revision as of 18:47, 13 May 2020

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

ATI OpenGL on Gentoo

FAQ

mirror status

https://mirrorstats.gentoo.org/

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?