How to Install and Uninstall python39-asyncclick Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python39-asyncclick" package

In this section, we are going to explain the necessary steps to install python39-asyncclick on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-asyncclick

2. Uninstall "python39-asyncclick" package

Please follow the guidelines below to uninstall python39-asyncclick on openSuSE Tumbleweed:

$ sudo zypper remove python39-asyncclick

3. Information about the python39-asyncclick package on openSuSE Tumbleweed

Information for package python39-asyncclick:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-asyncclick
Version : 8.1.7.0+async-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 866.0 KiB
Installed : No
Status : not installed
Source package : python-asyncclick-8.1.7.0+async-1.2.src
Upstream URL : https://github.com/python-trio/asyncclick
Summary : A wrapper around optparse for command line utilities
Description :
AsyncClick ist a fork of Click that works well with trio or asyncio.
Click is a Python package for creating command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It is configurable, and comes with
defaults out of the box.