How to Install and Uninstall python3-xattr.x86_64 Package on AlmaLinux 9

Last updated: January 08,2025

1. Install "python3-xattr.x86_64" package

In this section, we are going to explain the necessary steps to install python3-xattr.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-xattr.x86_64

2. Uninstall "python3-xattr.x86_64" package

This is a short guide on how to uninstall python3-xattr.x86_64 on AlmaLinux 9:

$ sudo dnf remove python3-xattr.x86_64 $ sudo dnf autoremove

3. Information about the python3-xattr.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:48:08 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-xattr
Version : 0.10.0
Release : 8.el9
Architecture : x86_64
Size : 35 k
Source : python-xattr-0.10.0-8.el9.src.rpm
Repository : epel
Summary : Python wrapper for extended filesystem attributes
URL : https://github.com/xattr/xattr
License : MIT
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).