How to Install and Uninstall python3-argparse-dataclass.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-argparse-dataclass.noarch" package

This is a short guide on how to install python3-argparse-dataclass.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-argparse-dataclass.noarch

2. Uninstall "python3-argparse-dataclass.noarch" package

Please follow the instructions below to uninstall python3-argparse-dataclass.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-argparse-dataclass.noarch $ sudo dnf autoremove

3. Information about the python3-argparse-dataclass.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:36:25 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-argparse-dataclass
Version : 2.0.0
Release : 2.el9
Architecture : noarch
Size : 18 k
Source : python-argparse-dataclass-2.0.0-2.el9.src.rpm
Repository : epel
Summary : Declarative CLIs with argparse and dataclasses
URL : https://github.com/mivade/argparse_dataclass
License : MIT
Description : Declarative CLIs with argparse and dataclasses.