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

Last updated: November 26,2024

1. Install "python3-typeguard.noarch" package

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

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

2. Uninstall "python3-typeguard.noarch" package

Please follow the step by step instructions below to uninstall python3-typeguard.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:00:08 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-typeguard
Version : 4.1.5
Release : 1.fc39
Architecture : noarch
Size : 97 k
Source : python-typeguard-4.1.5-1.fc39.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.