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

Last updated: May 19,2024

1. Install "ghc-data-clist.x86_64" package

Please follow the guidelines below to install ghc-data-clist.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-data-clist.x86_64

2. Uninstall "ghc-data-clist.x86_64" package

Learn how to uninstall ghc-data-clist.x86_64 on Fedora 35:

$ sudo dnf remove ghc-data-clist.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:29:50 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-data-clist
Version : 0.1.2.3
Release : 9.fc35
Architecture : x86_64
Size : 31 k
Source : ghc-data-clist-0.1.2.3-9.fc35.src.rpm
Repository : fedora
Summary : Simple functional ring type
URL : https://hackage.haskell.org/package/data-clist
License : BSD
Description : Simple functional bidirectional ring type. Given that the ring terminiology
: clashes with certain mathematical branches, we're using the term CList or
: CircularList instead.