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

Last updated: January 11,2025

1. Install "python3-mypy.noarch" package

This guide covers the steps necessary to install python3-mypy.noarch on Fedora 39

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

2. Uninstall "python3-mypy.noarch" package

This guide let you learn how to uninstall python3-mypy.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:17:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-mypy
Version : 1.8.0
Release : 1.fc39
Architecture : noarch
Size : 3.8 M
Source : python3-mypy-1.8.0-1.fc39.src.rpm
Repository : updates
Summary : A static type checker for Python
URL : https://github.com/python/mypy
License : MIT and Apache-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!