How To Install syslinux-perl on Fedora 36

In this tutorial we learn how to install syslinux-perl in Fedora 36. syslinux-perl is Syslinux tools written in perl

Introduction

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

What is syslinux-perl

Syslinux tools written in perl

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

Install syslinux-perl 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 syslinux-perl using dnf by running the following command:

sudo dnf -y install syslinux-perl

Install syslinux-perl 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 syslinux-perl using yum by running the following command:

sudo yum -y install syslinux-perl

How To Uninstall syslinux-perl on Fedora 36

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

sudo dnf remove syslinux-perl

syslinux-perl Package Contents on Fedora 36

/usr/bin/isohybrid.pl
/usr/bin/keytab-lilo
/usr/bin/lss16toppm
/usr/bin/md5pass
/usr/bin/mkdiskimage
/usr/bin/ppmtolss16
/usr/bin/pxelinux-options
/usr/bin/sha1pass
/usr/bin/syslinux2ansi
/usr/share/licenses/syslinux-perl
/usr/share/licenses/syslinux-perl/COPYING
/usr/share/man/man1/lss16toppm.1.gz
/usr/share/man/man1/ppmtolss16.1.gz
/usr/share/man/man1/syslinux2ansi.1.gz

References

Summary

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