Formatted all pages according to guidelines.
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
# emerge
|
||||
|
||||
> Gentoo Linux package manager utility
|
||||
> Gentoo Linux package manager utility.
|
||||
|
||||
- synchronize all packages
|
||||
- Synchronize all packages:
|
||||
|
||||
`emerge --sync`
|
||||
|
||||
- update all packages, including dependencies
|
||||
- Update all packages, including dependencies:
|
||||
|
||||
`emerge -uDNav @world`
|
||||
|
||||
- resume a failed updated, skipping the failing package
|
||||
- Resume a failed updated, skipping the failing package:
|
||||
|
||||
`emerge --resume --skipfirst`
|
||||
|
||||
- install a new package, with confirmation
|
||||
- Install a new package, with confirmation:
|
||||
|
||||
`emerge -av {{package-name}}`
|
||||
|
||||
- remove a package, with confirmation
|
||||
- Remove a package, with confirmation:
|
||||
|
||||
`emerge -Cav {{package-name}}`
|
||||
|
||||
- remove orphaned packages (that were installed only as dependencies)
|
||||
- Remove orphaned packages (that were installed only as dependencies):
|
||||
|
||||
`emerge -avc`
|
||||
|
||||
- search the package database for a keyword
|
||||
- Search the package database for a keyword:
|
||||
|
||||
`emerge -S {{keyword}}`
|
||||
|
Reference in New Issue
Block a user