How To Install perl-NetPacket-SpanningTree on Fedora 36

In this tutorial we learn how to install perl-NetPacket-SpanningTree in Fedora 36. perl-NetPacket-SpanningTree is Assemble and disassemble IEEE 802.1D Spanning Tree protocol packets

Introduction

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

What is perl-NetPacket-SpanningTree

NetPacket disassembling packets using the IEEE standard Spanning Tree Protocol. Spanning Tree is a layer 2 protocol defined by the IEEE 802.1D specification.

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

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

sudo dnf -y install perl-NetPacket-SpanningTree

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

sudo yum -y install perl-NetPacket-SpanningTree

How To Uninstall perl-NetPacket-SpanningTree on Fedora 36

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

sudo dnf remove perl-NetPacket-SpanningTree

perl-NetPacket-SpanningTree Package Contents on Fedora 36

/usr/share/doc/perl-NetPacket-SpanningTree
/usr/share/doc/perl-NetPacket-SpanningTree/Changes
/usr/share/doc/perl-NetPacket-SpanningTree/README
/usr/share/doc/perl-NetPacket-SpanningTree/perl-NetPacket-SpanningTree.email
/usr/share/man/man3/NetPacket::SpanningTree.3pm.gz
/usr/share/perl5/vendor_perl/NetPacket
/usr/share/perl5/vendor_perl/NetPacket/SpanningTree.pm

References

Summary

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