You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide details about the problem you are experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
I think we'd need to specifically support Kali to make this work by default. The version of libicu available on certain distros varies a lot, and at least in the kalilinux/kali-linux-docker image, Kali has libicu60 and libicu63 available in its default repos.
Problem encountered on https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current
Operating System: Linux kali 4.19.0-kali3-amd64 #1 SMP Debian 4.19.20-1kali1 (2019-02-14) x86_64 GNU/Linux
Provide details about the problem you are experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
After following instructions (https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current) on installing dotnet core sdk 2.2 I got an error on trying to installing the dotnet-runtime-deps-2.2 -> the following package is not installable 'libicu57'.
Not sure why isn't in the kali repo any more, but after installing it manually (https://packages.debian.org/stretch/amd64/libicu57/download) everything worked fine.
I used to point to Debian based repos for dotnet core on Kali before without having this problems.
Just let you know,
Maybe there are issues with libicu57 and Kali current version?
The text was updated successfully, but these errors were encountered: