Skip to main content

Questions tagged [emerge]

emerge is the definitive command-line interface to the Portage system. It is primarily used for installing packages, and can automatically handle any dependencies that the desired package has. There are at least three distributions which widely use this tool: Calculate, Funtoo and Gentoo Linux.

23 votes
4 answers
24k views

Using ABI_X86 in Gentoo

It's been months since I've updated my Gentoo system. And, as you can imagine, this means there's a lot of packages (and USE changes) I need to go over. My system is "amd64" (multilib), but I have a ...
gen_Eric's user avatar
  • 493
16 votes
4 answers
21k views

Portage on Gentoo how to view available software versions?

I would like to install program foo using emerge on a Gentoo system; so I simply use emerge foo to install and portage selects the most current version of that software that's in its repository. If I ...
inetplumber's user avatar
13 votes
4 answers
44k 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 matching ...
daniel kullmann's user avatar
12 votes
2 answers
6k views

Packages to rebuild after upgrading gcc on gentoo systems

Which packages should be rebuilt after upgrading gcc on a gentoo system? Is it sufficient to run # emerge -a --oneshot `equery depends gcc |awk '{print " ="$1}'` as suggested similar for perl in ...
Jonas Stein's user avatar
  • 4,138
9 votes
5 answers
8k 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 ...
Laurent Pireyn's user avatar
8 votes
3 answers
3k views

How do you print a list of all upgradeable packages in Gentoo

doing emerge -avuDN --with-bdeps y --keep-going @world takes a whole lot of time and often fails. Is there a way to print a list of all upgrade-able packages in a Gentoo system?
oz123's user avatar
  • 517
8 votes
2 answers
14k 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 ...
AlexD's user avatar
  • 1,173
8 votes
2 answers
3k 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?
AlexD's user avatar
  • 1,173
7 votes
2 answers
8k 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 ...
AlexD's user avatar
  • 1,173
7 votes
2 answers
7k views

Installl a specific version of a portage overlay package

I need to install an older version of x11-libs/bamf package , as you can see below there are different versions available I want to install 0.5.0[2], but it always go to 9999 version using "emerge ...
Shervan's user avatar
  • 287
6 votes
2 answers
12k views

Emerge on Gentoo fails with "Multiple package instances within a single package slot have been pulled … in". How can I resolve this?

I'm trying to install Google Chrome on my recent Gentoo box. But emerge is throwing some errors that are way over my head. I genuinely don't know what the problem even is. !!! Multiple package ...
rivanov's user avatar
  • 271
5 votes
2 answers
5k views

How do I apply multiple profiles at once on Gentoo?

I am installing KDE on a Gentoo Linux Hardened system. The official Gentoo wiki says the recommended way is to apply the KDE desktop profile, issue emerge -NDu --with-bdeps=y @world, and then install ...
RAKK's user avatar
  • 1,362
4 votes
1 answer
2k views

Why does Chromium use so much disk space on Gentoo Linux?

I have chosen Gentoo for my Linux distribution. I installed it in VirtualBox for practice purposes only, so I just gave it 10GB of disk space. Yesterday when I tried to emerge the Chromium package, it ...
John's user avatar
  • 95
4 votes
1 answer
7k 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 ...
Nova's user avatar
  • 2,915
4 votes
2 answers
2k views

What does "WHIRLPOOL size ;-)" mean?

Often when installing or upgrading packages the following appears in the log: * ….tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... What does this mean and what does the emoticon signify? ;-)
user avatar

15 30 50 per page
1
2 3 4 5 6