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

Last updated: January 05,2025

1. Install "R-commonmark.x86_64" package

This is a short guide on how to install R-commonmark.x86_64 on Fedora 38

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

2. Uninstall "R-commonmark.x86_64" package

This tutorial shows how to uninstall R-commonmark.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:27:55 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : R-commonmark
Version : 1.9.0
Release : 2.fc38
Architecture : x86_64
Size : 146 k
Source : R-commonmark-1.9.0-2.fc38.src.rpm
Repository : updates
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.