How to Install and Uninstall python3-typeguard.noarch Package on AlmaLinux 9

Last updated: October 15,2024

1. Install "python3-typeguard.noarch" package

This guide covers the steps necessary to install python3-typeguard.noarch on AlmaLinux 9

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

2. Uninstall "python3-typeguard.noarch" package

This is a short guide on how to uninstall python3-typeguard.noarch on AlmaLinux 9:

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

3. Information about the python3-typeguard.noarch package on AlmaLinux 9

Last metadata expiration check: 0:59:27 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-typeguard
Version : 2.13.3
Release : 4.el9
Architecture : noarch
Size : 40 k
Source : python-typeguard-2.13.3-4.el9.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.