How to Install and Uninstall python3-mypy.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: January 16,2025
1. Install "python3-mypy.noarch" package
Please follow the instructions below to install python3-mypy.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-mypy.noarch
Copied
2. Uninstall "python3-mypy.noarch" package
Please follow the steps below to uninstall python3-mypy.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-mypy.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-mypy.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:53:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-mypy
Version : 0.971
Release : 2.el9
Architecture : noarch
Size : 2.7 M
Source : python3-mypy-0.971-2.el9.src.rpm
Repository : epel
Summary : A static type checker for Python
URL : https://github.com/python/mypy
License : MIT and ASL 2.0
Description : Mypy is an optional static type checker for Python. You can add type
: hints to your Python programs using the upcoming standard for type
: annotations introduced in Python 3.5 beta 1 (PEP 484), and use mypy to
: type check them statically. Find bugs in your programs without even
: running them!
Available Packages
Name : python3-mypy
Version : 0.971
Release : 2.el9
Architecture : noarch
Size : 2.7 M
Source : python3-mypy-0.971-2.el9.src.rpm
Repository : epel
Summary : A static type checker for Python
URL : https://github.com/python/mypy
License : MIT and ASL 2.0
Description : Mypy is an optional static type checker for Python. You can add type
: hints to your Python programs using the upcoming standard for type
: annotations introduced in Python 3.5 beta 1 (PEP 484), and use mypy to
: type check them statically. Find bugs in your programs without even
: running them!