How To Install R-glue on Fedora 36
Introduction
In this tutorial we learn how to install R-glue
on Fedora 36.
What is R-glue
An implementation of interpreted string literals, inspired by Python’s Literal String Interpolation <https and Docstrings <https Triple-Quoted String Literals <https
We can use yum
or dnf
to install R-glue
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-glue.
Install R-glue 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-glue
using dnf
by running the following command:
sudo dnf -y install R-glue
Install R-glue 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-glue
using yum
by running the following command:
sudo yum -y install R-glue
How To Uninstall R-glue on Fedora 36
To uninstall only the R-glue
package we can use the following command:
sudo dnf remove R-glue
R-glue Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/a5ac922e36f5d301b2dae53d5846e952f8490a
/usr/lib64/R/library/glue
/usr/lib64/R/library/glue/DESCRIPTION
/usr/lib64/R/library/glue/INDEX
/usr/lib64/R/library/glue/LICENSE
/usr/lib64/R/library/glue/Meta
/usr/lib64/R/library/glue/Meta/Rd.rds
/usr/lib64/R/library/glue/Meta/features.rds
/usr/lib64/R/library/glue/Meta/hsearch.rds
/usr/lib64/R/library/glue/Meta/links.rds
/usr/lib64/R/library/glue/Meta/nsInfo.rds
/usr/lib64/R/library/glue/Meta/package.rds
/usr/lib64/R/library/glue/Meta/vignette.rds
/usr/lib64/R/library/glue/NAMESPACE
/usr/lib64/R/library/glue/NEWS.md
/usr/lib64/R/library/glue/R
/usr/lib64/R/library/glue/R/glue
/usr/lib64/R/library/glue/R/glue.rdb
/usr/lib64/R/library/glue/R/glue.rdx
/usr/lib64/R/library/glue/doc
/usr/lib64/R/library/glue/doc/index.html
/usr/lib64/R/library/glue/doc/speed.R
/usr/lib64/R/library/glue/doc/speed.Rmd
/usr/lib64/R/library/glue/doc/speed.html
/usr/lib64/R/library/glue/doc/transformers.R
/usr/lib64/R/library/glue/doc/transformers.Rmd
/usr/lib64/R/library/glue/doc/transformers.html
/usr/lib64/R/library/glue/help
/usr/lib64/R/library/glue/help/AnIndex
/usr/lib64/R/library/glue/help/aliases.rds
/usr/lib64/R/library/glue/help/as_glue.html
/usr/lib64/R/library/glue/help/backtick.html
/usr/lib64/R/library/glue/help/collapse.html
/usr/lib64/R/library/glue/help/double_quote.html
/usr/lib64/R/library/glue/help/figures
/usr/lib64/R/library/glue/help/figures/logo.png
/usr/lib64/R/library/glue/help/glue-deprecated.html
/usr/lib64/R/library/glue/help/glue.html
/usr/lib64/R/library/glue/help/glue.rdb
/usr/lib64/R/library/glue/help/glue.rdx
/usr/lib64/R/library/glue/help/glue_col.html
/usr/lib64/R/library/glue/help/glue_collapse.html
/usr/lib64/R/library/glue/help/glue_data.html
/usr/lib64/R/library/glue/help/glue_data_col.html
/usr/lib64/R/library/glue/help/glue_data_safe.html
/usr/lib64/R/library/glue/help/glue_data_sql.html
/usr/lib64/R/library/glue/help/glue_safe.html
/usr/lib64/R/library/glue/help/glue_sql.html
/usr/lib64/R/library/glue/help/identity_transformer.html
/usr/lib64/R/library/glue/help/paths.rds
/usr/lib64/R/library/glue/help/quoting.html
/usr/lib64/R/library/glue/help/single_quote.html
/usr/lib64/R/library/glue/help/trim.html
/usr/lib64/R/library/glue/html
/usr/lib64/R/library/glue/html/00Index.html
/usr/lib64/R/library/glue/html/R.css
/usr/lib64/R/library/glue/html/as_glue.html
/usr/lib64/R/library/glue/html/glue-deprecated.html
/usr/lib64/R/library/glue/html/glue.html
/usr/lib64/R/library/glue/html/glue_col.html
/usr/lib64/R/library/glue/html/glue_collapse.html
/usr/lib64/R/library/glue/html/glue_safe.html
/usr/lib64/R/library/glue/html/glue_sql.html
/usr/lib64/R/library/glue/html/identity_transformer.html
/usr/lib64/R/library/glue/html/quoting.html
/usr/lib64/R/library/glue/html/trim.html
/usr/lib64/R/library/glue/libs
/usr/lib64/R/library/glue/libs/glue.so
References
Summary
In this tutorial we learn how to install R-glue
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).