How to Install and Uninstall python3-typeguard.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "python3-typeguard.noarch" package

This guide let you learn how to install python3-typeguard.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the python3-typeguard.noarch package on Fedora 34

Last metadata expiration check: 3:51:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-typeguard
Version : 2.10.0
Release : 3.fc34
Architecture : noarch
Size : 39 k
Source : python-typeguard-2.10.0-3.fc34.src.rpm
Repository : fedora
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.