How to Install and Uninstall python2-Deprecated Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python2-Deprecated" package

This guide let you learn how to install python2-Deprecated on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Deprecated

2. Uninstall "python2-Deprecated" package

This tutorial shows how to uninstall python2-Deprecated on openSUSE Leap:

$ sudo zypper remove python2-Deprecated

3. Information about the python2-Deprecated package on openSUSE Leap

Information for package python2-Deprecated:
-------------------------------------------
Repository : Main Repository
Name : python2-Deprecated
Version : 1.2.9-bp153.1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 54,6 KiB
Installed : No
Status : not installed
Source package : python-Deprecated-1.2.9-bp153.1.22.src
Summary : Python @deprecated decorator
Description :
If you need to mark a function or a method as deprecated,
you can use the ``@deprecated`` decorator.