Tagged Questions
2
votes
1answer
71 views
How to disable portage LICENSE checks
Whenever I install a package with an EULA, portage asks me to add it to package.license:
The following license changes are necessary to proceed:
(see "package.license" in the portage(5) man page for ...
2
votes
1answer
105 views
package.use equivalent for VIDEO_CARDS, ABI_X86, etc
You can configure USE flags per package in /etc/portage/package.use. Is there an equivalent for similar flags like ABI_X86 or VIDEO_CARDS?
2
votes
2answers
103 views
Gentoo: How to update from one portage only?
I have an overlay alone with the default portage. Basically, I want to emerge only the updates from the main portage when I run emerge world -unD, and emerge the extra packages from the overlay ...
1
vote
3answers
86 views
Present USE flags upon emerging a package in gentoo
I was wondering if there are any tools to present the compile time options/ flags of a package in Gentoo when emerging. I am referring to something like this
5
votes
4answers
938 views
Safely uninstall a package in Gentoo
I wanted to uninstall a specific package in Gentoo and browsed through the emerge man page. I found the --unmerge option:
WARNING: This action can remove important packages! Removes all
...
4
votes
2answers
1k views
On Gentoo, how do I rebuild all packages depended on some other package?
I made mistake and changed perl non-threaded version to threaded by unmerge first, change USE flags to include ithreads and emerge perl again. Now most packages depending on perl are broken. How do I ...
4
votes
2answers
199 views
On Gentoo is there a way to find a list of installed packages which doesn't have other packages depended on them?
On Gentoo, is there a way to find a list of installed packages which doesn't have other packages depended on them (so called leaf packages)? Or, is there analog of pkg-orphan FreeBSD utility?
3
votes
1answer
660 views
On Gentoo how do I find list of packages installed after some specific date?
I have Gentoo VM that I use to test different puppet recipes and I frequently need to remove packages to bring it to clean initial state. While I could do this by hand when there are only few packages ...
7
votes
3answers
817 views
How to install multiple versions of the same package in Gentoo?
I would like to install two (or more) versions of the same packages on my Gentoo system. I know for sure there won't be any file clash, since there very few files installed and each of them is named ...