How to Install and Uninstall ghc-tar-conduit.x86_64 Package on Fedora 38

Last updated: June 03,2024

1. Install "ghc-tar-conduit.x86_64" package

This guide covers the steps necessary to install ghc-tar-conduit.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-tar-conduit.x86_64

2. Uninstall "ghc-tar-conduit.x86_64" package

Please follow the guidelines below to uninstall ghc-tar-conduit.x86_64 on Fedora 38:

$ sudo dnf remove ghc-tar-conduit.x86_64 $ sudo dnf autoremove

3. Information about the ghc-tar-conduit.x86_64 package on Fedora 38

Last metadata expiration check: 2:10:59 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-tar-conduit
Version : 0.3.2
Release : 18.fc38
Architecture : x86_64
Size : 109 k
Source : ghc-tar-conduit-0.3.2-18.fc38.src.rpm
Repository : fedora
Summary : Extract and create tar files using conduit for streaming
URL : https://hackage.haskell.org/package/tar-conduit
License : MIT
Description : This library is for stream-processing .tar archives via conduit. See the
: documentation of Data.Conduit.Tar.withEntries for a usage example.