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

Last updated: November 24,2024

1. Install "python310-Deprecated" package

Please follow the guidelines below to install python310-Deprecated on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-Deprecated

2. Uninstall "python310-Deprecated" package

Please follow the steps below to uninstall python310-Deprecated on openSuSE Tumbleweed:

$ sudo zypper remove python310-Deprecated

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

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