I am installing 64-bit version of MSYS2 on my sistem. After installing, I run MINGW64 for the first time following the instruction on this official website. However, after I run pacman -Syu
, I got this message:
:: Synchronizing package databases...
mingw32 is up to date
mingw64 is up to date
msys is up to date
:: Starting core system upgrade...
warning: terminate other MSYS2 programs before proceeding
resolving dependencies...
looking for conflicting packages...
:: msys2-runtime and catgets are in conflict. Remove catgets? [y/N]
It said that msys2-runtime and catgets are in conflict and asked me if I want to remove catgets. Any suggestion of what should I do in this step?