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

Last updated: May 17,2024

1. Install "python38-xattr" package

This tutorial shows how to install python38-xattr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-xattr

2. Uninstall "python38-xattr" package

Please follow the guidelines below to uninstall python38-xattr on openSuSE Tumbleweed:

$ sudo zypper remove python38-xattr

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

Information for package python38-xattr:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-xattr
Version : 0.9.8-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 77,4 KiB
Installed : No
Status : not installed
Source package : python-xattr-0.9.8-1.1.src
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.