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

Last updated: January 10,2025

1. Install "python3-typeguard.noarch" package

Learn how to install python3-typeguard.noarch on Fedora 36

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

2. Uninstall "python3-typeguard.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-typeguard.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:47:14 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-typeguard
Version : 2.13.3
Release : 3.fc36
Architecture : noarch
Size : 40 k
Source : python-typeguard-2.13.3-3.fc36.src.rpm
Repository : updates
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.