-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Broken packages for Ubuntu Server 18.04 #3262
Comments
Package feed has been tested fine so we need to look at your system. Do you have previous versions of .NET currently installed? You can check with |
I’ve just found out I was missing the universe repository, it works fine after adding it to sources.list! Sorry, it’s all working now! |
I had the same issue, adding the universe repository fixed it as @jBylinski mentioned
|
@leecow , is there a plan to update the .NET Core installation guide for Ubuntu 18.04 ? |
Yep, looks like this is an issue with the default repo setup on Ubuntu Server so we'll find a place to add the appropriate content. |
Linking to related/duplicate issue dotnet/core#1822 we need to add |
I got same issue , Even after running |
caused by powershell package. Depends: libc6, libgcc1, libgssapi-krb5-2, liblttng-ust0, libstdc++6, zlib1g, libssl1.0.0, libicu55 |
@leecow can you verify the instructions are updated and this can be closed? |
@leecow verified, closing. |
This is still not working and the work around of sudo add-apt-repository universe | sudo apt-get update did not work sudo apt-get install -y powershell My version is the Microsoft WSL version. uname -a Because of this issue I cannot install .DotNET core and subsequently Powershell. I find it bizare that this is still an issue over 2 years after the original post |
Steps to reproduce
Follow the steps at https://www.microsoft.com/net/download/linux-package-manager/ubuntu18-04/runtime-current
Expected behavior
Running
sudo apt-get install aspnetcore-runtime-2.1
installs the package alongside its dependencies.Actual behavior
apt fails with the following message:
Environment data
Ubuntu Server 18.04.1
The text was updated successfully, but these errors were encountered: