How to Install and Uninstall python38-typer Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-typer" package

Here is a brief guide to show you how to install python38-typer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-typer

2. Uninstall "python38-typer" package

This is a short guide on how to uninstall python38-typer on openSuSE Tumbleweed:

$ sudo zypper remove python38-typer

3. Information about the python38-typer package on openSuSE Tumbleweed

Information for package python38-typer:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-typer
Version : 0.4.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 211,8 KiB
Installed : No
Status : not installed
Source package : python-typer-0.4.0-1.2.src
Summary : Typer, build great CLIs. Easy to code. Based on Python type hints
Description :
Typer is a library for building CLI applications based on Python 3.6+ type hints.
Based on type hints, Typer enables great editor support and completion for developers.
With automatic help and completion, Typer makes CLIs easy to use for users.
This package provides the Typer Python package required to build and run Typer-based CLI applications.