How to Install and Uninstall antlr4-cpp-runtime.i686 Package on Fedora 35

Last updated: October 06,2024

1. Install "antlr4-cpp-runtime.i686" package

This guide let you learn how to install antlr4-cpp-runtime.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install antlr4-cpp-runtime.i686

2. Uninstall "antlr4-cpp-runtime.i686" package

This tutorial shows how to uninstall antlr4-cpp-runtime.i686 on Fedora 35:

$ sudo dnf remove antlr4-cpp-runtime.i686 $ sudo dnf autoremove

3. Information about the antlr4-cpp-runtime.i686 package on Fedora 35

Last metadata expiration check: 1:31:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : antlr4-cpp-runtime
Version : 4.9.3
Release : 2.fc35
Architecture : i686
Size : 380 k
Source : antlr4-project-4.9.3-2.fc35.src.rpm
Repository : updates
Summary : ANTLR runtime for C++
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 C++ ANTLR parsers.