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.
You must log in or register to comment.
deleted by creator
Does MSYS2 use
mingw32
orlocal
as repo name? Maybe you could edit thepacman.conf
to change the nameIt has quite a few repos: mingw32, mingw63, ucrt64, clang32, clang64, msys…
deleted by creator