update pacman
This commit is contained in:
parent
012c4a1cde
commit
95e4663463
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue