Answers for "un innstall dot net ubuntu"

1

un innstall dot net ubuntu

# get installed dotnet information
dotnet --info
# remove sdk and runtime based on installed version ( in my case 5.0 )
sudo apt remove --purge dotnet-sdk-5.0
sudo apt remove --purge dotnet-runtime-5.0
Posted by: Guest on January-16-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language