snippetbashTip
eselect profile — An `eselect` module for managing the `/etc/portage/make.profile` symlink, which sets the system prof
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 listSet 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 showCode Snippets
List available profile symlink targets with their numbers
eselect profile listSet 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 showContext
tldr-pages: linux/eselect profile
Revisions (0)
No revisions yet.