How to Install and Uninstall R-reprex.noarch Package on Fedora 34

Last updated: October 08,2024

1. Install "R-reprex.noarch" package

This guide let you learn how to install R-reprex.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-reprex.noarch

2. Uninstall "R-reprex.noarch" package

This tutorial shows how to uninstall R-reprex.noarch on Fedora 34:

$ sudo dnf remove R-reprex.noarch $ sudo dnf autoremove

3. Information about the R-reprex.noarch package on Fedora 34

Last metadata expiration check: 2:05:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-reprex
Version : 0.3.0
Release : 7.fc34
Architecture : noarch
Size : 433 k
Source : R-reprex-0.3.0-7.fc34.src.rpm
Repository : fedora
Summary : Prepare Reproducible Example Code via the Clipboard
URL : https://CRAN.R-project.org/package=reprex
License : MIT
Description : Convenience wrapper that uses the 'rmarkdown' package to render small snippets
: of code to target formats that include both code and output. The goal is to
: encourage the sharing of small, reproducible, and runnable examples on
: code-oriented websites, such as and
: , or in email. The user's clipboard is the default source
: of input code and the default target for rendered output. 'reprex' also
: extracts clean, runnable R code from various common formats, such as copy/paste
: from an R session.