How to Install and Uninstall python312-Deprecated Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python312-Deprecated" package

Please follow the steps below to install python312-Deprecated on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-Deprecated

2. Uninstall "python312-Deprecated" package

Please follow the guidelines below to uninstall python312-Deprecated on openSuSE Tumbleweed:

$ sudo zypper remove python312-Deprecated

3. Information about the python312-Deprecated package on openSuSE Tumbleweed

Information for package python312-Deprecated:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Deprecated
Version : 1.2.14-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 64.3 KiB
Installed : No
Status : not installed
Source package : python-Deprecated-1.2.14-1.6.src
Upstream URL : https://github.com/tantale/deprecated
Summary : Python @deprecated decorator
Description :
If you need to mark a function or a method as deprecated,
you can use the ``@deprecated`` decorator.