-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Please provide packages for Ubuntu 20.04 #4360
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
Comments
@murbanowicz, what are you seeing when trying to 3.1.2 from the 19.10 repo? 20.04 will not be officially released until 4/23 and we typically have the repo established and populated with the .NET Core release which immediately follows but I think we can have this set up for 20.04 release day. @rbhanda - please work with the AzLinux folks to get 20.04 on-boarded to packages.microsoft.com. /cc @nakarnam |
The following packages have unmet dependencies: 20.04 has libicu65. It would be nice to have preview packages earlier. |
I tried to setup 20.04 too, basically /everything/ works, except .net core... :( was hoping to play around with .net core on Ubuntu 20.04 but I guess I'll need to wait until release day. |
You have a few options in the meantime:
|
@dagood - thank you very much!!! |
Just for information: Ubuntu 20.04 will be released April 23rd, and is the next LTS version, so it will be supported for 5 years. |
Any news on this? |
@NikolaMilosavljevic for an update |
All PRs were completed a month ago. There are upcoming servicing releases for 2.1 and 3.1 and 5.0 preview. 5.0: dotnet/runtime#34079 All these changes added support for libicu65 and libicu66. |
When I run the following i get the error that the dotnet-sdk-3.1 package is not found. Am I doing something wrong? Running pop_os 20.04 (based on ubuntu 20.04)
gives the error
|
There are no dotnet packages yet for 20.04 in the repository. |
Is there an ETA on the packages being put in the repository? |
Please provide this packages. |
I used the 18.04 source on 20.04 with the help from this tweet: https://twitter.com/sinclairinat0r/status/1237201767198273536 wget http://mirrors.edge.kernel.org/ubuntu/pool/main/i/icu/libicu63_63.2-2_amd64.deb Then installed .NET Core normally. |
phillip-haydon approach worked perfectly in Ubuntu 20.04 |
My ASP.NET Core 3.1 apps use 100% CPU on Ubuntu 20.04 when first network action occurs. |
Still receiving an error, even after follow the new instructions page: https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-2004 Ubuntu 20.04 LTS The step bellow works normally: This command returns the error message: Error: Unable to locate package dotnet-sdk-3.1 |
Please also update the release notes, add support for Ubuntu 20.04: |
No .NET packages have been published to the Ubuntu 20.04 Microsoft repository yet, let alone packages that support 20.04. 😕 For now, you'll need to keep using the an earlier repository (18.04 for last LTS, or 19.10) with one of the workarounds above: installing the old libicu dependency manually, faking the libicu dependency to force the newer one to work, or using an alternative install method. @Thraka, should we take down https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-2004? It looks like it was published prematurely. Alternatively we could decide on a workaround to document as official. @leecow @rbhanda how is this distro version cycle being tracked? (How did this happen?) |
I tried the 19.10 instructions as a workaround but I get "some packages could not be installed" due to unmet dependencies on other dotnet packages.
|
Just ran into the same trap and followed the docs. Resulted in me doubting my system. I think the docs as they are right now are very confusing or at least deserve a NOTE on them with a slight preference towards a note with a link to this issue. |
Just release it already :-D |
I am agree with @Fredrik81. Such a shame that MS couldn't release packages for Ubuntu 20.04 which is LTS version |
Is the website going to be updated soon to reflect this? 19.10 is still listed as the latest for me. |
Installing via these steps worked great for me:
However, I first had to run the following. I guess I needed to clean up previous attempts.
|
@merschformann isn't there any repository so dependencies are met automatically? |
If you look at the comment right above yours, I did the same thing, and it provides a repository, at least for Ubuntu (I can't speak for other distros as I have not tried anything else, but I know that Fedora 32 has them built in, for which I am very grateful to Microsoft and IBM/RedHat). |
@byroniac see here for the list of officially supported platforms: https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1910 Page for Ubuntu 20.04 is not yet available and it's tracked by dotnet/docs#17638 |
@Mizux si funciona el proceso de instalación que da @merschformann , entiendo que no esta en la pagina oficial de Microsoft pero si funciona, en el caso de que hubiera alguna actualización podemos hacerla y ya. |
You can see the draft of the changes at https://github.com/dotnet/docs/pull/18160/files |
I want to thank every who works at Microsoft on this for their efforts on this, as they are much appreciated and not enough credit is given. |
error
|
In order to be able to install
Use this instead:
|
Why is this closed? I still get the error: sudo apt-get install dotnet-sdk-3.1 Reading package lists... Done using Ubuntu 20.04, after doing everything the microsoft site tells me to do.. |
@mikevanl Please open a new issue with what you've tried and all command output, especially |
Try to add ":amd64" to the end of dotnet's package names. |
I used this method and worked for me. wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb |
I have this same error. I am using ubuntu on ARM32. any suggestions? |
@yelsnitrk you need to follow these instructions:
https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#manual-install |
Thanks. I downloaded the binary that I want to my /home/user directory. What next? |
@yelsnitrk you should be able to get it to work by continuing along with the instructions. Please feel free to open a new issue if some of the steps don't make sense or aren't working for you. |
|
come on, arm64 .debs alredy. |
|
I am in a similar situation, running dotnet-sdk 5.0.0-rc1 on Ubuntu 20.10 dev release which packages libicu67. Ubuntu 20.10 is going to be released next month so it didn't seem that crazy. I modified the installer script for all the issues I ran into and stuck it here: https://github.com/averyfreeman/dotnet-sdk-5.0rc1-Ubuntu-20.10-installer |
This worked for me - Brilliant. Thanks. |
Thanks !!! |
this worked for me.
|
Hi,
I am not sure this issue should be created here, but I hope it's the right place. If not, please move it to an appropriate place.
Could you please provide packages for Ubuntu 20.04?
Packages for 19.10 working to some degree, but e.g. I cannot get 3.1.2 update, I am stuck on 3.1.1 (not to say it's critical or so, but would be nice to upgrade).
The text was updated successfully, but these errors were encountered: