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

Last updated: October 06,2024

1. Install "ghc-shelly.x86_64" package

This guide covers the steps necessary to install ghc-shelly.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-shelly.x86_64" package

Here is a brief guide to show you how to uninstall ghc-shelly.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:03:03 ago on Thu Feb 15 07:50:05 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:
: .