Add pacman command alternative for
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user