How to Install and Uninstall python310-deprecation Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python310-deprecation" package

In this section, we are going to explain the necessary steps to install python310-deprecation on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-deprecation

2. Uninstall "python310-deprecation" package

Here is a brief guide to show you how to uninstall python310-deprecation on openSuSE Tumbleweed:

$ sudo zypper remove python310-deprecation

3. Information about the python310-deprecation package on openSuSE Tumbleweed

Information for package python310-deprecation:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-deprecation
Version : 2.1.0-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 51.5 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: