0

I have installed latest release of msys2 (msys2-x86_64-20161025). When I am running pacman -Syuu I am getting:

enter image description here

and if I answer y I get after:

enter image description here

What should I answer these questions?

About running pacman -Syuu after installation of msys2 I read here: https://github.com/msys2/msys2/wiki/MSYS2-installation

Jean-François Fabre
  • 137,073
  • 23
  • 153
  • 219
vasili111
  • 6,032
  • 10
  • 50
  • 80
  • 1
    Possible duplicate of [Conflicting msys2-runtime and catgets](https://stackoverflow.com/questions/49334489/conflicting-msys2-runtime-and-catgets) – David Grayson May 27 '18 at 19:04

1 Answers1

1

You can answer "yes" to everything, and/or remove catgets beforehand with pacman -R libcatgets.

Relevant support ticket. They seem to be in the process of removing all dependencies to libcatgets.

M.M
  • 138,810
  • 21
  • 208
  • 365