How to Install and Uninstall python3-antlr4-runtime.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-antlr4-runtime.noarch" package

Please follow the guidance below to install python3-antlr4-runtime.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-antlr4-runtime.noarch

2. Uninstall "python3-antlr4-runtime.noarch" package

Please follow the steps below to uninstall python3-antlr4-runtime.noarch on Fedora 34:

$ sudo dnf remove python3-antlr4-runtime.noarch $ sudo dnf autoremove

3. Information about the python3-antlr4-runtime.noarch package on Fedora 34

Last metadata expiration check: 4:10:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-antlr4-runtime
Version : 4.9.3
Release : 1.fc34
Architecture : noarch
Size : 206 k
Source : antlr4-project-4.9.3-1.fc34.src.rpm
Repository : updates
Summary : ANTLR runtime for Python 3
URL : https://www.antlr.org/
License : BSD
Description : ANTLR (ANother Tool for Language Recognition) is a powerful parser
: generator for reading, processing, executing, or translating structured
: text or binary files. It is widely used to build languages, tools, and
: frameworks. From a grammar, ANTLR generates a parser that can build
: and walk parse trees.
:
: This package provides the runtime library used by Python 3 ANTLR parsers.