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.

  • exu@feditown.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

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

  • progandy@feddit.org
    cake
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    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.