update pacman

This commit is contained in:
JMARyA 2025-04-24 14:14:45 +02:00
parent c9d9127160
commit 915644451b
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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)):