How to Install and Uninstall python-attrs.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python-attrs.src" package

This is a short guide on how to install python-attrs.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-attrs.src

2. Uninstall "python-attrs.src" package

Please follow the step by step instructions below to uninstall python-attrs.src on Oracle Linux 9:

$ sudo dnf remove python-attrs.src $ sudo dnf autoremove

3. Information about the python-attrs.src package on Oracle Linux 9

Last metadata expiration check: 3:28:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-attrs
Version : 20.3.0
Release : 7.0.1.el9
Architecture : src
Size : 163 k
Source : None
Repository : ol9_appstream
Summary : Python attributes without boilerplate
URL : http://www.attrs.org/
License : MIT
Description : attrs is an MIT-licensed Python package with class decorators that
: ease the chores of implementing the most common attribute-related
: object protocols.