How to Install and Uninstall perl-Sysadm-Install.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-Sysadm-Install.noarch" package

This guide let you learn how to install perl-Sysadm-Install.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Sysadm-Install.noarch

2. Uninstall "perl-Sysadm-Install.noarch" package

Please follow the guidelines below to uninstall perl-Sysadm-Install.noarch on Fedora 36:

$ sudo dnf remove perl-Sysadm-Install.noarch $ sudo dnf autoremove

3. Information about the perl-Sysadm-Install.noarch package on Fedora 36

Last metadata expiration check: 1:26:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Sysadm-Install
Version : 0.48
Release : 17.fc36
Architecture : noarch
Size : 37 k
Source : perl-Sysadm-Install-0.48-17.fc36.src.rpm
Repository : fedora
Summary : Typical installation tasks for system administrators
URL : https://metacpan.org/release/Sysadm-Install
License : GPL+ or Artistic
Description : "Sysadm::Install" executes shell-like commands performing typical
: installation tasks: Copying files, extracting tarballs, calling "make".
: 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::Install" also supports a *dry_run* mode, in which it logs
: everything, but suppresses any write actions.