this post was submitted on 16 Jan 2025
7 points (100.0% liked)
Arch Linux
8136 readers
3 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do the commands with the repo prefixes:
pacman -Qs mingw-w64-ucrt-x86_64
pacman -Qs mingw-w64-x86_64
etc, this will give a list of packages from that repo, because msys2 uses prefixes to define the packages and not have conflicts. A script that just make these commands might work, packages with no prefix are from the msys repo.