How To Install perl-Device-SerialPort on Fedora 36

In this tutorial we learn how to install perl-Device-SerialPort in Fedora 36. perl-Device-SerialPort is Linux/POSIX emulation of Win32

Introduction

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

What is perl-Device-SerialPort

This module provides an object-based user interface essentially identical to the one provided by the Win32

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

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

sudo dnf -y install perl-Device-SerialPort

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

sudo yum -y install perl-Device-SerialPort

How To Uninstall perl-Device-SerialPort on Fedora 36

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

sudo dnf remove perl-Device-SerialPort

perl-Device-SerialPort Package Contents on Fedora 36

/usr/bin/modemtest
/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/8d397be362185e27155531d6f707a79d6741b6
/usr/lib64/perl5/vendor_perl/Device
/usr/lib64/perl5/vendor_perl/Device/SerialPort.pm
/usr/lib64/perl5/vendor_perl/auto/Device
/usr/lib64/perl5/vendor_perl/auto/Device/SerialPort
/usr/lib64/perl5/vendor_perl/auto/Device/SerialPort/SerialPort.so
/usr/share/doc/perl-Device-SerialPort
/usr/share/doc/perl-Device-SerialPort/Changes
/usr/share/doc/perl-Device-SerialPort/README
/usr/share/doc/perl-Device-SerialPort/TODO
/usr/share/man/man1/modemtest.1.gz
/usr/share/man/man3/Device::SerialPort.3pm.gz

References

Summary

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