How to Install and Uninstall R-reprex.noarch Package on Fedora 38
Last updated: November 30,2024
1. Install "R-reprex.noarch" package
Please follow the guidelines below to install R-reprex.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
R-reprex.noarch
Copied
2. Uninstall "R-reprex.noarch" package
Please follow the instructions below to uninstall R-reprex.noarch on Fedora 38:
$
sudo dnf remove
R-reprex.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-reprex.noarch package on Fedora 38
Last metadata expiration check: 1:52:41 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : R-reprex
Version : 2.0.2
Release : 4.fc38
Architecture : noarch
Size : 520 k
Source : R-reprex-2.0.2-4.fc38.src.rpm
Repository : updates
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.
Available Packages
Name : R-reprex
Version : 2.0.2
Release : 4.fc38
Architecture : noarch
Size : 520 k
Source : R-reprex-2.0.2-4.fc38.src.rpm
Repository : updates
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
:
: 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.