pacman -Qm

This commit is contained in:
Alessandro Mauri 2019-02-16 16:28:05 +01:00
parent 1d8c86e0a7
commit 8e247bb6aa

View File

@ -19,6 +19,7 @@
"pacman -Ql" list all package's files and locations
"pacman -Qqe" list all installed packages
"pacman -Qc" view package changelog
"pacman -Qm" list packages not present in official repositories
If you panic just do "sudo pacman -Syy" and then "sudo pacman -Su"
"rm -rf /var/lib/pacman/db.lck" remove pacman's transaction lock file
(to solve "could not unlock database" error, which happen when pacman is already running)