Skip to main content

Delete previous versions of .Net Core and its runtime files.

Project description

Uninstall .Net Core SDK and Runtime

Note: This can only be used in POSIX type operating systems.

Uninstall previous .Net Core SDK's and its runtime files.

Note: You might need super user account to use this library.

Instillation

pip install dot-net-core-uninstaller

Usage

There are to ways to use this:

Using Command Line Interface (recommended)

Usage: dotnetcore [OPTIONS] COMMAND [ARGS]...

Options:
  --version  Show version and exit.
  --help     Show this message and exit.

Commands:
  list    List all the version of .Net Core installed.
  remove  Remove the version of .Net Core.

To remove a version of .Net Core SDK or Runtimes:

> dotnetcore remove --sdk 1.0.0
> dotnetcore remove --runtime 1.0.0

To list all installed .Net Core libraries

> dotnetcore list

Using as a Module

from dot_net_core_uninstaller import Uninstaller

remove_dotnet = Uninstaller()
remove_dotnet.delete_runtime("1.0.0")
remove_dotnet.delete_sdk("1.0.0")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dot-net-core-uninstaller-0.2.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

dot_net_core_uninstaller-0.2.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page