Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

list of gentoo binary packages

Tags:

binary

gentoo

Installing gentoo in my old laptop is a painful work, as the weekly update can make the poor cpu extra hot.

To stick into gentoo with less emerge effort, I decided to use binary files for large packages e.g., chrome, firefox, libreoffice ect.

Just wondering if there is a list of packages that provides binary ebuilds in the repo, so that I can quickly identify these package and swap them into binary ones?

like image 410
Chenming Zhang Avatar asked Jun 04 '14 11:06

Chenming Zhang


1 Answers

eix *-bin will give you all the bin packages in portage. There is also PORTAGE_BINHOST, which is probably what you are looking for.

like image 106
Alex Barker Avatar answered Oct 17 '22 01:10

Alex Barker