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

Last updated: January 11,2025

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

Please follow the step by step instructions below to install ghc-tar-conduit.x86_64 on Fedora 35

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

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

Please follow the guidance below to uninstall ghc-tar-conduit.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:12:13 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-tar-conduit
Version : 0.3.2
Release : 14.fc35
Architecture : x86_64
Size : 107 k
Source : ghc-tar-conduit-0.3.2-14.fc35.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.