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

Last updated: October 02,2024

1. Install "ghc-tasty.x86_64" package

Please follow the instructions below to install ghc-tasty.x86_64 on AlmaLinux 9

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

2. Uninstall "ghc-tasty.x86_64" package

Please follow the step by step instructions below to uninstall ghc-tasty.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:10:11 ago on Wed Mar 13 07:41:12 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.