How To Install perl-Inline-C on AlmaLinux 8

In this tutorial we learn how to install perl-Inline-C in AlmaLinux 8. perl-Inline-C is Write Perl subroutines in C

Introduction

In this tutorial we learn how to install perl-Inline-C on AlmaLinux 8.

What is perl-Inline-C

Inline version 0.30 the Inline module supports multiple programming languages and each language has its own support module.

We can use yum or dnf to install perl-Inline-C on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Inline-C.

Install perl-Inline-C on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Inline-C

Install perl-Inline-C on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Inline-C

How To Uninstall perl-Inline-C on AlmaLinux 8

To uninstall only the perl-Inline-C package we can use the following command:

sudo dnf remove perl-Inline-C

References

Summary

In this tutorial we learn how to install perl-Inline-C on AlmaLinux 8 using yum and dnf.