Gentoo: Difference between revisions
From DWIKI
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
=Sites= | |||
*[http://www.gentoo.org/ Gentoo homepage] | *[http://www.gentoo.org/ Gentoo homepage] | ||
*[http://gentoo-wiki.com/ Gentoo Wiki] | *[http://gentoo-wiki.com/ Gentoo Wiki] | ||
*[http://devmanual.gentoo.org/ devmanual] | *[http://devmanual.gentoo.org/ devmanual] | ||
=Gentoo tools= | |||
==Find out what ebuild will provide a file== | |||
*[http://dev.gentooexperimental.org/~mvg/f2edb/ File to Ebuild DB] | *[http://dev.gentooexperimental.org/~mvg/f2edb/ File to Ebuild DB] | ||
==What ebuild does a file belong to?== | |||
equery belongs | equery belongs | ||
==http://www.coyotegulch.com/products/acovea/== | |||
=Docs= | |||
*[[KDE on Gentoo]] | *[[KDE on Gentoo]] | ||
=Tips= | |||
emerge -uvDNp world | emerge -uvDNp world | ||
Line 22: | Line 22: | ||
== | =FAQ= | ||
==Debugging software== | |||
*http://www.gentoo.org/proj/en/qa/backtraces.xml | |||
==using eselect== | |||
http://www.gentoo.org/doc/en/gentoo-upgrading.xml | http://www.gentoo.org/doc/en/gentoo-upgrading.xml | ||
==Reason: Filesize does not match recorded size== | |||
ebuild foo.ebuild digest | ebuild foo.ebuild digest | ||
=== | ==slots== | ||
*[http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1#doc_chap4 About slots] | |||
If there's multiple slots, and one of them is called '3', emerge using | If there's multiple slots, and one of them is called '3', emerge using | ||
emerge foo:3 | emerge foo:3 |
Revision as of 14:31, 24 January 2009
Sites
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
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