Redgate Clone

Couldn't find a valid .net ICU package


If using the CLI and you see this error:   

Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu (or icu-libs) using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotnet-missing-libicu for more information.


On RHEL this command works:  sudo dnf install libicu




Didn't find what you were looking for?