How To Install lalrpop on Fedora 36
In this tutorial we learn how to install lalrpop in Fedora 36. lalrpop is Convenient LR(1) parser generator
Introduction
In this tutorial we learn how to install lalrpop
on Fedora 36.
What is lalrpop
Convenient LR(1) parser generator.
We can use yum
or dnf
to install lalrpop
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lalrpop.
Install lalrpop 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 lalrpop
using dnf
by running the following command:
sudo dnf -y install lalrpop
Install lalrpop 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 lalrpop
using yum
by running the following command:
sudo yum -y install lalrpop
How To Uninstall lalrpop on Fedora 36
To uninstall only the lalrpop
package we can use the following command:
sudo dnf remove lalrpop
lalrpop Package Contents on Fedora 36
/usr/bin/lalrpop
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/3a7deaa5acd74673a993b270c9ffc6d5c7a257
References
Summary
In this tutorial we learn how to install lalrpop
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).