注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Eselect"
Jump to navigation
Jump to search
(Created page with "{{Ebuild |Summary=This is Gentoo's multi-purpose management and configuration tool. The Funtoo version has been enhanced to support Funtoo's enhanced profile system. |CatPkg=a...") |
(basic usage) |
||
Line 8: | Line 8: | ||
The Funtoo Linux version has been enhanced by Ryan Harris to support Funtoo's new profile system, described at [[Funtoo 1.0 Profile]]. | The Funtoo Linux version has been enhanced by Ryan Harris to support Funtoo's new profile system, described at [[Funtoo 1.0 Profile]]. | ||
==Usage== | |||
;{{c|eselect}} | |||
;{{c|eselect pager show}} | |||
===Some common eselect modules=== | |||
;{{c|kernel}}: manage the /usr/src/linux symlink | |||
;{{c|pager}}: manage the PAGER environment variable, this will influence what programs will use to display pages of text to the user such as nano, vi or emacs | |||
;{{c|visual}}: manage the VISUAL environment variable, to set the default text editor for capable terminals. | |||
;{{c|sh}}: change the default system shell | |||
;{{c|v}}: manage the /usr/bin/vi symlink | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 06:46, July 3, 2022
Eselect
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Eselect is used to set a variety of different types of options on Funtoo Linux systems.
The Funtoo Linux version has been enhanced by Ryan Harris to support Funtoo's new profile system, described at Funtoo 1.0 Profile.
Usage
eselect
eselect pager show
Some common eselect modules
kernel
- manage the /usr/src/linux symlink
pager
- manage the PAGER environment variable, this will influence what programs will use to display pages of text to the user such as nano, vi or emacs
visual
- manage the VISUAL environment variable, to set the default text editor for capable terminals.
sh
- change the default system shell
v
- manage the /usr/bin/vi symlink