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

Last updated: June 29,2024

1. Install "python310-asyncclick" package

Please follow the guidelines below to install python310-asyncclick on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-asyncclick

2. Uninstall "python310-asyncclick" package

Please follow the guidance below to uninstall python310-asyncclick on openSuSE Tumbleweed:

$ sudo zypper remove python310-asyncclick

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

Information for package python310-asyncclick:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-asyncclick
Version : 8.1.7.0+async-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 868.3 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.