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

Last updated: April 29,2024

1. Install "python38-mypy" package

Please follow the guidelines below to install python38-mypy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-mypy

2. Uninstall "python38-mypy" package

Please follow the instructions below to uninstall python38-mypy on openSuSE Tumbleweed:

$ sudo zypper remove python38-mypy

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

Information for package python38-mypy:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-mypy
Version : 0.910-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 19,2 MiB
Installed : No
Status : not installed
Source package : mypy-0.910-1.1.src
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.