How To Install perl-X10 on Fedora 36

In this tutorial we learn how to install perl-X10 in Fedora 36. perl-X10 is Enables Perl to communicate with X10 devices

Introduction

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

What is perl-X10

X10 Perl module for the Firecracker, ActiveHome, and TwoWay/TW523 interfaces.

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

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

sudo dnf -y install perl-X10

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

sudo yum -y install perl-X10

How To Uninstall perl-X10 on Fedora 36

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

sudo dnf remove perl-X10

perl-X10 Package Contents on Fedora 36

/usr/bin/x10client
/usr/bin/x10server
/usr/share/doc/perl-X10
/usr/share/doc/perl-X10/Changes
/usr/share/doc/perl-X10/README
/usr/share/doc/perl-X10/TODO
/usr/share/doc/perl-X10/macros.config
/usr/share/doc/perl-X10/scheduler.config
/usr/share/man/man1/x10client.1.gz
/usr/share/man/man1/x10server.1.gz
/usr/share/perl5/vendor_perl/X10
/usr/share/perl5/vendor_perl/X10.pm
/usr/share/perl5/vendor_perl/X10/ActiveHome.pm
/usr/share/perl5/vendor_perl/X10/Controller.pm
/usr/share/perl5/vendor_perl/X10/Device.pm
/usr/share/perl5/vendor_perl/X10/Event.pm
/usr/share/perl5/vendor_perl/X10/EventList.pm
/usr/share/perl5/vendor_perl/X10/FireCracker.pm
/usr/share/perl5/vendor_perl/X10/Macro.pm
/usr/share/perl5/vendor_perl/X10/MacroProc.pm
/usr/share/perl5/vendor_perl/X10/Network.pm
/usr/share/perl5/vendor_perl/X10/SchedEvent.pm
/usr/share/perl5/vendor_perl/X10/Scheduler.pm
/usr/share/perl5/vendor_perl/X10/Server.pm
/usr/share/perl5/vendor_perl/X10/TwoWay.pm

References

Summary

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