Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uninstall dotnet ubuntu

sudo apt --installed list | grep "dotnet"

# sample result of this command
dotnet-apphost-pack-3.0    dotnet-hostfxr-3.1         dotnet-runtime-deps-5.0
dotnet-apphost-pack-3.1    dotnet-hostfxr-5.0         dotnet-sdk-5.0
dotnet-apphost-pack-5.0    dotnet-runtime-5.0         dotnet-targeting-pack-3.0
dotnet-host                dotnet-runtime-deps-2.2    dotnet-targeting-pack-3.1
dotnet-hostfxr-2.2         dotnet-runtime-deps-3.0    dotnet-targeting-pack-5.0
dotnet-hostfxr-3.0         dotnet-runtime-deps-3.1 

$ sudo apt-get remove --purge dotnet-*3*
Comment

remove dotnet sdk ubuntu

apt-get remove dotnet-host
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu gpg 2 
Shell :: flutter errors shader compilation error 
Shell :: Load key ".pem": bad permissions 
Shell :: how to know version of heroku 
Shell :: ImportError: lxml not found, please install it 
Shell :: cf rolling restart 
Shell :: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 
Shell :: git remove remote tracking branch 
Shell :: git stash history 
Shell :: install opencv apt 
Shell :: kali network manager is not running 
Shell :: add changes to last commit 
Shell :: invalid or corrupted database (pgp signature) 
Shell :: composer require maatwebsite/excel install 
Shell :: visual studio code arm64 
Shell :: metasploit install kali linux 
Shell :: obs download ubuntu 
Shell :: find all files edited after date linux 
Shell :: libqt5x11extras5 install ubuntu 
Shell :: search for a package name in conda 
Shell :: conda install boto3 
Shell :: install lutris kali linux 
Shell :: Clear powershell console history 
Shell :: ubuntn nginx restart 
Shell :: powershell if string contains 
Shell :: linux add to path 
Shell :: vlc download for linux 
Shell :: pypdf2 install 
Shell :: set git pull rebase default 
Shell :: how to install rich in python 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =