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

Last updated: June 16,2024

1. Install "python311-asyncclick" package

This tutorial shows how to install python311-asyncclick on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-asyncclick

2. Uninstall "python311-asyncclick" package

Please follow the step by step instructions below to uninstall python311-asyncclick on openSuSE Tumbleweed:

$ sudo zypper remove python311-asyncclick

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

Information for package python311-asyncclick:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-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.