How to Install and Uninstall python310-cli-helpers Package on openSuSE Tumbleweed

Last updated: December 26,2024

1. Install "python310-cli-helpers" package

In this section, we are going to explain the necessary steps to install python310-cli-helpers on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-cli-helpers

2. Uninstall "python310-cli-helpers" package

This guide let you learn how to uninstall python310-cli-helpers on openSuSE Tumbleweed:

$ sudo zypper remove python310-cli-helpers

3. Information about the python310-cli-helpers package on openSuSE Tumbleweed

Information for package python310-cli-helpers:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cli-helpers
Version : 2.3.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 116.6 KiB
Installed : No
Status : not installed
Source package : python-cli-helpers-2.3.0-1.6.src
Upstream URL : https://github.com/dbcli/cli_helpers
Summary : Helpers for building command-line apps
Description :
CLI Helpers is a Python package for performing common tasks when
building command-line apps. It's a helper library for command-line interfaces.
Libraries like Click and Python Prompt
Toolkit are
tools that help to create quality apps. CLI Helpers complements these
libraries by wrapping up common tasks in interfaces.
CLI Helpers is not focused on applications' design patterns or
frameworks -- it can be used it on its own or in combination with
other libraries.