How To Install antlr3-C on Fedora 36
In this tutorial we learn how to install antlr3-C in Fedora 36. antlr3-C is C run-time support for ANTLR-generated parsers
Introduction
In this tutorial we learn how to install antlr3-C
on Fedora 36.
What is antlr3-C
C run-time support for ANTLR-generated parsers
We can use yum
or dnf
to install antlr3-C
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install antlr3-C.
Install antlr3-C on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install antlr3-C
using dnf
by running the following command:
sudo dnf -y install antlr3-C
Install antlr3-C on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install antlr3-C
using yum
by running the following command:
sudo yum -y install antlr3-C
How To Uninstall antlr3-C on Fedora 36
To uninstall only the antlr3-C
package we can use the following command:
sudo dnf remove antlr3-C
antlr3-C Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/75774790c1341bb34a2ee435510cd8b8da45b5
/usr/lib/libantlr3c.so
/usr/share/doc/antlr3-C
/usr/share/doc/antlr3-C/LICENSE.txt
References
Summary
In this tutorial we learn how to install antlr3-C
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).