How to Install and Uninstall perl-YAML.noarch Package on Oracle Linux 8

Last updated: July 01,2024

1. Install "perl-YAML.noarch" package

This tutorial shows how to install perl-YAML.noarch on Oracle Linux 8

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

2. Uninstall "perl-YAML.noarch" package

Learn how to uninstall perl-YAML.noarch on Oracle Linux 8:

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

3. Information about the perl-YAML.noarch package on Oracle Linux 8

Last metadata expiration check: 3:59:17 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-YAML
Version : 1.24
Release : 3.module+el8.1.0+5422+43f20e79
Architecture : noarch
Size : 93 k
Source : perl-YAML-1.24-3.module+el8.1.0+5422+43f20e79.src.rpm
Repository : ol8_appstream
Summary : YAML Ain't Markup Language (tm)
URL : http://search.cpan.org/dist/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.