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

Last updated: November 25,2024

1. Install "perl-YAML.noarch" package

Please follow the guidance below to install perl-YAML.noarch on Fedora 39

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

2. Uninstall "perl-YAML.noarch" package

Learn how to uninstall perl-YAML.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:33:55 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-YAML
Version : 1.30
Release : 16.fc39
Architecture : noarch
Size : 85 k
Source : perl-YAML-1.30-16.fc39.src.rpm
Repository : fedora
Summary : YAML Ain't Markup Language (tm)
URL : https://metacpan.org/release/YAML
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.