mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added gentoo-related notes to the knowledge base
This commit is contained in:
17
knowledge base/funtoo linux.md
Normal file
17
knowledge base/funtoo linux.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Funtoo GNU/Linux
|
||||
|
||||
```shell
|
||||
# Portage update.
|
||||
sudo ego sync
|
||||
sudo emerge --sync
|
||||
```
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Installation] guide
|
||||
- [Portage]
|
||||
- [Profiles]
|
||||
|
||||
[installation]: https://www.funtoo.org/Install
|
||||
[portage]: portage.md
|
||||
[profiles]: https://www.funtoo.org/Funtoo_Profiles
|
||||
7
knowledge base/gentoo linux.md
Normal file
7
knowledge base/gentoo linux.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Gentoo GNU/Linux
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Portage]
|
||||
|
||||
[portage]: portage.md
|
||||
@@ -1,16 +1,18 @@
|
||||
# Portage
|
||||
|
||||
```shell
|
||||
# system update
|
||||
sudo emerge --sync
|
||||
sudo emerge --quiet --verbose --update --deep --newuse --with-bdeps=y --ask @world
|
||||
sudo emerge --depclean --ask
|
||||
## TL;DR
|
||||
|
||||
# check active portage features
|
||||
portageq envvar FEATURES | xargs -n 1
|
||||
```shell
|
||||
# System update.
|
||||
sudo emerge --sync
|
||||
sudo emerge --depclean --ask
|
||||
sudo emerge -qv --update --deep --newuse --with-bdeps=y -a @world
|
||||
|
||||
# Show what portage features are currently active.
|
||||
portageq envvar FEATURES | xargs -n1
|
||||
```
|
||||
|
||||
## Further readings
|
||||
## Sources
|
||||
|
||||
- [/etc/portage]
|
||||
- [Portage]
|
||||
|
||||
Reference in New Issue
Block a user