mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
506 B
Plaintext
23 lines
506 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|