معرفی شرکت ها


dot-net-core-uninstaller-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Delete previous versions of .Net Core and its runtime files.
ویژگی مقدار
سیستم عامل -
نام فایل dot-net-core-uninstaller-0.3.0
نام dot-net-core-uninstaller
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Akshay Raj Gollahalli
ایمیل نویسنده akshay@gollahalli.com
آدرس صفحه اصلی https://github.com/akshaybabloo/uninstall-dot-net-core
آدرس اینترنتی https://pypi.org/project/dot-net-core-uninstaller/
مجوز MIT
# 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 ```python 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 ```


نیازمندی

مقدار نام
==7.0 click
==0.8.3 tabulate


نحوه نصب


نصب پکیج whl dot-net-core-uninstaller-0.3.0:

    pip install dot-net-core-uninstaller-0.3.0.whl


نصب پکیج tar.gz dot-net-core-uninstaller-0.3.0:

    pip install dot-net-core-uninstaller-0.3.0.tar.gz