update pacman

This commit is contained in:
JMARyA 2025-01-08 11:48:29 +01:00
parent 012c4a1cde
commit 95e4663463
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,7 +1,7 @@
---
obj: application
arch-wiki: https://wiki.archlinux.org/title/Pacman
rev: 2024-12-19
rev: 2025-01-08
---
# Pacman
@ -48,6 +48,11 @@ List explicitly installed packages:
pacman -Qe
```
List of packages owning a file/dir:
```shell
pacman -Qo /path/to/file
```
List orphan packages (installed as dependencies and not required anymore):
```shell
pacman -Qdt