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

Last updated: May 14,2024

1. Install "python3-attr" package

This guide let you learn how to install python3-attr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-attr

2. Uninstall "python3-attr" package

Here is a brief guide to show you how to uninstall python3-attr on openSUSE Leap:

$ sudo zypper remove python3-attr

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

Information for package python3-attr:
-------------------------------------
Repository : Main Repository
Name : python3-attr
Version : 0.3.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 7.5 KiB
Installed : No
Status : not installed
Source package : python-attr-0.3.1-bp155.2.11.src
Upstream URL : https://github.com/denis-ryzhkov/attr
Summary : Python module for setting attributes of target functions or classes
Description :
A decorator to set attributes of target function or class in a DRY way.