How to Install and Uninstall perl-YAML.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "perl-YAML.noarch" package

Here is a brief guide to show you how to install perl-YAML.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-YAML.noarch

2. Uninstall "perl-YAML.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-YAML.noarch on Rocky Linux 9:

$ sudo dnf remove perl-YAML.noarch $ sudo dnf autoremove

3. Information about the perl-YAML.noarch package on Rocky Linux 9

Last metadata expiration check: 1:26:49 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-YAML
Version : 1.30
Release : 8.el9
Architecture : noarch
Size : 81 k
Source : perl-YAML-1.30-8.el9.src.rpm
Repository : appstream
Summary : YAML Ain't Markup Language (tm)
URL : https://metacpan.org/release/YAML
License : GPL+ or Artistic
Description : The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0
: specification (http://www.yaml.org/spec/). YAML is a generic data serialization
: language that is optimized for human readability. It can be used to express the
: data structures of most modern programming languages, including Perl. For
: information on the YAML syntax, please refer to the YAML specification.