Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -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}}`