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 locate package dotnet-sdk-3.1 on Ubunto 18.04.3 #3993

Closed
PtrStruct opened this issue Dec 13, 2019 · 2 comments
Closed

Unable to locate package dotnet-sdk-3.1 on Ubunto 18.04.3 #3993

PtrStruct opened this issue Dec 13, 2019 · 2 comments
Labels
needs-more-info Not enough information has been provided. Please share more detail as requested.

Comments

@PtrStruct
Copy link

I can't run the sudo apt-get install dotnet-sdk-3.1 command without getting that error

General

I'm currently running Ubuntu 18.04.3 and I'm trying to install the .NET SDK so I can develop my ASP.NET Core 3.1 MVC web page but I keep running into that error every time I try to run it.

I even tried the manual approach it suggested.
These are the resources I've been using
https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1804

https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1804#troubleshoot-the-package-manager

Is this a common issue?

@dagood
Copy link
Member

dagood commented Dec 13, 2019

Can you double check the output of the apt-get update step, to check for errors?

I believe you probably hit this outage, which is being worked on: #3988. When the update fails, that means your machine isn't able to get the list of packages, so apt-get install will tell you Unable to locate package.

@dagood dagood added the needs-more-info Not enough information has been provided. Please share more detail as requested. label Dec 16, 2019
@dagood
Copy link
Member

dagood commented Dec 20, 2019

Closing due to lack of info. It seems safe to assume this was the outage, which was fixed last week.

@dagood dagood closed this as completed Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-more-info Not enough information has been provided. Please share more detail as requested.
Projects
None yet
Development

No branches or pull requests

2 participants