1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 09:35:44 +02:00
tldr/pages/linux/eselect.md
Lena 1352c392bc
eselect, eselect-{repository,locale}: add page (#13228)
* eselect: add page

* eselect-repository: add page

* eselect-locale: add page
2024-07-06 16:22:18 +02:00

17 lines
414 B
Markdown

# 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`