2022-06-16 18:30:04 +01:00
|
|
|
---
|
2022-08-20 12:30:04 +01:00
|
|
|
categories:
|
|
|
|
- Linux
|
|
|
|
tags: []
|
2022-06-16 18:30:04 +01:00
|
|
|
---
|
|
|
|
|
2022-08-20 12:30:04 +01:00
|
|
|
|
2022-06-16 18:30:04 +01:00
|
|
|
# Pacman
|
|
|
|
|
|
|
|
## List all installed packages
|
|
|
|
```
|
|
|
|
pacman -Qe
|
|
|
|
```
|
|
|
|
|
2022-07-04 19:30:04 +01:00
|
|
|
## Uninstall, and list dependencies for package to be uninstalled
|
2022-06-16 18:30:04 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
pacman -Rcns
|
|
|
|
```
|