How to Install and Uninstall ghc-simple-cmd.x86_64 Package on Fedora 34

Last updated: November 25,2024

1. Install "ghc-simple-cmd.x86_64" package

Here is a brief guide to show you how to install ghc-simple-cmd.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-simple-cmd.x86_64

2. Uninstall "ghc-simple-cmd.x86_64" package

This is a short guide on how to uninstall ghc-simple-cmd.x86_64 on Fedora 34:

$ sudo dnf remove ghc-simple-cmd.x86_64 $ sudo dnf autoremove

3. Information about the ghc-simple-cmd.x86_64 package on Fedora 34

Last metadata expiration check: 1:57:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-simple-cmd
Version : 0.2.2
Release : 4.fc34
Architecture : x86_64
Size : 29 k
Source : ghc-simple-cmd-0.2.2-4.fc34.src.rpm
Repository : fedora
Summary : Simple String-based process commands
URL : https://hackage.haskell.org/package/simple-cmd
License : BSD
Description : Simple wrappers over System.Process (readProcess, readProcessWithExitCode,
: rawSystem, and createProcess). The idea is to provide some common idioms for
: calling out to commands from programs. For more advanced shell-scripting or
: streaming use turtle, shelly, command, etc.