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

Last updated: June 26,2024

1. Install "python310-xattr" package

Please follow the guidance below to install python310-xattr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-xattr

2. Uninstall "python310-xattr" package

Please follow the step by step instructions below to uninstall python310-xattr on openSuSE Tumbleweed:

$ sudo zypper remove python310-xattr

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

Information for package python310-xattr:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-xattr
Version : 0.10.1-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 65.2 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.