Nirav Kamani
Nirav Kamani

Reputation: 3272

Ubuntu unable to install .Net Core

I just installed Ubuntu 16.04 on virtual machine and trying to install .Net core.

I have followed following link for Installing .Net Core on Ubuntu

I tried to install package but it's failing.

Here is snapshot please check it once. enter image description here

After installing Ubuntu 16.04 i found that .Net core is still not supported in 16.04 and maximum support is provide is up to 15.10.

Ubuntu - Installing .net core

Why there is no note on Installing .Net core in Ubuntu page about what version of Ubuntu should be used?

Is it correct that .Net Core is still not supported in Ubuntu 16.04? Is there any way to resolve this?

Upvotes: 1

Views: 616

Answers (2)

Nirav Kamani
Nirav Kamani

Reputation: 3272

Documentation has been updated.

And now Installing .NetCore on linux provides separate command that can be used to install .NetCore on Ubuntu 16.04.

Please check it once.

Upvotes: 3

svick
svick

Reputation: 244757

As far as I know, there is no package available for dotnet on Ubuntu 16.04. But you can build it yourself by cloning the dotnet/cli repository and then following this guide.

Doing that seems to work for me on Ubuntu 16.04.

Upvotes: 3

Related Questions