2024-07-06 16:22:18 +02:00
|
|
|
# eselect
|
|
|
|
|
|
|
|
> Gentoo's multi-purpose configuration and management tool.
|
|
|
|
> It consists of various modules that take care of individual administrative tasks.
|
2024-10-03 22:11:11 +02:00
|
|
|
> Some subcommands such as `kernel`, `locale`, `profile`, etc. have their own usage documentation.
|
2024-07-06 16:22:18 +02:00
|
|
|
> 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`
|