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.

Install on Linode Ubuntu 16.04 fails

See original GitHub issue

Steps 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:closed
  • Created 5 years ago
  • Comments:22 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
ChicagoDavecommented, Jun 4, 2018

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’

1reaction
leecowcommented, Jul 23, 2018

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 run sudo apt-get install dotnet-sdk-2.1?

I just tried on a couple 16.04 machines and things seem to be behaving themselves.

Read more comments on GitHub >

github_iconTop 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 >

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