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

Last updated: July 07,2024

1. Install "python311-Deprecated" package

This is a short guide on how to install python311-Deprecated on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Deprecated

2. Uninstall "python311-Deprecated" package

Please follow the step by step instructions below to uninstall python311-Deprecated on openSuSE Tumbleweed:

$ sudo zypper remove python311-Deprecated

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

Information for package python311-Deprecated:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Deprecated
Version : 1.2.14-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 65.6 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.