How To Install R-svglite on Fedora 36

In this tutorial we learn how to install R-svglite in Fedora 36. R-svglite is An ‘SVG’ Graphics Device

Introduction

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

What is R-svglite

A graphics device for R that produces ‘Scalable Vector Graphics’. ‘svglite’ is a fork of the older ‘RSvgDevice’ package.

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

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

sudo dnf -y install R-svglite

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

sudo yum -y install R-svglite

How To Uninstall R-svglite on Fedora 36

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

sudo dnf remove R-svglite

R-svglite Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/739e74c2ae620b4b9372debfd5f56393cae117
/usr/lib64/R/library/svglite
/usr/lib64/R/library/svglite/DESCRIPTION
/usr/lib64/R/library/svglite/INDEX
/usr/lib64/R/library/svglite/Meta
/usr/lib64/R/library/svglite/Meta/Rd.rds
/usr/lib64/R/library/svglite/Meta/features.rds
/usr/lib64/R/library/svglite/Meta/hsearch.rds
/usr/lib64/R/library/svglite/Meta/links.rds
/usr/lib64/R/library/svglite/Meta/nsInfo.rds
/usr/lib64/R/library/svglite/Meta/package.rds
/usr/lib64/R/library/svglite/Meta/vignette.rds
/usr/lib64/R/library/svglite/NAMESPACE
/usr/lib64/R/library/svglite/NEWS.md
/usr/lib64/R/library/svglite/R
/usr/lib64/R/library/svglite/R/svglite
/usr/lib64/R/library/svglite/R/svglite.rdb
/usr/lib64/R/library/svglite/R/svglite.rdx
/usr/lib64/R/library/svglite/doc
/usr/lib64/R/library/svglite/doc/fonts.R
/usr/lib64/R/library/svglite/doc/fonts.Rmd
/usr/lib64/R/library/svglite/doc/fonts.html
/usr/lib64/R/library/svglite/doc/index.html
/usr/lib64/R/library/svglite/doc/scaling.Rmd
/usr/lib64/R/library/svglite/doc/scaling.html
/usr/lib64/R/library/svglite/help
/usr/lib64/R/library/svglite/help/AnIndex
/usr/lib64/R/library/svglite/help/aliases.rds
/usr/lib64/R/library/svglite/help/create_svgz.html
/usr/lib64/R/library/svglite/help/editSVG.html
/usr/lib64/R/library/svglite/help/figures
/usr/lib64/R/library/svglite/help/figures/README-unnamed-chunk-3-1.png
/usr/lib64/R/library/svglite/help/figures/lifecycle-archived.svg
/usr/lib64/R/library/svglite/help/figures/lifecycle-defunct.svg
/usr/lib64/R/library/svglite/help/figures/lifecycle-deprecated.svg
/usr/lib64/R/library/svglite/help/figures/lifecycle-experimental.svg
/usr/lib64/R/library/svglite/help/figures/lifecycle-maturing.svg
/usr/lib64/R/library/svglite/help/figures/lifecycle-questioning.svg
/usr/lib64/R/library/svglite/help/figures/lifecycle-stable.svg
/usr/lib64/R/library/svglite/help/figures/lifecycle-superseded.svg
/usr/lib64/R/library/svglite/help/figures/logo.png
/usr/lib64/R/library/svglite/help/figures/logo.svg
/usr/lib64/R/library/svglite/help/font_face.html
/usr/lib64/R/library/svglite/help/font_feature.html
/usr/lib64/R/library/svglite/help/htmlSVG.html
/usr/lib64/R/library/svglite/help/paths.rds
/usr/lib64/R/library/svglite/help/reexports.html
/usr/lib64/R/library/svglite/help/register_font.html
/usr/lib64/R/library/svglite/help/register_variant.html
/usr/lib64/R/library/svglite/help/stringSVG.html
/usr/lib64/R/library/svglite/help/svglite.html
/usr/lib64/R/library/svglite/help/svglite.rdb
/usr/lib64/R/library/svglite/help/svglite.rdx
/usr/lib64/R/library/svglite/help/svgstring.html
/usr/lib64/R/library/svglite/help/xmlSVG.html
/usr/lib64/R/library/svglite/html
/usr/lib64/R/library/svglite/html/00Index.html
/usr/lib64/R/library/svglite/html/R.css
/usr/lib64/R/library/svglite/html/create_svgz.html
/usr/lib64/R/library/svglite/html/editSVG.html
/usr/lib64/R/library/svglite/html/font_face.html
/usr/lib64/R/library/svglite/html/htmlSVG.html
/usr/lib64/R/library/svglite/html/reexports.html
/usr/lib64/R/library/svglite/html/stringSVG.html
/usr/lib64/R/library/svglite/html/svglite.html
/usr/lib64/R/library/svglite/html/svgstring.html
/usr/lib64/R/library/svglite/html/xmlSVG.html
/usr/lib64/R/library/svglite/libs
/usr/lib64/R/library/svglite/libs/svglite.so

References

Summary

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