How to Install and Uninstall python311-constantly Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python311-constantly" package
This tutorial shows how to install python311-constantly on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-constantly
Copied
2. Uninstall "python311-constantly" package
This is a short guide on how to uninstall python311-constantly on openSuSE Tumbleweed:
$
sudo zypper remove
python311-constantly
Copied
3. Information about the python311-constantly package on openSuSE Tumbleweed
Information for package python311-constantly:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-constantly
Version : 15.1.0-4.5
Arch : noarch
Vendor : openSUSE
Installed Size : 41.4 KiB
Installed : No
Status : not installed
Source package : python-constantly-15.1.0-4.5.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 : openSUSE-Tumbleweed-Oss
Name : python311-constantly
Version : 15.1.0-4.5
Arch : noarch
Vendor : openSUSE
Installed Size : 41.4 KiB
Installed : No
Status : not installed
Source package : python-constantly-15.1.0-4.5.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