How to Install and Uninstall python3-dataclasses.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-dataclasses.noarch" package

This guide let you learn how to install python3-dataclasses.noarch on CentOS Stream 8

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

2. Uninstall "python3-dataclasses.noarch" package

Please follow the guidance below to uninstall python3-dataclasses.noarch on CentOS Stream 8:

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

3. Information about the python3-dataclasses.noarch package on CentOS Stream 8

Last metadata expiration check: 2:35:04 ago on Sun Feb 25 03:03:59 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.