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

Last updated: October 05,2024

1. Install "ghc-cheapskate.x86_64" package

This is a short guide on how to install ghc-cheapskate.x86_64 on Fedora 34

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

2. Uninstall "ghc-cheapskate.x86_64" package

Please follow the instructions below to uninstall ghc-cheapskate.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:53:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-cheapskate
Version : 0.1.1.2
Release : 4.fc34
Architecture : x86_64
Size : 231 k
Source : ghc-cheapskate-0.1.1.2-4.fc34.src.rpm
Repository : fedora
Summary : Experimental markdown processor
URL : https://hackage.haskell.org/package/cheapskate
License : BSD
Description : This is an experimental Markdown processor in pure Haskell. It aims to process
: Markdown efficiently and in the most forgiving possible way. It is designed to
: deal with any input, including garbage, with linear performance.
: Output is sanitized by default for protection against XSS attacks.
:
: Several markdown extensions are implemented, including fenced code blocks,
: significant list start numbers, and autolinked URLs. See README.markdown for
: details.