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

Last updated: September 21,2024

1. Install "ghc-turtle.x86_64" package

Please follow the guidance below to install ghc-turtle.x86_64 on Fedora 34

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

2. Uninstall "ghc-turtle.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-turtle.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:25:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-turtle
Version : 1.5.19
Release : 4.fc34
Architecture : x86_64
Size : 164 k
Source : ghc-turtle-1.5.19-4.fc34.src.rpm
Repository : fedora
Summary : Shell programming, Haskell-style
URL : https://hackage.haskell.org/package/turtle
License : BSD
Description : 'turtle' is a reimplementation of the Unix command line environment in Haskell
: so that you can use Haskell as both a shell and a scripting language.
:
: Features include:
:
: * Batteries included: Command an extended suite of predefined utilities
:
: * Interoperability: You can still run external shell commands
:
: * Portability: Works on Windows, OS X, and Linux
:
: * Exception safety: Safely acquire and release resources
:
: * Streaming: Transform or fold command output in constant space
:
: * Patterns: Use typed regular expressions that can parse structured values
:
: * Formatting: Type-safe 'printf'-style text formatting
:
: * Modern: Supports 'text' and 'system-filepath'
:
: Read "Turtle.Tutorial" for a detailed tutorial or "Turtle.Prelude" for a
: quick-start guide
:
: 'turtle' is designed to be beginner-friendly, but as a result lacks certain
: features, like tracing commands. If you feel comfortable using 'turtle' then
: you should also check out the 'Shelly' library which provides similar
: functionality.