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

Last updated: November 25,2024

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

Please follow the instructions below to install antlr4-cpp-runtime.x86_64 on Fedora 39

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

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

Please follow the guidance below to uninstall antlr4-cpp-runtime.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:41:22 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : antlr4-cpp-runtime
Version : 4.10.1
Release : 10.fc39
Architecture : x86_64
Size : 318 k
Source : antlr4-project-4.10.1-10.fc39.src.rpm
Repository : fedora
Summary : ANTLR runtime for C++
URL : https://www.antlr.org/
License : BSD-3-Clause
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.