How to Install and Uninstall ghc-shelly.x86_64 Package on Fedora 38

Last updated: November 27,2024

1. Install "ghc-shelly.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-shelly.x86_64 on Fedora 38

$ 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 Fedora 38:

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

3. Information about the ghc-shelly.x86_64 package on Fedora 38

Last metadata expiration check: 3:34:22 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-shelly
Version : 1.10.0
Release : 10.fc38
Architecture : x86_64
Size : 152 k
Source : ghc-shelly-1.10.0-10.fc38.src.rpm
Repository : fedora
Summary : Shell-like (systems) programming in Haskell
URL : https://hackage.haskell.org/package/shelly
License : BSD-3-Clause
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:
: .