How to Install and Uninstall golang-antlr4-runtime-devel.noarch Package on Fedora 36

Last updated: October 04,2024

1. Install "golang-antlr4-runtime-devel.noarch" package

Please follow the step by step instructions below to install golang-antlr4-runtime-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-antlr4-runtime-devel.noarch

2. Uninstall "golang-antlr4-runtime-devel.noarch" package

Please follow the guidelines below to uninstall golang-antlr4-runtime-devel.noarch on Fedora 36:

$ sudo dnf remove golang-antlr4-runtime-devel.noarch $ sudo dnf autoremove

3. Information about the golang-antlr4-runtime-devel.noarch package on Fedora 36

Last metadata expiration check: 3:20:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-antlr4-runtime-devel
Version : 4.9.3
Release : 6.fc36
Architecture : noarch
Size : 105 k
Source : antlr4-project-4.9.3-6.fc36.src.rpm
Repository : updates
Summary : ANTLR runtime for Go
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 Go ANTLR parsers.