list installed packages and their repositories

As the title says.
pacman -Q lists only name and version;
pacman -Qi does have a "Packager" field, but i think it's not the same thing;
pacman -Qs seems to be what i want (if local means "all installed packages atm") but it's all prefixed by local/ instead of repo name like mingw32/ which is what i want.

I'm using MSYS2 in windows.

7 points · 4 comments · view on lemmy.world

4 Comments

progandy@feddit.org · 7 pts · 1y (2 replies)

pacman does not store the source repository of installed packages, that is why it does not have an option to show that information. You probably have to write some script to find possible repositories for each package.

Maybe the expac tool already has something, but I cannot check at the moment.

IceFoxX@lemm.ee · 3 pts · 1y

paclist core
paclist extra
paclist multilib
etc.

donio@lemmy.world · 1 pts · 1y
[ removed ]
MRLimcon@lemmy.ml · 3 pts · 1y
[ removed ]
exu@feditown.com · 1 pts · 1y (2 replies)

Does MSYS2 use mingw32 or local as repo name? Maybe you could edit the pacman.conf to change the name

0x0@programming.dev · 3 pts · 1y (1 reply)

It has quite a few repos: mingw32, mingw63, ucrt64, clang32, clang64, msys...

MRLimcon@lemmy.ml · 1 pts · 1y
[ removed ]