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

Last updated: April 28,2024

1. Install "python3-pyxattr" package

Please follow the guidance below to install python3-pyxattr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyxattr

2. Uninstall "python3-pyxattr" package

In this section, we are going to explain the necessary steps to uninstall python3-pyxattr on openSUSE Leap:

$ sudo zypper remove python3-pyxattr

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

Information for package python3-pyxattr:
----------------------------------------
Repository : Main Repository
Name : python3-pyxattr
Version : 0.7.1-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 67.9 KiB
Installed : No
Status : not installed
Source package : python-pyxattr-0.7.1-bp155.2.13.src
Upstream URL : https://pyxattr.k1024.org/
Summary : Filesystem extended attributes for python
Description :
This is a C extension module for Python which
implements extended attributes manipulation. It is a wrapper on top
of the attr C library - see attr(5).