Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install dotnet-sdk-2.1 / 2.2 #2827

Closed
ip75 opened this issue Jun 4, 2019 · 2 comments
Closed

unable to install dotnet-sdk-2.1 / 2.2 #2827

ip75 opened this issue Jun 4, 2019 · 2 comments

Comments

@ip75
Copy link

ip75 commented Jun 4, 2019

Problem encountered on https://dotnet.microsoft.com/download/linux-package-manager/opensuse/sdk-2.1.302
Operating System: Linux openSUSE Leap - x64

Provide details about the problem you are experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.

ip@linux-2mvj:~> sudo zypper install dotnet-sdk-2.1
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides libicu52_1 needed by dotnet-runtime-deps-2.1-2.1.11-1.x86_64
Solution 1: do not install dotnet-sdk-2.1-2.1.700-1.x86_64
Solution 2: break dotnet-runtime-deps-2.1-2.1.11-1.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c):
ip@linux-2mvj:~> sudo zypper install libicu52_1
Loading repository data...
Reading installed packages...
'libicu52_1' not found in package names. Trying capabilities.
No provider of 'libicu52_1' found.
Resolving package dependencies...

Nothing to do.
ip@linux-2mvj:~> sudo zypper install libicu
Loading repository data...
Reading installed packages...
'libicu' not found in package names. Trying capabilities.
'libicu60_2' providing 'libicu' is already installed.
Resolving package dependencies...

Nothing to do.

fail....... infinite loop

dotnet-sdk-2.2 is the same one....

ip@linux-2mvj:~> uname -a
Linux linux-2mvj 4.12.14-lp150.11-default #1 SMP Fri May 11 08:28:30 UTC 2018 (a9fee09) x86_64 x86_64 x86_64 GNU/Linux

@ip75 ip75 changed the title unable to install dotnet-sdk-2.1 unable to install dotnet-sdk-2.1 / 2.2 Jun 4, 2019
@dagood
Copy link
Member

dagood commented Jun 4, 2019

There was some discussion about this issue in https://github.com/dotnet/core-setup/issues/5628, and a fix was merged into the 2.1/2.2 branches for the next servicing release: dotnet/core-setup#6246.

Basically, we're changing our RPM package to depend on libicu rather than a specific libicu52_1 or libicu60_2. This way, the same RPM will work across releases of Leap. This will be released in the next servicing release, around July (unless something changes).

@dagood
Copy link
Member

dagood commented Jun 4, 2019

@dagood dagood closed this as completed Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants