How to Install and Uninstall python3-fire Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-fire" package

This tutorial shows how to install python3-fire on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-fire

2. Uninstall "python3-fire" package

Learn how to uninstall python3-fire on openSUSE Leap:

$ sudo zypper remove python3-fire

3. Information about the python3-fire package on openSUSE Leap

Information for package python3-fire:
-------------------------------------
Repository : Main Repository
Name : python3-fire
Version : 0.3.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 947.8 KiB
Installed : No
Status : not installed
Source package : python-fire-0.3.0-bp155.2.10.src
Upstream URL : https://github.com/google/python-fire
Summary : A library for automatically generating command line interfaces
Description :
Python Fire is a library for automatically generating command line
interfaces (CLIs) from a Python object.