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

Last updated: October 06,2024

1. Install "ghc-zlib.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-zlib.x86_64 on Fedora 34

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

2. Uninstall "ghc-zlib.x86_64" package

This tutorial shows how to uninstall ghc-zlib.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:30:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-zlib
Version : 0.6.2.1
Release : 5.fc34
Architecture : x86_64
Size : 87 k
Source : ghc-zlib-0.6.2.1-5.fc34.src.rpm
Repository : fedora
Summary : Compression and decompression in the gzip and zlib formats
URL : https://hackage.haskell.org/package/zlib
License : BSD
Description : This package provides a pure interface for compressing and decompressing
: streams of data represented as lazy 'ByteString's. It uses the
: so it has high performance.
: It supports the "zlib", "gzip" and "raw" compression formats.
:
: It provides a convenient high level API suitable for most tasks and for the few
: cases where more control is needed it provides access to the full zlib feature
: set.