How to Install and Uninstall ghc-refact.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "ghc-refact.x86_64" package

This guide covers the steps necessary to install ghc-refact.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-refact.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-refact.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-refact.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:24:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-refact
Version : 0.3.0.2
Release : 9.el8
Architecture : x86_64
Size : 45 k
Source : ghc-refact-0.3.0.2-9.el8.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.