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

Last updated: September 28,2024

1. Install "ghc-vty.x86_64" package

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

$ 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 35:

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

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

Last metadata expiration check: 3:36:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-vty
Version : 5.33
Release : 1.fc35
Architecture : x86_64
Size : 331 k
Source : ghc-vty-5.33-1.fc35.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.