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

Last updated: January 10,2025

1. Install "ghc-feed.x86_64" package

Please follow the instructions below to install ghc-feed.x86_64 on Fedora 35

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

2. Uninstall "ghc-feed.x86_64" package

Here is a brief guide to show you how to uninstall ghc-feed.x86_64 on Fedora 35:

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

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

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