question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing dotnet-sdk-5.0 for ubuntu 21.04

See original GitHub issue

I am happy to see microsoft already package deb for ubuntu 21.04, but there only dotnet 3.1 and 2.1, not found dotnet 5.0

$ apt search dotnet-sdk
Sorting... Done
Full Text Search... Done
dotnet-sdk-2.1/hirsute 2.1.815-1 amd64
  Microsoft .NET Core SDK 2.1.815

dotnet-sdk-3.1/hirsute 3.1.408-1 amd64
  Microsoft .NET Core SDK 3.1.408
$ apt show dotnet-sdk-3.1
Package: dotnet-sdk-3.1
Version: 3.1.408-1
Priority: standard
Section: devel
Maintainer: Microsoft <dotnetcore@microsoft.com>
Installed-Size: 194 MB
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6), dotnet-targeting-pack-3.1 (>= 3.1.0), netstandard-targeting-pack-2.1 (>= 2.1.0), dotnet-apphost-pack-3.1 (>= 3.1.14), aspnetcore-targeting-pack-3.1 (>= 3.1.10), dotnet-runtime-3.1 (>= 3.1.14), aspnetcore-runtime-3.1 (>= 3.1.14)
Homepage: https://dotnet.github.io/core
Download-Size: 48.4 MB
APT-Sources: https://packages.microsoft.com/ubuntu/21.04/prod hirsute/main amd64 Packages
Description: Microsoft .NET Core SDK 3.1.408
 .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.


Please add dotnet-sdk-5.x for ubuntu 21.04, thanks

I read the document and operate as the guide told me :

https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#2010-

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
starafarcommented, Apr 27, 2021

Still waiting on this very eagerly.

1reaction
ctcoultercommented, May 9, 2021

for anyone following this - i just double checked, and dotnet-sdk-5.0 package seems to be available now even though this issue hasn’t been updated 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet-sdk-5.0 not found on Ubuntu 20.04.2 LTS
I had the same error on Ubuntu. Running these solved the problem:
Read more >
Install the .NET SDK or the .NET Runtime on Ubuntu
This article describes how to install .NET on Ubuntu. The Microsoft package repository contains every version of .NET that is currently, or was ......
Read more >
How to install previous dotnet versions ( 3.1 ) on Linux ...
I'm using an Ubuntu based distribution and installed version 5.0.404 and 6.0.101 and now have to install the previous version 3.1 ( core...
Read more >
linux - .NET version not installed
I went on the https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu website as they offer a quick tutorial on how to install ...
Read more >
Visual Studio 2019 unable to locate .Net Core SDK
Step 1) First run dotnet --list-sdks from the command line (as in Grzegorz Smulko's answer). Take note of the greatest version number.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found