How To Install ghc-curl-doc on Fedora 36
Introduction
In this tutorial we learn how to install ghc-curl-doc
on Fedora 36.
What is ghc-curl-doc
This package provides the Haskell curl library documentation.
We can use yum
or dnf
to install ghc-curl-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-curl-doc.
Install ghc-curl-doc 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-curl-doc
using dnf
by running the following command:
sudo dnf -y install ghc-curl-doc
Install ghc-curl-doc 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-curl-doc
using yum
by running the following command:
sudo yum -y install ghc-curl-doc
How To Uninstall ghc-curl-doc on Fedora 36
To uninstall only the ghc-curl-doc
package we can use the following command:
sudo dnf remove ghc-curl-doc
ghc-curl-doc Package Contents on Fedora 36
/usr/share/doc/ghc/html/libraries/curl-1.3.8
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl-Code.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl-Debug.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl-Easy.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl-Info.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl-Opts.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl-Post.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl-Types.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/Network-Curl.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/curl.haddock
/usr/share/doc/ghc/html/libraries/curl-1.3.8/curl.txt
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-All.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-B.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-C.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-D.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-E.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-F.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-G.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-H.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-I.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-L.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-M.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-N.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-O.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-P.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-R.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-S.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-T.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-U.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-V.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index-W.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/doc-index.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/curl-1.3.8/index.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/linuwial.css
/usr/share/doc/ghc/html/libraries/curl-1.3.8/meta.json
/usr/share/doc/ghc/html/libraries/curl-1.3.8/quick-jump.css
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.Code.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.Debug.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.Easy.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.Info.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.Opts.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.Post.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.Types.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/Network.Curl.html
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/highlight.js
/usr/share/doc/ghc/html/libraries/curl-1.3.8/src/style.css
/usr/share/doc/ghc/html/libraries/curl-1.3.8/synopsis.png
/usr/share/licenses/ghc-curl-doc
/usr/share/licenses/ghc-curl-doc/LICENSE
References
Summary
In this tutorial we learn how to install ghc-curl-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).