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

Last updated: September 21,2024

1. Install "ghc-tasty.x86_64" package

Here is a brief guide to show you how to install ghc-tasty.x86_64 on Oracle Linux 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 Oracle Linux 9:

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

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

Last metadata expiration check: 0:59:08 ago on Thu Feb 15 07:50:05 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.