Comments on: How to Install .NET Core (dotnet) on Ubuntu 22.04 https://tecadmin.net/how-to-install-dotnet-core-on-ubuntu-22-04/ How to guide for System Administrator's and Developers Tue, 27 Sep 2022 07:45:04 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Khai Nguyen https://tecadmin.net/how-to-install-dotnet-core-on-ubuntu-22-04/#comment-64935 Tue, 27 Sep 2022 07:45:04 +0000 https://tecadmin.net/?p=29500#comment-64935 This is how to install netcore 6 by script
“`
sudo apt remove ‘dotnet*’
sudo apt remove ‘aspnetcore*’
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt update
sudo apt install dotnet-sdk-6.0
“`

]]>
By: Matt https://tecadmin.net/how-to-install-dotnet-core-on-ubuntu-22-04/#comment-64398 Tue, 28 Jun 2022 16:33:45 +0000 https://tecadmin.net/?p=29500#comment-64398 PS it may be because I am running ARM

]]>
By: Matt https://tecadmin.net/how-to-install-dotnet-core-on-ubuntu-22-04/#comment-64397 Tue, 28 Jun 2022 16:33:18 +0000 https://tecadmin.net/?p=29500#comment-64397 Doesn’t work yet:

E: Unable to locate package dotnet-runtime-6.0
E: Couldn’t find any package by glob ‘dotnet-runtime-6.0’

It isn’t in the Microsoft repos yet.

]]>