How To Install perl-System-Info on Fedora 36

In this tutorial we learn how to install perl-System-Info in Fedora 36. perl-System-Info is Factory for system specific information objects

Introduction

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

What is perl-System-Info

System CPU’s, architecture, OS and release related information in a system- independent way. This releases the user of this module of the need to know if the information comes from Windows, Linux, HP-UX, AIX, Solaris, Irix, or VMS, and if the architecture is i386, x64, pa-risc2, or arm.

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

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

sudo dnf -y install perl-System-Info

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

sudo yum -y install perl-System-Info

How To Uninstall perl-System-Info on Fedora 36

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

sudo dnf remove perl-System-Info

perl-System-Info Package Contents on Fedora 36

/usr/share/doc/perl-System-Info
/usr/share/doc/perl-System-Info/CONTRIBUTING.md
/usr/share/doc/perl-System-Info/ChangeLog
/usr/share/doc/perl-System-Info/README
/usr/share/doc/perl-System-Info/examples
/usr/share/doc/perl-System-Info/examples/sysinfo.pl
/usr/share/man/man3/System::Info.3pm.gz
/usr/share/man/man3/System::Info::AIX.3pm.gz
/usr/share/man/man3/System::Info::BSD.3pm.gz
/usr/share/man/man3/System::Info::Base.3pm.gz
/usr/share/man/man3/System::Info::Cygwin.3pm.gz
/usr/share/man/man3/System::Info::Darwin.3pm.gz
/usr/share/man/man3/System::Info::Generic.3pm.gz
/usr/share/man/man3/System::Info::HPUX.3pm.gz
/usr/share/man/man3/System::Info::Haiku.3pm.gz
/usr/share/man/man3/System::Info::Irix.3pm.gz
/usr/share/man/man3/System::Info::Linux.3pm.gz
/usr/share/man/man3/System::Info::Solaris.3pm.gz
/usr/share/man/man3/System::Info::VMS.3pm.gz
/usr/share/man/man3/System::Info::Windows.3pm.gz
/usr/share/perl5/vendor_perl/System
/usr/share/perl5/vendor_perl/System/Info
/usr/share/perl5/vendor_perl/System/Info.pm
/usr/share/perl5/vendor_perl/System/Info/AIX.pm
/usr/share/perl5/vendor_perl/System/Info/BSD.pm
/usr/share/perl5/vendor_perl/System/Info/Base.pm
/usr/share/perl5/vendor_perl/System/Info/Cygwin.pm
/usr/share/perl5/vendor_perl/System/Info/Darwin.pm
/usr/share/perl5/vendor_perl/System/Info/Generic.pm
/usr/share/perl5/vendor_perl/System/Info/HPUX.pm
/usr/share/perl5/vendor_perl/System/Info/Haiku.pm
/usr/share/perl5/vendor_perl/System/Info/Irix.pm
/usr/share/perl5/vendor_perl/System/Info/Linux.pm
/usr/share/perl5/vendor_perl/System/Info/Solaris.pm
/usr/share/perl5/vendor_perl/System/Info/VMS.pm
/usr/share/perl5/vendor_perl/System/Info/Windows.pm

References

Summary

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