How To Install perl-Sys-Statistics-Linux on Fedora 36

In this tutorial we learn how to install perl-Sys-Statistics-Linux in Fedora 36. perl-Sys-Statistics-Linux is Front-end module to collect system statistics

Introduction

In this tutorial we learn how to install perl-Sys-Statistics-Linux on Fedora 36.

What is perl-Sys-Statistics-Linux

Sys system information like processor workload, memory usage, network and disk statistics and a lot more. Refer the documentation of the distribution modules to get more information about all possible statistics.

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

Install perl-Sys-Statistics-Linux 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-Sys-Statistics-Linux using dnf by running the following command:

sudo dnf -y install perl-Sys-Statistics-Linux

Install perl-Sys-Statistics-Linux 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-Sys-Statistics-Linux using yum by running the following command:

sudo yum -y install perl-Sys-Statistics-Linux

How To Uninstall perl-Sys-Statistics-Linux on Fedora 36

To uninstall only the perl-Sys-Statistics-Linux package we can use the following command:

sudo dnf remove perl-Sys-Statistics-Linux

perl-Sys-Statistics-Linux Package Contents on Fedora 36

/usr/share/doc/perl-Sys-Statistics-Linux
/usr/share/doc/perl-Sys-Statistics-Linux/ChangeLog
/usr/share/doc/perl-Sys-Statistics-Linux/README
/usr/share/licenses/perl-Sys-Statistics-Linux
/usr/share/licenses/perl-Sys-Statistics-Linux/LICENCE
/usr/share/man/man3/Sys::Statistics::Linux.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::Compilation.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::CpuStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::DiskStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::DiskUsage.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::FileStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::LoadAVG.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::MemStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::NetStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::PgSwStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::ProcStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::Processes.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::SockStats.3pm.gz
/usr/share/man/man3/Sys::Statistics::Linux::SysInfo.3pm.gz
/usr/share/perl5/vendor_perl/Sys
/usr/share/perl5/vendor_perl/Sys/Statistics
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/Compilation.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/CpuStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/DiskStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/DiskUsage.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/FileStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/LoadAVG.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/MemStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/NetStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/PgSwStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/ProcStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/Processes.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/SockStats.pm
/usr/share/perl5/vendor_perl/Sys/Statistics/Linux/SysInfo.pm

References

Summary

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