Uninstall .Net Core SDK and Runtime
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 list all installed .Net Core libraries
> dotnetcore list
Using with POSIX systems
To remove a version of .Net Core SDK or Runtimes:
> dotnetcore remove --sdk 1.0.0
> dotnetcore remove --runtime 1.0.0
Using with Windows systems
Note: Windows doesn't support removing runtime libraries individually from the uninstaller.
To remove a version of .Net Core SDK or Runtime:
> dotnetcore remove --sdk 1.0.0
Using as a Module
from dot_net_core_uninstaller import Uninstaller
remove_dotnet = Uninstaller()
remove_dotnet.delete_runtime("1.0.0") # Does not work on Windows
remove_dotnet.delete_sdk("1.0.0") # Does not work on Windows
remove_dotnet.delete_sdk_runtime_windows("1.0.0") # Does not work on POSIX
Release files for dot-net-core-uninstaller 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dot-net-core-uninstaller-0.3.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dot_net_core_uninstaller-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / dot-net-core-uninstaller-0.3.0.tar.gz
| Download URL | dot-net-core-uninstaller-0.3.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eaca68de96122ed28015ff63e2532941a7187b6e2d23b055ebd9360423d86d67
|
|
BLAKE2b-256 checksum How to use checksums |
6784daaad08d4b02ac6e157626a2cb70668cdb8d944937f5fceae16bd2e11b39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|
Release files / dot_net_core_uninstaller-0.3.0-py3-none-any.whl
| Download URL | dot_net_core_uninstaller-0.3.0-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
52a4c4a76e9dab08e7e79d33e94823630fa37608fe3435e183c8c2425303223a
|
|
BLAKE2b-256 checksum How to use checksums |
953a38e13377d5b20009b5242183828ef9c6a1130a70ad6349bd8579348a5cc1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|