How To Install R-rle on Fedora 36

In this tutorial we learn how to install R-rle in Fedora 36. R-rle is Common Functions for Run-Length Encoded Vectors

Introduction

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

What is R-rle

Common ‘base’ and ‘stats’ methods for ‘rle’ objects, aiming to make it possible to treat them transparently as vectors.

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

Install R-rle 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-rle using dnf by running the following command:

sudo dnf -y install R-rle

Install R-rle 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-rle using yum by running the following command:

sudo yum -y install R-rle

How To Uninstall R-rle on Fedora 36

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

sudo dnf remove R-rle

R-rle Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/7f72808991058e3def564b1d052f27cece5c61
/usr/lib64/R/library/rle
/usr/lib64/R/library/rle/COPYRIGHT
/usr/lib64/R/library/rle/DESCRIPTION
/usr/lib64/R/library/rle/INDEX
/usr/lib64/R/library/rle/Meta
/usr/lib64/R/library/rle/Meta/Rd.rds
/usr/lib64/R/library/rle/Meta/features.rds
/usr/lib64/R/library/rle/Meta/hsearch.rds
/usr/lib64/R/library/rle/Meta/links.rds
/usr/lib64/R/library/rle/Meta/nsInfo.rds
/usr/lib64/R/library/rle/Meta/package.rds
/usr/lib64/R/library/rle/NAMESPACE
/usr/lib64/R/library/rle/NEWS.md
/usr/lib64/R/library/rle/R
/usr/lib64/R/library/rle/R/rle
/usr/lib64/R/library/rle/R/rle.rdb
/usr/lib64/R/library/rle/R/rle.rdx
/usr/lib64/R/library/rle/help
/usr/lib64/R/library/rle/help/+24+3C-.rle.html
/usr/lib64/R/library/rle/help/+24.rle.html
/usr/lib64/R/library/rle/help/+5B+3C-.rle.html
/usr/lib64/R/library/rle/help/+5B+5B+3C-.rle.html
/usr/lib64/R/library/rle/help/+5B+5B.rle.html
/usr/lib64/R/library/rle/help/+5B.rle.html
/usr/lib64/R/library/rle/help/AnIndex
/usr/lib64/R/library/rle/help/Extract.rle.html
/usr/lib64/R/library/rle/help/Math.rle.html
/usr/lib64/R/library/rle/help/Ops.rle.html
/usr/lib64/R/library/rle/help/Summary.rle.html
/usr/lib64/R/library/rle/help/aliases.rds
/usr/lib64/R/library/rle/help/as.rle.default.html
/usr/lib64/R/library/rle/help/as.rle.html
/usr/lib64/R/library/rle/help/as.rle.rle.html
/usr/lib64/R/library/rle/help/c.rle.html
/usr/lib64/R/library/rle/help/compact.rle.html
/usr/lib64/R/library/rle/help/compress.html
/usr/lib64/R/library/rle/help/compress.rle.html
/usr/lib64/R/library/rle/help/is.na.rle.html
/usr/lib64/R/library/rle/help/length.rle.html
/usr/lib64/R/library/rle/help/mean.rle.html
/usr/lib64/R/library/rle/help/paths.rds
/usr/lib64/R/library/rle/help/rep.rle.html
/usr/lib64/R/library/rle/help/rle-deprecated.html
/usr/lib64/R/library/rle/help/rle-methods.html
/usr/lib64/R/library/rle/help/rle-package.html
/usr/lib64/R/library/rle/help/rle.rdb
/usr/lib64/R/library/rle/help/rle.rdx
/usr/lib64/R/library/rle/help/str.rle.html
/usr/lib64/R/library/rle/html
/usr/lib64/R/library/rle/html/00Index.html
/usr/lib64/R/library/rle/html/Extract.rle.html
/usr/lib64/R/library/rle/html/Math.rle.html
/usr/lib64/R/library/rle/html/Ops.rle.html
/usr/lib64/R/library/rle/html/R.css
/usr/lib64/R/library/rle/html/Summary.rle.html
/usr/lib64/R/library/rle/html/as.rle.html
/usr/lib64/R/library/rle/html/compress.html
/usr/lib64/R/library/rle/html/compress.rle.html
/usr/lib64/R/library/rle/html/rep.rle.html
/usr/lib64/R/library/rle/html/rle-deprecated.html
/usr/lib64/R/library/rle/html/rle-methods.html
/usr/lib64/R/library/rle/html/rle-package.html
/usr/lib64/R/library/rle/libs
/usr/lib64/R/library/rle/libs/rle.so

References

Summary

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