How to Install and Uninstall python2-antlr Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-antlr" package

This guide let you learn how to install python2-antlr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-antlr

2. Uninstall "python2-antlr" package

Please follow the step by step instructions below to uninstall python2-antlr on openSUSE Leap:

$ sudo zypper remove python2-antlr

3. Information about the python2-antlr package on openSUSE Leap

Information for package python2-antlr:
--------------------------------------
Repository : Main Repository
Name : python2-antlr
Version : 2.7.7-16.63
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 158,8 KiB
Installed : No
Status : not installed
Source package : antlr-2.7.7-16.63.src
Summary : ANother Tool for Language Recognition (python runtime)
Description :
Python support for generating your Lexers, Parsers and TreeParsers in Python.
This feature extends the benefits of ANTLR's predicated-LL(k) parsing
technology to the Python language and platform.
ANTLR Python support was contributed (and is to be maintained) by Wolfgang
Haefelinger and Marq Kole.