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

Last updated: October 02,2024

1. Install "R-reprex.noarch" package

Please follow the guidelines below to install R-reprex.noarch on Fedora 39

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

2. Uninstall "R-reprex.noarch" package

Please follow the step by step instructions below to uninstall R-reprex.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:02:30 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-reprex
Version : 2.0.2
Release : 7.fc39
Architecture : noarch
Size : 521 k
Source : R-reprex-2.0.2-7.fc39.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.