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.

.Net Core SDK is not able to install it in Ubuntu 16.04

See original GitHub issue

Steps to reproduce

I followed the instructions given in the next microsoft web page: https://www.microsoft.com/net/download/linux-package-manager/ubuntu16-04/sdk-current

Expected behavior

Successful .Net Core SDK

Actual behavior

After running the next command: sudo apt-get install dotnet-sdk-2.1.101 I get the next messages: Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package dotnet-sdk-2.1.101 E: Couldn’t find any package by glob ‘dotnet-sdk-2.1.101’ E: Couldn’t find any package by regrex ‘dotnet-sdk-2.1.101’

Environment data

dotnet --info output: dotnet: command not found

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
omajidcommented, Mar 27, 2018

.NET Core is not supported on i386 platforms: https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md#linux. It only works on x86_64 (aka amd64 or x64).

0reactions
sch0bertcommented, Mar 27, 2018

oohh… that’s sad… then we can close it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install .NET SDK or .NET Runtime on Ubuntu 16.04
This article discusses how to install .NET on Ubuntu 16.04; Only .NET 6 is supported. Install the SDK (which includes the runtime) if...
Read more >
Unable to install .NET Core on Ubuntu 16.04 based ...
Unable to install .NET Core on Ubuntu 16.04 based on Microsoft Instructions · 1. Please run sudo apt-get install -f , then sudo...
Read more >
Install the .NET SDK or the .NET Runtime on Ubuntu
I want to create a .NET app ... Use the same package sources for the SDK as you use for the runtime. For...
Read more >
How to install dotnet SDK on Ubuntu 16.04 LTS
Try running this command on your terminal: wget -q packages-microsoft-prod.deb ...
Read more >
Solution: (Error)Unable to Correct problems, You have held ...
Recently, I have been using Linux(Ubuntu) machine on my virtual box quite a bit and as Microsoft.NET Developer I want to install .NET...
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