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

eselect profile — An `eselect` module for managing the `/etc/portage/make.profile` symlink, which sets the system prof

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

Problem

How to use the eselect profile command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/eselect profile

Revisions (0)

No revisions yet.