How to Install and Uninstall R-commonmark.x86_64 Package on Fedora 35

Last updated: May 18,2024

1. Install "R-commonmark.x86_64" package

Please follow the step by step instructions below to install R-commonmark.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install R-commonmark.x86_64

2. Uninstall "R-commonmark.x86_64" package

This guide covers the steps necessary to uninstall R-commonmark.x86_64 on Fedora 35:

$ sudo dnf remove R-commonmark.x86_64 $ sudo dnf autoremove

3. Information about the R-commonmark.x86_64 package on Fedora 35

Last metadata expiration check: 1:25:25 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-commonmark
Version : 1.7
Release : 8.fc35
Architecture : x86_64
Size : 131 k
Source : R-commonmark-1.7-8.fc35.src.rpm
Repository : fedora
Summary : High Performance CommonMark and Github Markdown Rendering in R
URL : https://CRAN.R-project.org/package=commonmark
License : BSD
Description : 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.