How to Install and Uninstall ghc-simple-cmd.x86_64 Package on CentOS Stream 8
Last updated: February 02,2025
1. Install "ghc-simple-cmd.x86_64" package
This tutorial shows how to install ghc-simple-cmd.x86_64 on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
ghc-simple-cmd.x86_64
Copied
2. Uninstall "ghc-simple-cmd.x86_64" package
This tutorial shows how to uninstall ghc-simple-cmd.x86_64 on CentOS Stream 8:
$
sudo dnf remove
ghc-simple-cmd.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-simple-cmd.x86_64 package on CentOS Stream 8
Last metadata expiration check: 6:30:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-simple-cmd
Version : 0.1.3.1
Release : 1.el8
Architecture : x86_64
Size : 24 k
Source : ghc-simple-cmd-0.1.3.1-1.el8.src.rpm
Repository : epel
Summary : Simple String-based process commands
URL : https://hackage.haskell.org/package/simple-cmd
License : BSD
Description : Thin wrappers over System.Process (readProcess, readProcessWithExitCode, and
: rawSystem). The idea is to provide some simple common idioms for easy calling
: out to commands from programs. For more advanced shell-scripting or streaming
: use turtle, shelly, command, etc.
Available Packages
Name : ghc-simple-cmd
Version : 0.1.3.1
Release : 1.el8
Architecture : x86_64
Size : 24 k
Source : ghc-simple-cmd-0.1.3.1-1.el8.src.rpm
Repository : epel
Summary : Simple String-based process commands
URL : https://hackage.haskell.org/package/simple-cmd
License : BSD
Description : Thin wrappers over System.Process (readProcess, readProcessWithExitCode, and
: rawSystem). The idea is to provide some simple common idioms for easy calling
: out to commands from programs. For more advanced shell-scripting or streaming
: use turtle, shelly, command, etc.