How to Install and Uninstall python312-mypy Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python312-mypy" package

Please follow the step by step instructions below to install python312-mypy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-mypy

2. Uninstall "python312-mypy" package

Please follow the guidance below to uninstall python312-mypy on openSuSE Tumbleweed:

$ sudo zypper remove python312-mypy

3. Information about the python312-mypy package on openSuSE Tumbleweed

Information for package python312-mypy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-mypy
Version : 1.8.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 21.6 MiB
Installed : No
Status : not installed
Source package : python-mypy-1.8.0-1.2.src
Upstream URL : https://www.mypy-lang.org/
Summary : Optional static typing for Python
Description :
Mypy is an optional static type checker for Python that aims to
combine the benefits of both dynamic (or "duck") typing as well as
static typing.
Mypy type checks standard Python programs. It can catch many
programming errors by analyzing programs without having to run them.
There is basically no runtime overhead when run using any Python VM.
Mypy's type system features type inference, gradual typing, generics
and union types.