LoginSignup
0
0

More than 3 years have passed since last update.

.Net Core 3.0 SDKをUbuntu18.04へインストール手順メモ

Last updated at Posted at 2019-10-20

Microsoft Keyの登録

wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb

.NET SDKのインストール

sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-3.0

インストール確認

dotnet --version
3.0.100
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0