How to Install and Uninstall python3-pyannotate Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-pyannotate" package

Please follow the guidance below to install python3-pyannotate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyannotate

2. Uninstall "python3-pyannotate" package

Please follow the guidelines below to uninstall python3-pyannotate on openSUSE Leap:

$ sudo zypper remove python3-pyannotate

3. Information about the python3-pyannotate package on openSUSE Leap

Information for package python3-pyannotate:
-------------------------------------------
Repository : Main Repository
Name : python3-pyannotate
Version : 1.2.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 251.8 KiB
Installed : No
Status : not installed
Source package : python-pyannotate-1.2.0-bp155.2.12.src
Upstream URL : https://github.com/dropbox/pyannotate
Summary : PyAnnotate: Auto-generate PEP-484 annotations
Description :
This module inserts annotations into source code based on call
arguments and return types observed at runtime.