Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-29 00:14:07 +00:00
parent 68ed1f756e
commit 75ca83f371
3 changed files with 34 additions and 8 deletions

26
tldr/linux/portageq Normal file
View File

@@ -0,0 +1,26 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# portageq
> Query for information about Portage, the Gentoo Linux package manager.
> Queryable Portage-specific environment variables are listed in `/var/db/repos/gentoo/profiles/info_vars`.
> More information: <https://wiki.gentoo.org/wiki/Portageq>.
- Display the value of a Portage-specific environment variable:
`portageq envvar {{variable}}`
- Display a detailed list of repositories configured with Portage:
`portageq repos_config /`
- Display a list of repositories sorted by priority (highest first):
`portageq get_repos /`
- Display a specific piece of metadata about an atom (i.e. package name including the version):
`portageq metadata / {{ebuild|porttree|binary|...}} {{category}}/{{package}} {{BDEPEND|DEFINED_PHASES|DEPEND|...}}`