Add pacman command alternative for
This commit is contained in:
@@ -7,3 +7,16 @@
|
||||
```
|
||||
pacman -Rcns <package>
|
||||
```
|
||||
|
||||
### See which package provides which file
|
||||
|
||||
Search for a full filename
|
||||
```
|
||||
pacman -F $filename
|
||||
```
|
||||
|
||||
Search for a regex
|
||||
|
||||
```
|
||||
pacman -Fx $expr
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user