删除以前版本的.NET Core及其运行时文件。

dot-net-core-uninstaller的Python项目详细描述


卸载.NET Core sdk和运行时

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

卸载以前的.NET Core SDK及其运行时文件。

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

滴注

pip install dot-net-core-uninstaller

用法

有几种使用方法:

使用命令行界面(推荐)

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.

要删除.NET Core sdk版本或运行时,请执行以下操作:

> dotnetcore remove 1.0.0

列出所有已安装的.NET核心库

> dotnetcore list

用作模块

fromdot_net_core_uninstallerimportUninstallerremove_dotnet=Uninstaller()remove_dotnet.delete("1.0.0")

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
使用导入范围函数下载文件时发生java错误   java是否提供内置的静态字符串。比较方法?   添加“再次播放?”Java中我的随机数猜测游戏的功能   java在tomcat 8中配置JPDA   编译器构造Java:检查编译时是否存在给定的方法名   当RedistreLimiter阻止请求时,java Spring云网关全局筛选器未执行   java无法将带有Gradle的单片Spring Boot应用程序转换为多模块   Eclipse(IDE)如何在没有公共类的情况下在Java中运行main方法?   用Java上传Youtube帖子   没有css和javascript的html Java httpGet页面正文   具有相同哈希代码的java Equal对象不会映射到HashMap中的相同值   字符串格式在Java中如何向数字中添加左填充的零?   java表示XML/DOM对象中attributesvalues或textnodes上的“条件”   JavaSpringJPA根据从POST请求体获取的列和值查询数据库   java BouncyCastle编码差异   java从intellij idea中提取运行命令   java类型、属性、实例和值之间的关系   java除了一个复选框外,屏幕上没有显示任何内容