how to list all installed packages (and not their dependencies)? #34
Unanswered
blind-confused
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I wanted to know how to list packages that I chose to install (for example, if I installed
gnome-notes, I would like all of it's dependencies to be excluded from the list)here's a list of commands I tried that did NOT do it (all of them return a lot of dependencies):
pacman -Qpacman -Qepacman -Qqpacman -Qqepacman -Qm(only lists aur packages)yay -Qm(same as the above)I thought perhaps pacman is just recognizing dependencies, that were installed through pacseek, as "manually installed" packages?
Beta Was this translation helpful? Give feedback.
All reactions