Add pacman dep removal

This commit is contained in:
Michael Schlapa
2020-08-20 20:06:39 +02:00
parent eaa7f52847
commit 755e7d1631

View File

@@ -1 +1,9 @@
# Archlinux # Archlinux
## pacman
### Remove package with dependencies
```
pacman -Rcns <package>
```