How To Install perl-Sys-Info-Base on Fedora 36
Introduction
In this tutorial we learn how to install perl-Sys-Info-Base
on Fedora 36.
What is perl-Sys-Info-Base
Provides various system information.
We can use yum
or dnf
to install perl-Sys-Info-Base
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Sys-Info-Base.
Install perl-Sys-Info-Base 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-Info-Base
using dnf
by running the following command:
sudo dnf -y install perl-Sys-Info-Base
Install perl-Sys-Info-Base 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-Info-Base
using yum
by running the following command:
sudo yum -y install perl-Sys-Info-Base
How To Uninstall perl-Sys-Info-Base on Fedora 36
To uninstall only the perl-Sys-Info-Base
package we can use the following command:
sudo dnf remove perl-Sys-Info-Base
perl-Sys-Info-Base Package Contents on Fedora 36
/usr/share/doc/perl-Sys-Info-Base
/usr/share/doc/perl-Sys-Info-Base/Changes
/usr/share/licenses/perl-Sys-Info-Base
/usr/share/licenses/perl-Sys-Info-Base/LICENSE
/usr/share/man/man3/Sys::Info::Base.3pm.gz
/usr/share/man/man3/Sys::Info::Constants.3pm.gz
/usr/share/man/man3/Sys::Info::Device.3pm.gz
/usr/share/man/man3/Sys::Info::Device::CPU.3pm.gz
/usr/share/man/man3/Sys::Info::Driver.3pm.gz
/usr/share/man/man3/Sys::Info::Helper.3pm.gz
/usr/share/man/man3/Sys::Info::OS.3pm.gz
/usr/share/perl5/vendor_perl/Sys
/usr/share/perl5/vendor_perl/Sys/Info
/usr/share/perl5/vendor_perl/Sys/Info/Base.pm
/usr/share/perl5/vendor_perl/Sys/Info/Constants.pm
/usr/share/perl5/vendor_perl/Sys/Info/Device
/usr/share/perl5/vendor_perl/Sys/Info/Device.pm
/usr/share/perl5/vendor_perl/Sys/Info/Device/CPU.pm
/usr/share/perl5/vendor_perl/Sys/Info/Driver.pm
/usr/share/perl5/vendor_perl/Sys/Info/Helper.pm
/usr/share/perl5/vendor_perl/Sys/Info/OS.pm
References
Summary
In this tutorial we learn how to install perl-Sys-Info-Base
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).