eselect, eselect-{repository,locale}: add page (#13228)

* eselect: add page

* eselect-repository: add page

* eselect-locale: add page
This commit is contained in:
Lena
2024-07-06 16:22:18 +02:00
committed by GitHub
parent 95196629e5
commit 1352c392bc
3 changed files with 66 additions and 0 deletions

17
pages/linux/eselect.md Normal file
View File

@@ -0,0 +1,17 @@
# eselect
> Gentoo's multi-purpose configuration and management tool.
> It consists of various modules that take care of individual administrative tasks.
> More information: <https://wiki.gentoo.org/wiki/Eselect>.
- Display a list of installed modules:
`eselect`
- View documentation for a specific module:
`tldr eselect {{module}}`
- Display a help message for a specific module:
`eselect {{module}} help`