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

Last updated: November 08,2024

1. Install "python38-Deprecated" package

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

$ sudo zypper refresh $ sudo zypper install python38-Deprecated

2. Uninstall "python38-Deprecated" package

This is a short guide on how to uninstall python38-Deprecated on openSuSE Tumbleweed:

$ sudo zypper remove python38-Deprecated

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

Information for package python38-Deprecated:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Deprecated
Version : 1.2.13-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 77,7 KiB
Installed : No
Status : not installed
Source package : python-Deprecated-1.2.13-1.1.src
Summary : Python @deprecated decorator
Description :
If you need to mark a function or a method as deprecated,
you can use the ``@deprecated`` decorator.