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

Last updated: April 30,2024

1. Install "python3-Deprecated" package

Here is a brief guide to show you how to install python3-Deprecated on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Deprecated

2. Uninstall "python3-Deprecated" package

This is a short guide on how to uninstall python3-Deprecated on openSUSE Leap:

$ sudo zypper remove python3-Deprecated

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

Information for package python3-Deprecated:
-------------------------------------------
Repository : Main Repository
Name : python3-Deprecated
Version : 1.2.9-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 69.4 KiB
Installed : No
Status : not installed
Source package : python-Deprecated-1.2.9-bp155.2.12.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.