| Name: | perl-Sysadm-Install |
|---|---|
| Version: | 0.48 |
| Release: | 20.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 83242 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-Sysadm-Install-0.48-20.el10_0.noarch.rpm |
| Source RPM: | perl-Sysadm-Install-0.48-20.el10_0.src.rpm |
| Build Date: | Fri Dec 20 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Sysadm-Install |
| Summary: | Typical installation tasks for system administrators |
| 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. |