Last Sync: 2022-06-16 18:30:04

This commit is contained in:
tactonbishop 2022-06-16 18:30:04 +01:00
parent 248fa30f88
commit 0733d76e29
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,17 @@
---
tags:
- Linux
---
# Pacman
## List all installed packages
```
pacman -Qe
```
# Uninstall, and list dependencies for package to be uninstalled
```
pacman -Rcns
```