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?
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?