mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 19:17:57 +01:00
8528cbb0d5
Hey there, I took the liberty to add the command `pacman -Qe` for listing all and only the explicitly installed packages (`-e` option), still showing versions. Useful when you want a concise list of the packages you have without all the dependencies.
418 B
418 B
pacman
Arch Linux package manager utility
- synchronize and update all packages
pacman -Syyu
- install a new package
pacman -S package-name
- remove a package and its dependencies
pacman -Rs package-name
- search the package database for a keyword
pacman -Ss icon theme
- list installed packages and versions
pacman -Q
- list only the explicitly installed packages and versions
pacman -Qe