list installed AUR package only #1216
-
Is Paru able to print the list of installed AUR- packages only? |
Beta Was this translation helpful? Give feedback.
Answered by
Morganamilo
Dec 27, 2024
Replies: 1 comment
-
You can filter that list through AUR packages only if you need to with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
realyukii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pacman -Qmq
lists foreign packages which is usually the same thing. But any packages that are not in the repos (i.e. pkgbuilds you've written yourself) will also show up there.You can filter that list through AUR packages only if you need to with
pacman -Qnq | paru -Ta -
.