update pacman
This commit is contained in:
parent
c9d9127160
commit
915644451b
1 changed files with 8 additions and 0 deletions
|
@ -36,6 +36,14 @@ pacman -Rcs <package>...
|
||||||
Get information about package:
|
Get information about package:
|
||||||
```shell
|
```shell
|
||||||
pacman -Si <package>...
|
pacman -Si <package>...
|
||||||
|
|
||||||
|
# Local
|
||||||
|
pacman -Qi <pacakge>...
|
||||||
|
```
|
||||||
|
|
||||||
|
List all packages from a reposity:
|
||||||
|
```shell
|
||||||
|
pacman -Sl <repo>
|
||||||
```
|
```
|
||||||
|
|
||||||
Install a package from local package file (.[tar](../../cli/compression/tar.md).[xz](../../../files/XZ%20Compression.md)):
|
Install a package from local package file (.[tar](../../cli/compression/tar.md).[xz](../../../files/XZ%20Compression.md)):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue