How To Install R-clipr on Fedora 36

In this tutorial we learn how to install R-clipr in Fedora 36. R-clipr is Read and Write from the System Clipboard

Introduction

In this tutorial we learn how to install R-clipr on Fedora 36.

What is R-clipr

Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards.

We can use yum or dnf to install R-clipr on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-clipr.

Install R-clipr on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-clipr using dnf by running the following command:

sudo dnf -y install R-clipr

Install R-clipr on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-clipr using yum by running the following command:

sudo yum -y install R-clipr

How To Uninstall R-clipr on Fedora 36

To uninstall only the R-clipr package we can use the following command:

sudo dnf remove R-clipr

R-clipr Package Contents on Fedora 36

/usr/share/R/library/clipr
/usr/share/R/library/clipr/DESCRIPTION
/usr/share/R/library/clipr/INDEX
/usr/share/R/library/clipr/Meta
/usr/share/R/library/clipr/Meta/Rd.rds
/usr/share/R/library/clipr/Meta/features.rds
/usr/share/R/library/clipr/Meta/hsearch.rds
/usr/share/R/library/clipr/Meta/links.rds
/usr/share/R/library/clipr/Meta/nsInfo.rds
/usr/share/R/library/clipr/Meta/package.rds
/usr/share/R/library/clipr/Meta/vignette.rds
/usr/share/R/library/clipr/NAMESPACE
/usr/share/R/library/clipr/NEWS.md
/usr/share/R/library/clipr/R
/usr/share/R/library/clipr/R/clipr
/usr/share/R/library/clipr/R/clipr.rdb
/usr/share/R/library/clipr/R/clipr.rdx
/usr/share/R/library/clipr/doc
/usr/share/R/library/clipr/doc/developing-with-clipr.R
/usr/share/R/library/clipr/doc/developing-with-clipr.Rmd
/usr/share/R/library/clipr/doc/developing-with-clipr.html
/usr/share/R/library/clipr/doc/index.html
/usr/share/R/library/clipr/help
/usr/share/R/library/clipr/help/AnIndex
/usr/share/R/library/clipr/help/aliases.rds
/usr/share/R/library/clipr/help/clear_clip.html
/usr/share/R/library/clipr/help/clipr.html
/usr/share/R/library/clipr/help/clipr.rdb
/usr/share/R/library/clipr/help/clipr.rdx
/usr/share/R/library/clipr/help/clipr_available.html
/usr/share/R/library/clipr/help/dr_clipr.html
/usr/share/R/library/clipr/help/paths.rds
/usr/share/R/library/clipr/help/read_clip.html
/usr/share/R/library/clipr/help/read_clip_tbl.html
/usr/share/R/library/clipr/help/write_clip.html
/usr/share/R/library/clipr/help/write_last_clip.html
/usr/share/R/library/clipr/html
/usr/share/R/library/clipr/html/00Index.html
/usr/share/R/library/clipr/html/R.css
/usr/share/R/library/clipr/html/clear_clip.html
/usr/share/R/library/clipr/html/clipr.html
/usr/share/R/library/clipr/html/clipr_available.html
/usr/share/R/library/clipr/html/read_clip.html
/usr/share/R/library/clipr/html/read_clip_tbl.html
/usr/share/R/library/clipr/html/write_clip.html
/usr/share/R/library/clipr/html/write_last_clip.html
/usr/share/R/library/clipr/rstudio
/usr/share/R/library/clipr/rstudio/addins.dcf

References

Summary

In this tutorial we learn how to install R-clipr on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).