A practical guide on how to remove manually installed .NET SDKs on Linux. Since the .NET uninstall tool is not available on Linux, the approach is to delete the entire ~/dotnet directory and reinstall only the desired SDK versions. The post also compares manual installation via tar.gz binaries with using the system package manager (apt), noting that the package manager is easier for updates while manual installation offers more version control.

3m read timeFrom nodogmablog.bryanhogan.net
Post cover image