1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/eselect-profile.md

17 lines
469 B
Markdown
Raw Normal View History

# eselect profile
> An `eselect` module for managing the `/etc/portage/make.profile` symlink, which sets the system profile.
> More information: <https://wiki.gentoo.org/wiki/Eselect#Profile>.
- List available profile symlink targets with their numbers:
`eselect profile list`
- Set the `/etc/portage/make.profile` symlink by name or number from the `list` command:
`eselect profile set {{name|number}}`
- Show the current system profile:
`eselect profile show`