How to Install and Uninstall python3-deprecation Package on openSUSE Leap
Last updated: February 01,2025
1. Install "python3-deprecation" package
Please follow the guidelines below to install python3-deprecation on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-deprecation
Copied
2. Uninstall "python3-deprecation" package
This guide covers the steps necessary to uninstall python3-deprecation on openSUSE Leap:
$
sudo zypper remove
python3-deprecation
Copied
3. Information about the python3-deprecation package on openSUSE Leap
Information for package python3-deprecation:
--------------------------------------------
Repository : Main Repository
Name : python3-deprecation
Version : 1.0.1-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 43.1 KiB
Installed : No
Status : not installed
Source package : python-deprecation-1.0.1-1.17.src
Upstream URL : http://deprecation.readthedocs.io/
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 : Main Repository
Name : python3-deprecation
Version : 1.0.1-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 43.1 KiB
Installed : No
Status : not installed
Source package : python-deprecation-1.0.1-1.17.src
Upstream URL : http://deprecation.readthedocs.io/
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: