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

Last updated: January 15,2025

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

Please follow the guidance below to install ghc-tar-conduit.x86_64 on Fedora 36

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

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

Please follow the step by step instructions below to uninstall ghc-tar-conduit.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:05:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-tar-conduit
Version : 0.3.2
Release : 15.fc36
Architecture : x86_64
Size : 107 k
Source : ghc-tar-conduit-0.3.2-15.fc36.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.