Un Innstall Dot Net Ubuntu

[Solved] Un Innstall Dot Net Ubuntu | Shell - Code Explorer | yomemimo.com
Question : un innstall dot net ubuntu

Answered by : fahim-foysal-rabby

# 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

Source : | Last Update : Sun, 23 Jan 22

Answers related to un innstall dot net ubuntu

Code Explorer Popular Question For Shell