How To Install perl-Net-IPv6Addr on Fedora 36

In this tutorial we learn how to install perl-Net-IPv6Addr in Fedora 36. perl-Net-IPv6Addr is Perl module to check validity of IPv6 addresses

Introduction

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

What is perl-Net-IPv6Addr

Net RFC1884. You throw possible addresses at it, it either accepts them or throws an exception.

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

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

sudo dnf -y install perl-Net-IPv6Addr

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

sudo yum -y install perl-Net-IPv6Addr

How To Uninstall perl-Net-IPv6Addr on Fedora 36

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

sudo dnf remove perl-Net-IPv6Addr

perl-Net-IPv6Addr Package Contents on Fedora 36

/usr/share/doc/perl-Net-IPv6Addr
/usr/share/doc/perl-Net-IPv6Addr/Changes
/usr/share/doc/perl-Net-IPv6Addr/README
/usr/share/doc/perl-Net-IPv6Addr/examples
/usr/share/doc/perl-Net-IPv6Addr/examples/array.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/bigint.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/compressed.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/from-bigint.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/inet.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/inos.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/intarray.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/preferred.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/string-ip6-int.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/synopsis.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/to-string-ipv4-comp.pl
/usr/share/doc/perl-Net-IPv6Addr/examples/to-string-ipv4.pl
/usr/share/man/man3/Net::IPv6Addr.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/IPv6Addr.pm
/usr/share/perl5/vendor_perl/Net/IPv6Addr.pod

References

Summary

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