HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

eselect — Gentoo's multi-purpose configuration and management tool. It consists of various modules that take c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
configurationcommandgentooandclimultipurposeeselect
linux

Problem

How to use the eselect command: Gentoo's multi-purpose configuration and management tool. It consists of various modules that take care of individual administrative tasks. Some subcommands such as kernel, locale, profile, etc. have their own usage documentation. More information: <https://wiki.gentoo.org/wiki/Eselect>.

Solution

eselect — Gentoo's multi-purpose configuration and management tool. It consists of various modules that take care of individual administrative tasks. Some subcommands such as kernel, locale, profile, etc. have their own usage documentation. 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

Code Snippets

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

Context

tldr-pages: linux/eselect

Revisions (0)

No revisions yet.