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

Last updated: October 06,2024

1. Install "ghc-feed.x86_64" package

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

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

2. Uninstall "ghc-feed.x86_64" package

Please follow the guidelines below to uninstall ghc-feed.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:10:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-feed
Version : 1.3.2.0
Release : 2.fc36
Architecture : x86_64
Size : 290 k
Source : ghc-feed-1.3.2.0-2.fc36.src.rpm
Repository : fedora
Summary : Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
URL : https://hackage.haskell.org/package/feed
License : BSD
Description : Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
:
: To help working with the multiple feed formats we've ended up with, this set of
: modules provides parsers, pretty printers and some utility code for querying
: and just generally working with a concrete representation of feeds in Haskell.
:
: See here for an example of how to create an Atom feed:
:
:
: For basic reading and editing of feeds, consult the documentation of the
: Text.Feed.* hierarchy.