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

Last updated: October 04,2024

1. Install "ghc-filestore.x86_64" package

This guide covers the steps necessary to install ghc-filestore.x86_64 on Fedora 35

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

2. Uninstall "ghc-filestore.x86_64" package

Please follow the guidance below to uninstall ghc-filestore.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:59:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-filestore
Version : 0.6.5
Release : 1.fc35
Architecture : x86_64
Size : 109 k
Source : ghc-filestore-0.6.5-1.fc35.src.rpm
Repository : fedora
Summary : Interface for versioning file stores
URL : https://hackage.haskell.org/package/filestore
License : BSD
Description : The filestore library provides an abstract interface for a versioning file
: store, and modules that instantiate this interface. Currently Git, Darcs, and
: Mercurial modules are provided, and other VCSs or databases could be added.