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

Last updated: November 01,2024

1. Install "antlr4-cpp-runtime-devel.x86_64" package

Please follow the guidelines below to install antlr4-cpp-runtime-devel.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install antlr4-cpp-runtime-devel.x86_64

2. Uninstall "antlr4-cpp-runtime-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall antlr4-cpp-runtime-devel.x86_64 on Fedora 35:

$ sudo dnf remove antlr4-cpp-runtime-devel.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:40:10 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : antlr4-cpp-runtime-devel
Version : 4.9.3
Release : 2.fc35
Architecture : x86_64
Size : 137 k
Source : antlr4-project-4.9.3-2.fc35.src.rpm
Repository : updates
Summary : Header files for programs that use C++ ANTLR parsers
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 header files for programs that use C++ ANTLR
: parsers.