How to Install and Uninstall ghc-refact.x86_64 Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "ghc-refact.x86_64" package

This tutorial shows how to install ghc-refact.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-refact.x86_64

2. Uninstall "ghc-refact.x86_64" package

This tutorial shows how to uninstall ghc-refact.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-refact.x86_64 $ sudo dnf autoremove

3. Information about the ghc-refact.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:35:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-refact
Version : 0.3.0.2
Release : 21.el9
Architecture : x86_64
Size : 47 k
Source : ghc-refact-0.3.0.2-21.el9.src.rpm
Repository : epel
Summary : Specify refactorings to perform with apply-refact
URL : https://hackage.haskell.org/package/refact
License : BSD
Description : This library provides a datatype which can be interpreted by apply-refact.
: It exists as a seperate library so that applications can specify refactorings
: without depending on GHC.