Created
June 1, 2019 17:37
-
-
Save Ujang360/ea80ac840af41ac8ddd463b58bdc8d1c to your computer and use it in GitHub Desktop.
Install dotnet core in Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb | |
sudo dpkg -i packages-microsoft-prod.deb | |
sudo add-apt-repository universe | |
sudo apt-get install apt-transport-https | |
sudo apt-get update | |
sudo apt-get install dotnet-sdk-2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment