Say I have the repo foo listed in my pacman.conf configuration file:
[foo]
Include = /etc/pacman.d/mirrolist-custom
I want to simply list of installed packages of my system from foo repo.
Say I have the repo foo listed in my pacman.conf configuration file:
[foo]
Include = /etc/pacman.d/mirrolist-custom
I want to simply list of installed packages of my system from foo repo.
Copyright © 2021 Jogjafile Inc.
You can list your installed packages, list the repo packages and compare. The output will be your installed packages from repo.
If you want to do it repetitively make a script. Here an example of a script called list_repo.sh
Run it as: