This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

eselect

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

eselect is a tool for administration and configuration on Gentoo systems. It will modify the system's behavior and should be used with care by the system administrator. The associated modular framework for writing configuration utilities consists of:

  • A main program called eselect.
  • Various modules (.eselect files) that carry out different tasks.
  • Several libraries which help to ensure consistent behavior and simplify the creation of new modules.

Each module provides several actions. Actions typically either display some information (list and show actions are common) or update the system somehow (for example, set and update). Each module also provides help and usage actions that explain how to use the module.

To list all modules, run eselect without any arguments.

eselect modules

See also