Install .net Core on Linux
I'm trying to install the .Net Core packages, but I have an issue and I do not know how to solve it.
I follow the steps on this page, but I get the below error: https://dotnet.microsoft.com/download/linux-package-manager/ubuntu18-04/sdk-2.1.202
jose@Jose-Desk:~$ 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'
I'm a beginner in linux, is it something I'm doing wrong? Because last week I had it, how can I solve it
Install .net Core on Linux
I'm trying to install the .Net Core packages, but I have an issue and I do not know how to solve it.
I follow the steps on this page, but I get the below error: https://dotnet.microsoft.com/download/linux-package-manager/ubuntu18-04/sdk-2.1.202
jose@Jose-Desk:~$ 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'
I'm a beginner in linux, is it something I'm doing wrong? Because last week I had it, how can I solve it