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

Last updated: September 22,2024

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

This guide covers the steps necessary to install perl-Sysadm-Install.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall perl-Sysadm-Install.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:10:49 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Sysadm-Install
Version : 0.48
Release : 21.fc39
Architecture : noarch
Size : 36 k
Source : perl-Sysadm-Install-0.48-21.fc39.src.rpm
Repository : fedora
Summary : Typical installation tasks for system administrators
URL : https://metacpan.org/release/Sysadm-Install
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.