How to Install and Uninstall ghc-tar-conduit.x86_64 Package on Oracle Linux 9

Last updated: September 23,2024

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

Learn how to install ghc-tar-conduit.x86_64 on Oracle Linux 9

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

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

Learn how to uninstall ghc-tar-conduit.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-tar-conduit.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:06:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-tar-conduit
Version : 0.3.2
Release : 15.el9
Architecture : x86_64
Size : 107 k
Source : ghc-tar-conduit-0.3.2-15.el9.src.rpm
Repository : epel
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.