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

Last updated: October 05,2024

1. Install "R-commonmark.x86_64" package

Please follow the instructions below to install R-commonmark.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:49:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-commonmark
Version : 1.7
Release : 6.fc34
Architecture : x86_64
Size : 134 k
Source : R-commonmark-1.7-6.fc34.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.