How to Install and Uninstall ghc-yaml.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 28,2024
1. Install "ghc-yaml.x86_64" package
Learn how to install ghc-yaml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
ghc-yaml.x86_64
Copied
2. Uninstall "ghc-yaml.x86_64" package
This is a short guide on how to uninstall ghc-yaml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
ghc-yaml.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-yaml.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:18:11 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-yaml
Version : 0.8.32
Release : 3.el8
Architecture : x86_64
Size : 208 k
Source : ghc-yaml-0.8.32-3.el8.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.8.32
Release : 3.el8
Architecture : x86_64
Size : 208 k
Source : ghc-yaml-0.8.32-3.el8.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.