How To Install R-commonmark on Fedora 36
Introduction
In this tutorial we learn how to install R-commonmark
on Fedora 36.
What is R-commonmark
The CommonMark specification defines a rationalized version of markdown syntax. This package uses the ‘cmark’ reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.
We can use yum
or dnf
to install R-commonmark
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-commonmark.
Install R-commonmark 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 R-commonmark
using dnf
by running the following command:
sudo dnf -y install R-commonmark
Install R-commonmark 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 R-commonmark
using yum
by running the following command:
sudo yum -y install R-commonmark
How To Uninstall R-commonmark on Fedora 36
To uninstall only the R-commonmark
package we can use the following command:
sudo dnf remove R-commonmark
R-commonmark Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/c1270886e7039e1916dd0f5214e1341266aa95
/usr/lib64/R/library/commonmark
/usr/lib64/R/library/commonmark/DESCRIPTION
/usr/lib64/R/library/commonmark/INDEX
/usr/lib64/R/library/commonmark/LICENSE
/usr/lib64/R/library/commonmark/Meta
/usr/lib64/R/library/commonmark/Meta/Rd.rds
/usr/lib64/R/library/commonmark/Meta/features.rds
/usr/lib64/R/library/commonmark/Meta/hsearch.rds
/usr/lib64/R/library/commonmark/Meta/links.rds
/usr/lib64/R/library/commonmark/Meta/nsInfo.rds
/usr/lib64/R/library/commonmark/Meta/package.rds
/usr/lib64/R/library/commonmark/NAMESPACE
/usr/lib64/R/library/commonmark/NEWS
/usr/lib64/R/library/commonmark/R
/usr/lib64/R/library/commonmark/R/commonmark
/usr/lib64/R/library/commonmark/R/commonmark.rdb
/usr/lib64/R/library/commonmark/R/commonmark.rdx
/usr/lib64/R/library/commonmark/help
/usr/lib64/R/library/commonmark/help/AnIndex
/usr/lib64/R/library/commonmark/help/aliases.rds
/usr/lib64/R/library/commonmark/help/commonmark.html
/usr/lib64/R/library/commonmark/help/commonmark.rdb
/usr/lib64/R/library/commonmark/help/commonmark.rdx
/usr/lib64/R/library/commonmark/help/extensions.html
/usr/lib64/R/library/commonmark/help/list_extensions.html
/usr/lib64/R/library/commonmark/help/markdown.html
/usr/lib64/R/library/commonmark/help/markdown_commonmark.html
/usr/lib64/R/library/commonmark/help/markdown_html.html
/usr/lib64/R/library/commonmark/help/markdown_latex.html
/usr/lib64/R/library/commonmark/help/markdown_man.html
/usr/lib64/R/library/commonmark/help/markdown_text.html
/usr/lib64/R/library/commonmark/help/markdown_xml.html
/usr/lib64/R/library/commonmark/help/paths.rds
/usr/lib64/R/library/commonmark/html
/usr/lib64/R/library/commonmark/html/00Index.html
/usr/lib64/R/library/commonmark/html/R.css
/usr/lib64/R/library/commonmark/html/commonmark.html
/usr/lib64/R/library/commonmark/html/extensions.html
/usr/lib64/R/library/commonmark/libs
/usr/lib64/R/library/commonmark/libs/commonmark.so
References
Summary
In this tutorial we learn how to install R-commonmark
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).