Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove previous versions of .NET Core from Linux (CentOS 7.1)

Tags:

People also ask

Can I remove older versions of .NET Core SDK?

. NET Runtime updates are compatible with the latest major version of the . NET SDKs. This means that you can remove safely the older versions.

How do I uninstall dotnet tools?

dotnet tool uninstall To uninstall a global tool that was installed in the default location, use the --global option. To uninstall a global tool that was installed in a custom location, use the --tool-path option. To uninstall a local tool, omit the --global and --tool-path options.


I would like to install the current version Core 1.0. Currently the RC2 version is installed. The instruction on the official website are:

Before you start, please remove any previous versions of .NET Core from your system.

But I don't know how and I can't find nothing from Microsoft like for example here.

I found this script... but my Linux skills are not great and I won't make it worst.