mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:26:04 +02:00
ego: add page (#6646)
This commit is contained in:
parent
30d7986595
commit
ea63269e85
1 changed files with 28 additions and 0 deletions
28
pages/linux/ego.md
Normal file
28
pages/linux/ego.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue