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

Last updated: October 07,2024

1. Install "ghc-vty.x86_64" package

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

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

2. Uninstall "ghc-vty.x86_64" package

Please follow the guidance below to uninstall ghc-vty.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:06:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-vty
Version : 5.33
Release : 3.fc36
Architecture : x86_64
Size : 333 k
Source : ghc-vty-5.33-3.fc36.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.