Skip to content

Cannot install .NET Core on Ubuntu 20.04 (missing dependency) #4588

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

Closed
kedare opened this issue Apr 19, 2020 · 3 comments
Closed

Cannot install .NET Core on Ubuntu 20.04 (missing dependency) #4588

kedare opened this issue Apr 19, 2020 · 3 comments

Comments

@kedare
Copy link

kedare commented Apr 19, 2020

Following the standard intrucstion, .NET core 3.1 cannot be installed on Ubuntu 20.04 because of a missing dependency.

After doing some investigation, it is because it depends on versions of libicu that are not available on this version of Ubuntu :

The following packages have unmet dependencies:
 dotnet-runtime-deps-3.1 : Depends: libicu but it is not installable or
                                    libicu63 but it is not installable or
                                    libicu60 but it is not installable or
                                    libicu57 but it is not installable or
                                    libicu55 but it is not installable or
                                    libicu52 but it is not installable
E: Unable to correct problems, you have held broken packages.

This version of Ubuntu only provides libicu66 (which is not declared as a dependency)
https://packages.ubuntu.com/search?suite=focal&keywords=libicu

@dagood
Copy link
Member

dagood commented Apr 19, 2020

We don't quite have packages ready for Ubuntu 20.04 on the package repository. Check out #4360 for more info including a workaround.

I want to point out, though, there are no "standard" instructions for 20.04 yet--the page hasn't been created: dotnet/docs#17638.

@dagood
Copy link
Member

dagood commented Apr 19, 2020

Duplicate of #4360

@dagood dagood marked this as a duplicate of #4360 Apr 19, 2020
@dagood dagood closed this as completed Apr 19, 2020
@Dutchglory
Copy link

solution here: #4616 (comment)

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

3 participants