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

Last updated: October 05,2024

1. Install "python311-xattr" package

This guide covers the steps necessary to install python311-xattr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-xattr

2. Uninstall "python311-xattr" package

This guide let you learn how to uninstall python311-xattr on openSuSE Tumbleweed:

$ sudo zypper remove python311-xattr

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

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