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

Last updated: October 05,2024

1. Install "python-attrs.src" package

Here is a brief guide to show you how to install python-attrs.src on Oracle Linux 8

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

2. Uninstall "python-attrs.src" package

In this section, we are going to explain the necessary steps to uninstall python-attrs.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:14:06 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-attrs
Version : 17.4.0
Release : 10.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 100 k
Source : None
Repository : ol8_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.