Tagged Questions
2
votes
1answer
75 views
How to find which package provides a file?
For example, I can't install package qcad because of error: "can't find qdict.h".
How can I find the package which provides the file qdict.h so I can install the package qcad?
0
votes
0answers
42 views
How to install Conary on stage3 Gentoo
I'm fed up with the outdatedness of the Foresight iso (can't install it on my system because of the kernel), and I want to start my own distro. I want to start from a Gentoo stage3, and install ...
2
votes
1answer
341 views
How can I get a package manager on a Samsung Chromebook?
I have enabled developer mode, and I can access the shell, but I don't have the emerge command, I remember reading that ChromeOS is built on Gentoo.
How can I get a package manager on ChromeOS?
3
votes
2answers
91 views
How can I query for obsolete/outdated installed packages (ebuilds) on Gentoo?
Installed packages sometimes become obsolete because the package got version bumped and the ebuild for the old version got dropped. Also it happens that packages are dropped completely from the tree ...
0
votes
3answers
1k views
sudo: apt-get: command not found
I am trying to install aircrack-ng in my Sabayon 9 by the use of this command:
sudo apt-get install aircrack-ng
but it says:
sudo: apt-get: command not found
How to install it?
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
942 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 ...
2
votes
1answer
401 views
How can I revert a package to a specific version on Gentoo?
I'm a Debian user pretty much new to Gentoo. I wanted to install a specific version of a package namely the 1.39.0 version of dev-libs/boost, http://packages.gentoo.org/package/dev-libs/boost. But I ...
1
vote
2answers
813 views
How / where to get sources for kernel-2.6.36-gentoo-r4 in Gentoo Linux distribution?
How can I get (i.e. what command to use) sources for kernel-2.6.36-r4 (uname -a says that it is version 2.6.36-gentoo-r4), or where from I can download it?
I want to compile the userside 'perf' ...
3
votes
1answer
279 views
Setting up a Gentoo Repository on a Debian Host
I have a debian host, on which i want to setup a private Gentoo Repository for my college. I have started syncing the repository by a simple bash script whose snippet is as follows :
...
7
votes
3answers
818 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 ...