How to Install and Uninstall ghc-tar-conduit.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

Please follow the instructions below to install ghc-tar-conduit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-tar-conduit.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:34:53 ago on Mon Feb 26 07:04:30 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.