How to Install and Uninstall swift-antlr4-runtime.x86_64 Package on Fedora 36

Last updated: January 15,2025

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

This is a short guide on how to install swift-antlr4-runtime.x86_64 on Fedora 36

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

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

Please follow the guidelines below to uninstall swift-antlr4-runtime.x86_64 on Fedora 36:

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

3. Information about the swift-antlr4-runtime.x86_64 package on Fedora 36

Last metadata expiration check: 1:49:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : swift-antlr4-runtime
Version : 4.9.3
Release : 6.fc36
Architecture : x86_64
Size : 743 k
Source : antlr4-project-4.9.3-6.fc36.src.rpm
Repository : updates
Summary : ANTLR runtime for swift
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 swift ANTLR parsers.