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

Last updated: October 03,2024

1. Install "ghc-tasty.x86_64" package

This guide let you learn how to install ghc-tasty.x86_64 on CentOS Stream 9

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

2. Uninstall "ghc-tasty.x86_64" package

Please follow the guidelines below to uninstall ghc-tasty.x86_64 on CentOS Stream 9:

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

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

Last metadata expiration check: 1:32:27 ago on Sat Mar 16 16:03:45 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.