How To Install link-grammar-perl on Fedora 36

In this tutorial we learn how to install link-grammar-perl in Fedora 36. link-grammar-perl is Perl libraries for liblink-grammar

Introduction

In this tutorial we learn how to install link-grammar-perl on Fedora 36.

Perl libraries for liblink-grammar

We can use yum or dnf to install link-grammar-perl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install link-grammar-perl.

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install link-grammar-perl using dnf by running the following command:

sudo dnf -y install link-grammar-perl

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install link-grammar-perl using yum by running the following command:

sudo yum -y install link-grammar-perl

To uninstall only the link-grammar-perl package we can use the following command:

sudo dnf remove link-grammar-perl
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/5414d65205f0c83f395672df5a4cf4854b318c
/usr/lib64/perl5/5.34
/usr/lib64/perl5/5.34/clinkgrammar.pm
/usr/lib64/perl5/5.34/clinkgrammar.so
/usr/lib64/perl5/5.34/clinkgrammar.so.5
/usr/lib64/perl5/5.34/clinkgrammar.so.5.10.2

References

Summary

In this tutorial we learn how to install link-grammar-perl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).