我正在我的系统上安装 64 位版本的 MSYS2。安装后,我按照官网的说明第一次运行MINGW64 。但是,在我运行之后pacman -Syu
,我收到了这条消息:
:: 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]
它说 msys2-runtime 和 catgets 有冲突,并问我是否要删除 catgets。关于这一步我应该做什么的任何建议?