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

ego — Funtoo's official system personality management tool. More information: <https://funtoo-ego.readthed

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

Problem

How to use the ego command: Funtoo's official system personality management tool. More information: <https://funtoo-ego.readthedocs.io/en/develop/>.

Solution

ego — Funtoo's official system personality management tool. More information: <https://funtoo-ego.readthedocs.io/en/develop/>.

Synchronize the Portage tree:
ego sync


Update the bootloader configuration:
ego boot update


Read a Funtoo wiki page by name:
ego doc {{wiki_page}}


Print current profile:
ego profile show


Enable/Disable mix-ins:
ego profile mix-in +{{gnome}} -{{kde-plasma-5}}


Query Funtoo bugs, related to a specified package:
ego query bug {{package}}

Code Snippets

Synchronize the Portage tree

ego sync

Update the bootloader configuration

ego boot update

Read a Funtoo wiki page by name

ego doc {{wiki_page}}

Print current profile

ego profile show

Enable/Disable mix-ins

ego profile mix-in +{{gnome}} -{{kde-plasma-5}}

Context

tldr-pages: linux/ego

Revisions (0)

No revisions yet.