Install on Linode Ubuntu 16.04 fails
See original GitHub issueSteps to reproduce
Normal install steps
Expected behavior
Should install?
Actual behavior
Fails
Environment data
dave@planetfall:~$ uname -a
Linux planetfall 4.15.13-x86_64-linode106 dotnet/sdk#4283 SMP Tue Mar 27 14:42:14 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
dave@planetfall:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
dave@planetfall:~$ sudo apt-get install dotnet-sdk-2.1.4
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dotnet-sdk-2.1.4
E: Couldn't find any package by glob 'dotnet-sdk-2.1.4'
E: Couldn't find any package by regex 'dotnet-sdk-2.1.4'
dave@planetfall:~$ sudo apt search dotnet-sdk-2.1.4
Sorting... Done
Full Text Search... Done
dotnet-sdk-2.1.4/xenial,xenial 2.1.4-1 amd64
Microsoft .NET Core SDK - 2.1.4
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (11 by maintainers)
Top Results From Across the Web
Upgrade from Ubuntu 16.04 to 18.04 fails | Linode Questions
✓ Best Answer. It looks like your /etc/apt/sources.list file is misconfigured. Normally when you run the do-release-upgrade command, ...
Read more >Issues with apt-get update on Ubuntu | Linode Questions
When checking for updates, you end up getting a “Failed To Download Repository Information” error. This problem affects particularly rapidly ...
Read more >Install on Linode Ubuntu 16.04 fails · Issue #9436 · dotnet/sdk
Steps to reproduce Normal install steps Expected behavior Should install? Actual behavior Fails Environment data dave@planetfall:~$ uname -a ...
Read more >Error installing EE on fresh Linode (ubuntu 16.04)
I just created a fresh Linode with Ubuntu 16.04LTS. While trying to install EE by pasting the standard installation command, ...
Read more >problems on ubuntu 16.04 LTS (linode.com VPS)
When installing Veeamsnap .deb package (x64) on an ubuntu 16.04 LTS virtual machine hosted on the linode.com service I get the following warnings....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s in my second post, but also below (can’t find the downloaded package, even though it’s there:
Unless this is a platform mismatch?
$ sudo apt-get install dotnet-sdk-2.1 Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package dotnet-sdk-2.1 E: Couldn’t find any package by glob ‘dotnet-sdk-2.1’ E: Couldn’t find any package by regex ‘dotnet-sdk-2.1’
There was quite a bit of clean up happening last week on https://packages.microsoft.com. Could you
sudo apt-get update
first to make sure you have the latest package metadata then runsudo apt-get install dotnet-sdk-2.1
?I just tried on a couple 16.04 machines and things seem to be behaving themselves.