mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:59:24 +08:00
emaint: add page (#18166)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# emaint
|
||||
|
||||
> Perform Portage maintenance tasks.
|
||||
> More information: <https://wiki.gentoo.org/wiki/Portage#emaint>.
|
||||
|
||||
- Synchronize repositories that are set to auto-sync (default for most repositories):
|
||||
|
||||
`sudo emaint sync {{[-a|--auto]}}`
|
||||
|
||||
- Synchronize a specific repository:
|
||||
|
||||
`sudo emaint sync {{[-r|--repo]}} {{repository}}`
|
||||
|
||||
- Clear the Portage resume list:
|
||||
|
||||
`sudo emaint cleanresume {{[-f|--fix]}}`
|
||||
|
||||
- Clean Portage logs:
|
||||
|
||||
`sudo emaint logs {{[-C|--clean]}}`
|
||||
Reference in New Issue
Block a user