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

Last updated: November 28,2024

1. Install "ghc-vty.x86_64" package

This guide let you learn how to install ghc-vty.x86_64 on Fedora 39

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

2. Uninstall "ghc-vty.x86_64" package

This guide let you learn how to uninstall ghc-vty.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:58:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-vty
Version : 5.38
Release : 1.fc39
Architecture : x86_64
Size : 390 k
Source : ghc-vty-5.38-1.fc39.src.rpm
Repository : fedora
Summary : A simple terminal UI library
URL : https://hackage.haskell.org/package/vty
License : BSD-3-Clause
Description : Vty is terminal GUI library in the niche of ncurses. It is intended to be easy
: to use and to provide good support for common terminal types.
:
: See the 'vty-examples' package as well as the program
: 'examples/interactive_terminal_test.hs' included in the 'vty' repository for
: examples on how to use the library.
:
: Import the 'Graphics.Vty' convenience module to get access to the core parts of
: the library.