How to Install and Uninstall ghc-unix-compat.x86_64 Package on Rocky Linux 9

Last updated: June 26,2024

1. Install "ghc-unix-compat.x86_64" package

This tutorial shows how to install ghc-unix-compat.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install ghc-unix-compat.x86_64

2. Uninstall "ghc-unix-compat.x86_64" package

This is a short guide on how to uninstall ghc-unix-compat.x86_64 on Rocky Linux 9:

$ sudo dnf remove ghc-unix-compat.x86_64 $ sudo dnf autoremove

3. Information about the ghc-unix-compat.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:51:48 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-unix-compat
Version : 0.5.4
Release : 1.el9
Architecture : x86_64
Size : 14 k
Source : ghc-unix-compat-0.5.4-1.el9.src.rpm
Repository : epel
Summary : Portable POSIX-compatibility layer
URL : https://hackage.haskell.org/package/unix-compat
License : BSD
Description : This package provides portable implementations of parts of the unix package.
: This package re-exports the unix package when available. When it isn't
: available, portable implementations are used.