How To Install perl-Parse-DMIDecode on Fedora 36

In this tutorial we learn how to install perl-Parse-DMIDecode in Fedora 36. perl-Parse-DMIDecode is Interface to SMBIOS using dmidecode

Introduction

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

What is perl-Parse-DMIDecode

This module provides an OO interface to SMBIOS information through the dmidecode command which is known to work under a number of Linux, BSD and BeOS variants.

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

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

sudo dnf -y install perl-Parse-DMIDecode

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

sudo yum -y install perl-Parse-DMIDecode

How To Uninstall perl-Parse-DMIDecode on Fedora 36

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

sudo dnf remove perl-Parse-DMIDecode

perl-Parse-DMIDecode Package Contents on Fedora 36

/usr/share/doc/perl-Parse-DMIDecode
/usr/share/doc/perl-Parse-DMIDecode/Changes
/usr/share/doc/perl-Parse-DMIDecode/NOTICE
/usr/share/doc/perl-Parse-DMIDecode/README
/usr/share/doc/perl-Parse-DMIDecode/TODO
/usr/share/doc/perl-Parse-DMIDecode/examples
/usr/share/doc/perl-Parse-DMIDecode/examples/physical_cpus.pl
/usr/share/doc/perl-Parse-DMIDecode/examples/probe_machines.pl
/usr/share/doc/perl-Parse-DMIDecode/examples/services.pl
/usr/share/doc/perl-Parse-DMIDecode/examples/synopsys.pl
/usr/share/doc/perl-Parse-DMIDecode/examples/synopsys2.pl
/usr/share/doc/perl-Parse-DMIDecode/examples/test.pl
/usr/share/licenses/perl-Parse-DMIDecode
/usr/share/licenses/perl-Parse-DMIDecode/LICENSE
/usr/share/man/man3/Parse::DMIDecode.3pm.gz
/usr/share/man/man3/Parse::DMIDecode::Constants.3pm.gz
/usr/share/man/man3/Parse::DMIDecode::Examples.3pm.gz
/usr/share/man/man3/Parse::DMIDecode::Handle.3pm.gz
/usr/share/perl5/vendor_perl/Parse
/usr/share/perl5/vendor_perl/Parse/DMIDecode
/usr/share/perl5/vendor_perl/Parse/DMIDecode.pm
/usr/share/perl5/vendor_perl/Parse/DMIDecode/Constants.pm
/usr/share/perl5/vendor_perl/Parse/DMIDecode/Examples.pod
/usr/share/perl5/vendor_perl/Parse/DMIDecode/Handle.pm

References

Summary

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