Talk:Gentoo Cheat Sheet

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

Kudos

Talk status
This discussion is done.

Kudos for this quick and concise Gentoo Cheat Sheet!

For once, I could not have done better myself. ;-)

--Roger (talk) 16:17, 12 August 2013 (UTC)

i thought it looked very useful so i jumped right on scribing it.

--666threesixes666 (talk) 16:27, 12 August 2013 (UTC)

we have a problem

Talk status
This discussion is done as of Jun 7, 2017.

i need to print ebuilds DESCRIPTION variable from packages. ive tried googling it several ways but i keep running into a hurricane of irrelevant data. ive tried "gentoo display ebuild description" "gentoo print ebuild description" and others and keep running into x11 and cups. we can get use flag descriptions, but not actual ebuild descriptions with this page. 666threesixes666 (talk) 23:54, 27 June 2014 (UTC)

This cheat sheet is not really the place for describing how to do unless you're wanting to use something like eix, which is already in the article. I'd search the web for "Portage API" if you want means of getting DESCRIPTION values directly. Kind regards, --Maffblaster (talk) 18:07, 7 June 2017 (UTC)

qfile instead of equery

Talk status
This discussion is done as of Nov 8, 2021.

I use qfile instead of equery. The incantation of equery utilized alongside the which command through a pipe is quite extensive, and probably difficult to memorize! --Roger (talk) 15:19, 23 September 2014 (UTC)

$ qfile /usr/bin/vim app-editors/vim (/usr/bin/vim)

Wouldn't you need to use which either way? --Maffblaster (talk) 18:07, 7 June 2017 (UTC)

The main advantage of qfile is that it's fast. On a system with a lot of packages installed equery can be very, very slow:

% time qfile `which zsh`; time equery b `which zsh`
app-shells/zsh (/bin/zsh)
qfile `which zsh`  0.39s user 0.07s system 97% cpu 0.468 total
 * Searching for /bin/zsh ... 
app-shells/zsh-5.5 (/bin/zsh)
equery b `which zsh`  39.85s user 0.73s system 99% cpu 40.713 total

--Tim1724 (talk) 02:20, 3 July 2018 (UTC)

If you want to change it, then please do so. There not really anything to discuss. Thank you! --Maffblaster (talk) 19:31, 8 November 2021 (UTC)

Alternatives like etc-update

Talk status
This discussion is done as of January 7, 2018.

Isn't this supposed to be a collection of all alternatives, then beside dispatch-conf there should be also old etc-update mentioned. Massimo B. (talk) 06:29, 8 January 2019 (UTC)

Feel free to include a section about it! No need to discuss this change. :) --Maffblaster (talk) 06:35, 8 January 2019 (UTC)

Sync with layman

Talk status
This discussion is done.

The article says : *if* "there are overlays created by layman"... I can't gather from layman docs if is syncs *only* overlays created by layman, or more. Does anybody know what it does exactly ? I think this article should be more explicit in this respect.

Kyoran (talk) 15:11, 7 July 2021 (UTC)

Yes, layman -S only syncs its own overlays. --Grknight (talk) 16:21, 8 November 2021 (UTC)