在本教程中,我们学习如何安装 ghc-pem-doc Fedora 36. ghc-pem-doc 是 Haskell pem 库文档
介绍
在本教程中我们学习如何安装 ghc-pem-doc
在 Fedora 36.
什么是 ghc-pem-doc
该软件包提供 Haskell pem 库文档。
我们可以用 yum
或者 dnf
安装 ghc-pem-doc
在 Fedora 36. 在本教程中,我们讨论这两种方法,但您只需选择一种方法来安装 ghc-pem-doc。
安装 ghc-pem-doc Fedora 36 使用dnf
更新 yum 数据库 dnf
使用以下命令。
sudo dnf makecache --refresh
更新 yum 数据库后,我们可以安装 ghc-pem-doc
使用 dnf
通过运行以下命令:
sudo dnf -y install ghc-pem-doc
安装 ghc-pem-doc Fedora 36 使用 yum
更新 yum 数据库 yum
使用以下命令。
sudo yum makecache --refresh
更新 yum 数据库后,我们可以安装 ghc-pem-doc
使用 yum
通过运行以下命令:
sudo yum -y install ghc-pem-doc
如何卸载 ghc-pem-doc Fedora 36
仅卸载 ghc-pem-doc
打包我们可以使用以下命令:
sudo dnf remove ghc-pem-doc
ghc-pem-doc 软件包内容 Fedora 36
/usr/share/doc/ghc/html/libraries/pem-0.2.4
/usr/share/doc/ghc/html/libraries/pem-0.2.4/Data-PEM.html
/usr/share/doc/ghc/html/libraries/pem-0.2.4/doc-index.html
/usr/share/doc/ghc/html/libraries/pem-0.2.4/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/pem-0.2.4/index.html
/usr/share/doc/ghc/html/libraries/pem-0.2.4/linuwial.css
/usr/share/doc/ghc/html/libraries/pem-0.2.4/meta.json
/usr/share/doc/ghc/html/libraries/pem-0.2.4/pem.haddock
/usr/share/doc/ghc/html/libraries/pem-0.2.4/pem.txt
/usr/share/doc/ghc/html/libraries/pem-0.2.4/quick-jump.css
/usr/share/doc/ghc/html/libraries/pem-0.2.4/src
/usr/share/doc/ghc/html/libraries/pem-0.2.4/src/Data.PEM.Parser.html
/usr/share/doc/ghc/html/libraries/pem-0.2.4/src/Data.PEM.Types.html
/usr/share/doc/ghc/html/libraries/pem-0.2.4/src/Data.PEM.Writer.html
/usr/share/doc/ghc/html/libraries/pem-0.2.4/src/Data.PEM.html
/usr/share/doc/ghc/html/libraries/pem-0.2.4/src/highlight.js
/usr/share/doc/ghc/html/libraries/pem-0.2.4/src/style.css
/usr/share/doc/ghc/html/libraries/pem-0.2.4/synopsis.png
/usr/share/licenses/ghc-pem-doc
/usr/share/licenses/ghc-pem-doc/LICENSE
参考
概括
在本教程中我们学习如何安装 ghc-pem-doc
在 Fedora 36 使用 yum 和 [dnf]((/fedora/36/dnf/)。