Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install .net sdk on ubuntu

# with Snap
sudo snap install dotnet-sdk --classic --channel=5.0

#with apt
wget https://packages.microsoft.com/config/ubuntu/21.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install -y apt-transport-https
 sudo apt-get install -y dotnet-sdk-5.0
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrade tensorflow version 
Shell :: how to stop port 3000 in windows 
Shell :: see git ignored files 
Shell :: ubuntu install certbot 
Shell :: how to install laravel on mac 
Shell :: ubuntu delete all files with extension 
Shell :: how to check in which brach we are in git 
Shell :: install sdkman ubuntu 
Shell :: clear cache credential git 
Shell :: embed a youtube video in github readme 
Shell :: uninstall ionic 
Shell :: pip install django-heroku error 
Shell :: see all apps linux 
Shell :: how to install asciiquarium on ubuntu 
Shell :: pip install tinymce 
Shell :: conda install scipy 
Shell :: certbot list all domains 
Shell :: how to install proxychains 
Shell :: starting apacha fail 
Shell :: install webpack cli 
Shell :: certbot add new domain 
Shell :: insall git onec2 
Shell :: yarn install uuid 
Shell :: how to open bash_profile 
Shell :: tailwind plugin prettier 
Shell :: clear pacman cahce 
Shell :: how to undo git remote add origin 
Shell :: Run emulator with terminal 
Shell :: change last commit message 
Shell :: uninstall vscode ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =