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

Last updated: May 14,2024

1. Install "python312-asyncclick" package

This is a short guide on how to install python312-asyncclick on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-asyncclick

2. Uninstall "python312-asyncclick" package

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

$ sudo zypper remove python312-asyncclick

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

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