mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 02:53:08 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/emaint
Normal file
25
tldr/linux/emaint
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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