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

Last updated: October 11,2024

1. Install "ghc-tasty.x86_64" package

This guide let you learn how to install ghc-tasty.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-tasty.x86_64" package

Here is a brief guide to show you how to uninstall ghc-tasty.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:49:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-tasty
Version : 1.4.2.1
Release : 14.el9
Architecture : x86_64
Size : 163 k
Source : ghc-tasty-1.4.2.1-14.el9.src.rpm
Repository : epel
Summary : Modern and extensible testing framework
URL : https://hackage.haskell.org/package/tasty
License : MIT
Description : Tasty is a modern testing framework for Haskell. It lets you combine your unit
: tests, golden tests, QuickCheck/SmallCheck properties, and any other types of
: tests into a single test suite.