How To Install ghc-feed on Fedora 36
Introduction
In this tutorial we learn how to install ghc-feed
on Fedora 36.
What is ghc-feed
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 <https For basic reading and editing of feeds, consult the documentation of the Text.Feed.* hierarchy.
We can use yum
or dnf
to install ghc-feed
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-feed.
Install ghc-feed on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ghc-feed
using dnf
by running the following command:
sudo dnf -y install ghc-feed
Install ghc-feed on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ghc-feed
using yum
by running the following command:
sudo yum -y install ghc-feed
How To Uninstall ghc-feed on Fedora 36
To uninstall only the ghc-feed
package we can use the following command:
sudo dnf remove ghc-feed
ghc-feed Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/aed210b96626d7133f5a83dfa48531fcbaf081
/usr/lib64/libHSfeed-1.3.2.0-6kJIcq7uJXtIWxqSKKWuSm-ghc8.10.5.so
/usr/share/feed-1.3.2.0
/usr/share/feed-1.3.2.0/tests
/usr/share/feed-1.3.2.0/tests/files
/usr/share/feed-1.3.2.0/tests/files/atom.xml
/usr/share/feed-1.3.2.0/tests/files/import_export_atom.xml
/usr/share/feed-1.3.2.0/tests/files/rss20.xml
/usr/share/licenses/ghc-feed
/usr/share/licenses/ghc-feed/LICENSE
References
Summary
In this tutorial we learn how to install ghc-feed
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).