How to Install and Uninstall ghc-shelly.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "ghc-shelly.x86_64" package

This is a short guide on how to install ghc-shelly.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-shelly.x86_64" package

Please follow the step by step instructions below to uninstall ghc-shelly.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-shelly.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:57:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-shelly
Version : 1.9.0
Release : 7.el9
Architecture : x86_64
Size : 163 k
Source : ghc-shelly-1.9.0-7.el9.src.rpm
Repository : epel
Summary : Shell-like (systems) programming in Haskell
URL : https://hackage.haskell.org/package/shelly
License : BSD
Description : Shelly provides convenient systems programming in Haskell, similar in spirit to
: POSIX shells. Shelly:
:
: * is aimed at convenience and getting things done rather than being
: a demonstration of elegance.
: * has detailed and useful error messages
: * maintains its own environment, making it thread-safe.
: * is modern, using Text filepath/directory
:
: Shelly is originally forked from the Shellish package.
:
: See the shelly-extra package for additional functionality.
:
: An overview is available in the README:
: .