How to Install and Uninstall ghc-tasty.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "ghc-tasty.x86_64" package

Please follow the guidance below to install ghc-tasty.x86_64 on Rocky Linux 9

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

2. Uninstall "ghc-tasty.x86_64" package

This guide let you learn how to uninstall ghc-tasty.x86_64 on Rocky Linux 9:

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

3. Information about the ghc-tasty.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:30:46 ago on Fri Feb 16 06:49:52 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.