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

Last updated: October 05,2024

1. Install "python36-Deprecated" package

Here is a brief guide to show you how to install python36-Deprecated on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Deprecated

2. Uninstall "python36-Deprecated" package

Learn how to uninstall python36-Deprecated on openSuSE Tumbleweed:

$ sudo zypper remove python36-Deprecated

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

Information for package python36-Deprecated:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.