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

Last updated: October 09,2024

1. Install "ghc-shelly.x86_64" package

Please follow the steps below to install ghc-shelly.x86_64 on Fedora 35

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

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

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

Last metadata expiration check: 2:49:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-shelly
Version : 1.9.0
Release : 6.fc35
Architecture : x86_64
Size : 162 k
Source : ghc-shelly-1.9.0-6.fc35.src.rpm
Repository : fedora
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:
: .