How to Install and Uninstall python39-xattr Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python39-xattr" package

Learn how to install python39-xattr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-xattr

2. Uninstall "python39-xattr" package

Please follow the instructions below to uninstall python39-xattr on openSuSE Tumbleweed:

$ sudo zypper remove python39-xattr

3. Information about the python39-xattr package on openSuSE Tumbleweed

Information for package python39-xattr:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-xattr
Version : 0.10.1-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 65.4 KiB
Installed : No
Status : not installed
Source package : python-xattr-0.10.1-2.5.src
Upstream URL : https://github.com/xattr/xattr
Summary : Python wrapper for extended filesystem attributes
Description :
Extended attributes extend the basic attributes of files and directories
in the file system. They are stored as name:data pairs associated with
file system objects (files, directories, symlinks, etc).
Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4)
and Linux 2.6+. Experimental support is included for Solaris and FreeBSD.