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

Last updated: September 19,2024

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

Please follow the step by step instructions below to install perl-Sysadm-Install.noarch on Fedora 34

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

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

Learn how to uninstall perl-Sysadm-Install.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:42:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Sysadm-Install
Version : 0.48
Release : 14.fc34
Architecture : noarch
Size : 37 k
Source : perl-Sysadm-Install-0.48-14.fc34.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.