How to Install and Uninstall ghc-yaml.x86_64 Package on Rocky Linux 9
Last updated: November 25,2024
1. Install "ghc-yaml.x86_64" package
Please follow the guidelines below to install ghc-yaml.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-yaml.x86_64
Copied
2. Uninstall "ghc-yaml.x86_64" package
Please follow the guidelines below to uninstall ghc-yaml.x86_64 on Rocky Linux 9:
$
sudo dnf remove
ghc-yaml.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-yaml.x86_64 package on Rocky Linux 9
Last metadata expiration check: 2:44:50 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-yaml
Version : 0.11.8.0
Release : 13.el9
Architecture : x86_64
Size : 128 k
Source : ghc-yaml-0.11.8.0-13.el9.src.rpm
Repository : epel
Summary : Support for parsing and rendering YAML documents
URL : https://hackage.haskell.org/package/yaml
License : BSD
Description : Provides support for parsing and emitting Yaml documents.
:
: The package is broken down into two modules. "Data.Yaml" provides a high-level
: interface based around the JSON datatypes provided by the 'aeson' package.
: "Text.Libyaml" provides a lower-level, streaming interface. For most users,
: "Data.Yaml" is recommended.
Available Packages
Name : ghc-yaml
Version : 0.11.8.0
Release : 13.el9
Architecture : x86_64
Size : 128 k
Source : ghc-yaml-0.11.8.0-13.el9.src.rpm
Repository : epel
Summary : Support for parsing and rendering YAML documents
URL : https://hackage.haskell.org/package/yaml
License : BSD
Description : Provides support for parsing and emitting Yaml documents.
:
: The package is broken down into two modules. "Data.Yaml" provides a high-level
: interface based around the JSON datatypes provided by the 'aeson' package.
: "Text.Libyaml" provides a lower-level, streaming interface. For most users,
: "Data.Yaml" is recommended.