How to Install and Uninstall ghc-vty.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-vty.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-vty.x86_64 on Fedora 34

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

2. Uninstall "ghc-vty.x86_64" package

This tutorial shows how to uninstall ghc-vty.x86_64 on Fedora 34:

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

3. Information about the ghc-vty.x86_64 package on Fedora 34

Last metadata expiration check: 2:18:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-vty
Version : 5.28.2
Release : 4.fc34
Architecture : x86_64
Size : 344 k
Source : ghc-vty-5.28.2-4.fc34.src.rpm
Repository : fedora
Summary : A simple terminal UI library
URL : https://hackage.haskell.org/package/vty
License : BSD
Description : Vty is terminal GUI library in the niche of ncurses. It is intended to be easy
: to use, have no confusing corner cases, and good support for common terminal
: types.
:
: See the 'vty-examples' package as well as the program
: 'test/interactive_terminal_test.hs' included in the 'vty' package for examples
: on how to use the library.
:
: Import the "Graphics.Vty" convenience module to get access to the core parts of
: the library.