How To Install perl-Net-UPnP on Rocky Linux 8

In this tutorial we learn how to install perl-Net-UPnP on Rocky Linux 8. perl-Net-UPnP is Perl extension for UPnP

Introduction

In this tutorial we learn how to install perl-Net-UPnP on Rocky Linux 8.

What is perl-Net-UPnP

This package provides some functions to control UPnP devices.

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

Install perl-Net-UPnP on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Net-UPnP

Install perl-Net-UPnP on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Net-UPnP

How To Uninstall perl-Net-UPnP on Rocky Linux 8

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

sudo dnf remove perl-Net-UPnP

perl-Net-UPnP Package Contents on Rocky Linux 8

/usr/share/doc/perl-Net-UPnP
/usr/share/doc/perl-Net-UPnP/AUTHORS
/usr/share/doc/perl-Net-UPnP/Changes
/usr/share/doc/perl-Net-UPnP/README
/usr/share/doc/perl-Net-UPnP/examples
/usr/share/doc/perl-Net-UPnP/examples/dms2vodcast.pl
/usr/share/doc/perl-Net-UPnP/examples/upnpavchk.pl
/usr/share/doc/perl-Net-UPnP/examples/upnpavdump.pl
/usr/share/doc/perl-Net-UPnP/examples/upnpavsimple.pl
/usr/share/doc/perl-Net-UPnP/examples/upnpchk.pl
/usr/share/doc/perl-Net-UPnP/examples/upnpdump.pl
/usr/share/doc/perl-Net-UPnP/examples/upnpgwdump.pl
/usr/share/doc/perl-Net-UPnP/examples/upnpgwtool.pl
/usr/share/man/man3/Net::UPnP.3pm.gz
/usr/share/man/man3/Net::UPnP::AV::Container.3pm.gz
/usr/share/man/man3/Net::UPnP::AV::Content.3pm.gz
/usr/share/man/man3/Net::UPnP::AV::Item.3pm.gz
/usr/share/man/man3/Net::UPnP::AV::MediaRenderer.3pm.gz
/usr/share/man/man3/Net::UPnP::AV::MediaServer.3pm.gz
/usr/share/man/man3/Net::UPnP::ActionResponse.3pm.gz
/usr/share/man/man3/Net::UPnP::ControlPoint.3pm.gz
/usr/share/man/man3/Net::UPnP::Device.3pm.gz
/usr/share/man/man3/Net::UPnP::GW::Gateway.3pm.gz
/usr/share/man/man3/Net::UPnP::HTTP.3pm.gz
/usr/share/man/man3/Net::UPnP::HTTPResponse.3pm.gz
/usr/share/man/man3/Net::UPnP::QueryResponse.3pm.gz
/usr/share/man/man3/Net::UPnP::Service.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/UPnP
/usr/share/perl5/vendor_perl/Net/UPnP.pm
/usr/share/perl5/vendor_perl/Net/UPnP/AV
/usr/share/perl5/vendor_perl/Net/UPnP/AV/Container.pm
/usr/share/perl5/vendor_perl/Net/UPnP/AV/Content.pm
/usr/share/perl5/vendor_perl/Net/UPnP/AV/Item.pm
/usr/share/perl5/vendor_perl/Net/UPnP/AV/MediaRenderer.pm
/usr/share/perl5/vendor_perl/Net/UPnP/AV/MediaServer.pm
/usr/share/perl5/vendor_perl/Net/UPnP/ActionResponse.pm
/usr/share/perl5/vendor_perl/Net/UPnP/ControlPoint.pm
/usr/share/perl5/vendor_perl/Net/UPnP/Device.pm
/usr/share/perl5/vendor_perl/Net/UPnP/GW
/usr/share/perl5/vendor_perl/Net/UPnP/GW/Gateway.pm
/usr/share/perl5/vendor_perl/Net/UPnP/HTTP.pm
/usr/share/perl5/vendor_perl/Net/UPnP/HTTPResponse.pm
/usr/share/perl5/vendor_perl/Net/UPnP/QueryResponse.pm
/usr/share/perl5/vendor_perl/Net/UPnP/Service.pm

References

Summary

In this tutorial we learn how to install perl-Net-UPnP on Rocky Linux 8 using yum and dnf.