How to Install and Uninstall ghc-http-api-data.x86_64 Package on Rocky Linux 9

Last updated: July 06,2024

1. Install "ghc-http-api-data.x86_64" package

Please follow the guidance below to install ghc-http-api-data.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install ghc-http-api-data.x86_64

2. Uninstall "ghc-http-api-data.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-http-api-data.x86_64 on Rocky Linux 9:

$ sudo dnf remove ghc-http-api-data.x86_64 $ sudo dnf autoremove

3. Information about the ghc-http-api-data.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:22:40 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-http-api-data
Version : 0.4.2
Release : 2.el9
Architecture : x86_64
Size : 134 k
Source : ghc-http-api-data-0.4.2-2.el9.src.rpm
Repository : epel
Summary : Converting to/from HTTP API data
URL : https://hackage.haskell.org/package/http-api-data
License : BSD
Description : This package defines typeclasses used for converting Haskell data types to and
: from HTTP API data. Haskell types like booleans, numbers, strings and dates are
: supported.