How To Install perl-Sysadm-Install on Fedora 36

In this tutorial we learn how to install perl-Sysadm-Install in Fedora 36. perl-Sysadm-Install is Typical installation tasks for system administrators

Introduction

In this tutorial we learn how to install perl-Sysadm-Install on Fedora 36.

What is perl-Sysadm-Install

“Sysadm installation tasks It has a “fail once and die” policy, meticulously checking the result of every operation and calling “die()” immediately if anything fails, with optional logging of everything. “Sysadm everything, but suppresses any write actions.

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

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

sudo dnf -y install perl-Sysadm-Install

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

sudo yum -y install perl-Sysadm-Install

How To Uninstall perl-Sysadm-Install on Fedora 36

To uninstall only the perl-Sysadm-Install package we can use the following command:

sudo dnf remove perl-Sysadm-Install

perl-Sysadm-Install Package Contents on Fedora 36

/usr/share/doc/perl-Sysadm-Install
/usr/share/doc/perl-Sysadm-Install/Changes
/usr/share/doc/perl-Sysadm-Install/README
/usr/share/doc/perl-Sysadm-Install/eg
/usr/share/doc/perl-Sysadm-Install/eg/ask
/usr/share/doc/perl-Sysadm-Install/eg/mkperl
/usr/share/doc/perl-Sysadm-Install/eg/one-liner
/usr/share/doc/perl-Sysadm-Install/eg/perm_cp
/usr/share/doc/perl-Sysadm-Install/eg/tap
/usr/share/doc/perl-Sysadm-Install/eg/untar_in
/usr/share/man/man3/Sysadm::Install.3pm.gz
/usr/share/perl5/vendor_perl/Sysadm
/usr/share/perl5/vendor_perl/Sysadm/Install.pm

References

Summary

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