Formatted all pages according to guidelines.
This commit is contained in:
@@ -1,35 +1,35 @@
|
||||
# pacman
|
||||
|
||||
> Arch Linux package manager utility
|
||||
> Arch Linux package manager utility.
|
||||
|
||||
- synchronize and update all packages
|
||||
- Synchronize and update all packages:
|
||||
|
||||
`pacman -Syu`
|
||||
|
||||
- install a new package
|
||||
- Install a new package:
|
||||
|
||||
`pacman -S package-name`
|
||||
|
||||
- remove a package and its dependencies
|
||||
- Remove a package and its dependencies:
|
||||
|
||||
`pacman -Rs package-name`
|
||||
|
||||
- search the package database for a keyword
|
||||
- Search the package database for a keyword:
|
||||
|
||||
`pacman -Ss icon theme`
|
||||
|
||||
- list installed packages and versions
|
||||
- List installed packages and versions:
|
||||
|
||||
`pacman -Q`
|
||||
|
||||
- list only the explicitly installed packages and versions
|
||||
- List only the explicitly installed packages and versions:
|
||||
|
||||
`pacman -Qe`
|
||||
|
||||
- find which package owns a certain file
|
||||
- Find which package owns a certain file:
|
||||
|
||||
`pacman -Qo filename`
|
||||
|
||||
- empty package cache to free up space
|
||||
- Empty package cache to free up space:
|
||||
|
||||
`pacman -Scc`
|
||||
|
Reference in New Issue
Block a user