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

Last updated: October 07,2024

1. Install "python3-mypy.noarch" package

Please follow the instructions below to install python3-mypy.noarch on Fedora 34

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

2. Uninstall "python3-mypy.noarch" package

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

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

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

Last metadata expiration check: 2:53:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-mypy
Version : 0.910
Release : 4.fc34
Architecture : noarch
Size : 2.3 M
Source : python3-mypy-0.910-4.fc34.src.rpm
Repository : updates
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!