Answers for "how do I list all my packages on arch linux"

3

list recently installed packages arch

grep -i installed /var/log/pacman.log
Posted by: Guest on December-13-2021
0

how do I list all my packages on arch linux

pacman -Qe # list all explicitely installed packages
Posted by: Guest on March-17-2022

Code answers related to "how do I list all my packages on arch linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language