How to Install and Uninstall python3-dataclasses.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: December 18,2024

1. Install "python3-dataclasses.noarch" package

Please follow the step by step instructions below to install python3-dataclasses.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-dataclasses.noarch

2. Uninstall "python3-dataclasses.noarch" package

This is a short guide on how to uninstall python3-dataclasses.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-dataclasses.noarch $ sudo dnf autoremove

3. Information about the python3-dataclasses.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:11:28 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-dataclasses
Version : 0.8
Release : 4.el8
Architecture : noarch
Size : 33 k
Source : python-dataclasses-0.8-4.el8.src.rpm
Repository : epel
Summary : An implementation of PEP 557: Data Classes
URL : https://github.com/ericvsmith/dataclasses
License : ASL 2.0
Description :
: This package is an implementation of PEP 557, Data Classes. It is a backport
: for Python 3.6, as dataclasses is included in Python 3.7 and later.