How to Install and Uninstall python3-constantly Package on openSUSE Leap
Last updated: November 07,2024
1. Install "python3-constantly" package
Please follow the guidance below to install python3-constantly on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-constantly
Copied
2. Uninstall "python3-constantly" package
This guide covers the steps necessary to uninstall python3-constantly on openSUSE Leap:
$
sudo zypper remove
python3-constantly
Copied
3. Information about the python3-constantly package on openSUSE Leap
Information for package python3-constantly:
-------------------------------------------
Repository : Main Repository
Name : python3-constantly
Version : 15.1.0-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : python-constantly-15.1.0-3.2.1.src
Upstream URL : https://github.com/twisted/constantly
Summary : Symbolic constants in Python
Description :
A library that provides symbolic constant support.
It includes collections and constants with text, numeric, and bit flag values.
Originally ``twisted.python.constants`` from the `Twisted `_ project.
-------------------------------------------
Repository : Main Repository
Name : python3-constantly
Version : 15.1.0-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : python-constantly-15.1.0-3.2.1.src
Upstream URL : https://github.com/twisted/constantly
Summary : Symbolic constants in Python
Description :
A library that provides symbolic constant support.
It includes collections and constants with text, numeric, and bit flag values.
Originally ``twisted.python.constants`` from the `Twisted