LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ego

Funtoo system personality manager

TLDR

Synchronize the Portage tree
$ ego sync
copy
Update bootloader configuration
$ ego boot update
copy
Read a Funtoo wiki page
$ ego doc [wiki_page]
copy
Print current profile
$ ego profile show
copy
Enable/Disable mix-ins
$ ego profile mix-in +[gnome] -[kde-plasma-5]
copy
Query Funtoo bugs for a package
$ ego query bug [package]
copy

SYNOPSIS

ego command [arguments]

DESCRIPTION

ego is Funtoo's official system personality management tool. It provides a unified interface for synchronizing repositories, managing profiles, updating bootloader configuration, and accessing Funtoo documentation.Available modules include: sync, profile, query, doc, boot, kit, and config. Replaces several separate tools with a single coherent interface.

PARAMETERS

sync

Synchronize Portage tree
boot update
Update bootloader configuration
doc page
Read wiki documentation
profile show
Display current profile
profile mix-in changes
Enable/disable mix-ins with +/-
query bug package
Query bugs for package
kit
Display kit information
config
View and modify /etc/ego.conf settings

CONFIGURATION

/etc/ego.conf

Main configuration file for ego profiles and settings.

CAVEATS

Funtoo Linux specific. Not available on Gentoo or other distributions. Requires proper /etc/ego.conf configuration.

SEE ALSO

emerge(1), eselect(1)

Copied to clipboard
Kai