How to Install and Uninstall python3-dataclasses.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-dataclasses.noarch" package
In this section, we are going to explain the necessary steps to install python3-dataclasses.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-dataclasses.noarch
Copied
2. Uninstall "python3-dataclasses.noarch" package
Please follow the instructions below to uninstall python3-dataclasses.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-dataclasses.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-dataclasses.noarch package on Rocky Linux 8
Last metadata expiration check: 0:38:22 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-dataclasses
Version : 0.8
Release : 3.el8
Architecture : noarch
Size : 33 k
Source : python-dataclasses-0.8-3.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.
Available Packages
Name : python3-dataclasses
Version : 0.8
Release : 3.el8
Architecture : noarch
Size : 33 k
Source : python-dataclasses-0.8-3.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.