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

Last updated: June 03,2024

1. Install "ghc-tar.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-tar.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-tar.x86_64" package

This tutorial shows how to uninstall ghc-tar.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:58:37 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-tar
Version : 0.5.1.0
Release : 1.el8
Architecture : x86_64
Size : 124 k
Source : ghc-tar-0.5.1.0-1.el8.src.rpm
Repository : epel
Summary : Reading, writing and manipulating ".tar" archive files
URL : https://hackage.haskell.org/package/tar
License : BSD
Description : This library is for working with "'.tar'" archive files. It can read and write
: a range of common variations of archive format including V7, POSIX USTAR and
: GNU formats.
:
: It provides support for packing and unpacking portable archives. This makes it
: suitable for distribution but not backup because details like file ownership
: and exact permissions are not preserved.
:
: It also provides features for random access to archive content using an index.