Add pacman command alternative for

This commit is contained in:
2020-10-16 21:42:57 +02:00
parent 3edc12867a
commit f1db6d4514

View File

@@ -6,4 +6,17 @@
``` ```
pacman -Rcns <package> pacman -Rcns <package>
``` ```
### See which package provides which file
Search for a full filename
```
pacman -F $filename
```
Search for a regex
```
pacman -Fx $expr
```