Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install .net on pop os

sudo apt-get install -y dotnet-sdk-6.0
Comment

how to install .net on pop os

sudo apt-get install -y aspnetcore-runtime-6.0
Comment

how to install .net on pop os

mkdir ~/src && cd ~/src
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
rm packages-microsoft-prod.deb
Comment

how to install .net on pop os

sudo apt-get update; 
sudo apt-get install -y apt-transport-https && 
sudo apt-get update
Comment

PREVIOUS NEXT
Code Example
Shell :: delete every file in directory mac 
Shell :: git ignoring vendor folder inside public also 
Shell :: Copying file permission of unixcop to monitor.txt 
Shell :: install ChromeHeadless wsl 
Shell :: invert 
Shell :: remove detached disk from raid array linux 
Shell :: chicken programming language hello world 
Shell :: ssh how to start a script out of the session 
Shell :: scan network ip powershell comands 
Shell :: betterlock screen set wallpaper 
Shell :: remove wine application icons of deleted programs from unity/gnome 
Shell :: ubuntu 21.04 install gnome tweak tool 
Shell :: kubernetes short call 
Shell :: tapping home-brew/core 
Shell :: how to add mods to linux minecraft server 
Shell :: mkdir NewDirectory and cd into it 
Shell :: Ranges 1 
Shell :: instal specific version software in archlinux 
Shell :: Command to print list of environment variables in bash 
Shell :: reuse an old git branch name after merge 
Shell :: bash find files with word 
Shell :: postgre create user 
Shell :: what is shell scripting 
Shell :: how install mongodb on raspberry 
Shell :: command to change user username 
Shell :: bash run while loop 
Shell :: unity install c# package 
Shell :: how to install chrome browser on linux mint using terminal 
Shell :: install php 7.4 nginx ubuntu 
Shell :: gh_token environment variable powershell 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =