dotnet-tool-uninstall - Man Page

Uninstalls the specified .NET tool from your machine.

dotnet tool uninstall

This article applies to: ✔️ .NET Core 3.1 SDK and later versions

Synopsis

dotnet tool uninstall <PACKAGE_NAME> -g|--global

dotnet tool uninstall <PACKAGE_NAME> --tool-path <PATH> [--tool-manifest <PATH>]

dotnet tool uninstall <PACKAGE_NAME>

dotnet tool uninstall -h|--help

Description

The dotnet tool uninstall command provides a way for you to uninstall .NET tools from your machine. To use the command, you specify one of the following options:

Arguments

Options

Examples

See Also

Info

2023-10-25 .NET Documentation