How to Install and Uninstall python39-deprecation Package on openSuSE Tumbleweed
Last updated: December 24,2024
1. Install "python39-deprecation" package
Please follow the guidelines below to install python39-deprecation on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-deprecation
Copied
2. Uninstall "python39-deprecation" package
This tutorial shows how to uninstall python39-deprecation on openSuSE Tumbleweed:
$
sudo zypper remove
python39-deprecation
Copied
3. Information about the python39-deprecation package on openSuSE Tumbleweed
Information for package python39-deprecation:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-deprecation
Version : 2.1.0-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 51.4 KiB
Installed : No
Status : not installed
Source package : python-deprecation-2.1.0-4.1.src
Upstream URL : https://github.com/briancurtin/deprecation
Summary : A library to handle automated deprecations
Description :
The `deprecation` library provides a `deprecated` decorator and a
`fail_if_not_removed` decorator for your tests. Together, the two
enable the automation of several things:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-deprecation
Version : 2.1.0-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 51.4 KiB
Installed : No
Status : not installed
Source package : python-deprecation-2.1.0-4.1.src
Upstream URL : https://github.com/briancurtin/deprecation
Summary : A library to handle automated deprecations
Description :
The `deprecation` library provides a `deprecated` decorator and a
`fail_if_not_removed` decorator for your tests. Together, the two
enable the automation of several things: