How to Install and Uninstall python3-typeguard.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python3-typeguard.noarch" package

This tutorial shows how to install python3-typeguard.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-typeguard.noarch" package

Please follow the steps below to uninstall python3-typeguard.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-typeguard.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:08:33 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-typeguard
Version : 2.10.0
Release : 2.el8
Architecture : noarch
Size : 39 k
Source : python-typeguard-2.10.0-2.el8.src.rpm
Repository : epel
Summary : Run-time type checker for Python
URL : https://github.com/agronholm/typeguard
License : MIT
Description : This library provides run-time type checking for functions defined with PEP
: 484 argument (and return) type annotations.