this post was submitted on 16 Jan 2025
7 points (100.0% liked)
Arch Linux
8539 readers
2 users here now
The beloved lightweight distro
founded 6 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_64pacman -Qs mingw-w64-x86_64etc, 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.