How To Install comrak on Fedora 36
Introduction
In this tutorial we learn how to install comrak
on Fedora 36.
What is comrak
100% CommonMark-compatible GitHub Flavored Markdown parser and formatter.
We can use yum
or dnf
to install comrak
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install comrak.
Install comrak 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 comrak
using dnf
by running the following command:
sudo dnf -y install comrak
Install comrak 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 comrak
using yum
by running the following command:
sudo yum -y install comrak
How To Uninstall comrak on Fedora 36
To uninstall only the comrak
package we can use the following command:
sudo dnf remove comrak
comrak Package Contents on Fedora 36
/usr/bin/comrak
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/86789c33d0914ac4a2d9d1e793185df656baef
/usr/share/doc/comrak
/usr/share/doc/comrak/README.md
/usr/share/doc/comrak/changelog.txt
/usr/share/licenses/comrak
/usr/share/licenses/comrak/COPYING
References
Summary
In this tutorial we learn how to install comrak
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).