How To Install R-RColorBrewer on Fedora 36

In this tutorial we learn how to install R-RColorBrewer in Fedora 36. R-RColorBrewer is ColorBrewer Palettes

Introduction

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

What is R-RColorBrewer

Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http

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

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

sudo dnf -y install R-RColorBrewer

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

sudo yum -y install R-RColorBrewer

How To Uninstall R-RColorBrewer on Fedora 36

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

sudo dnf remove R-RColorBrewer

R-RColorBrewer Package Contents on Fedora 36

/usr/share/R/library/RColorBrewer
/usr/share/R/library/RColorBrewer/COPYING
/usr/share/R/library/RColorBrewer/DESCRIPTION
/usr/share/R/library/RColorBrewer/INDEX
/usr/share/R/library/RColorBrewer/Meta
/usr/share/R/library/RColorBrewer/Meta/Rd.rds
/usr/share/R/library/RColorBrewer/Meta/features.rds
/usr/share/R/library/RColorBrewer/Meta/hsearch.rds
/usr/share/R/library/RColorBrewer/Meta/links.rds
/usr/share/R/library/RColorBrewer/Meta/nsInfo.rds
/usr/share/R/library/RColorBrewer/Meta/package.rds
/usr/share/R/library/RColorBrewer/NAMESPACE
/usr/share/R/library/RColorBrewer/R
/usr/share/R/library/RColorBrewer/R/RColorBrewer
/usr/share/R/library/RColorBrewer/R/RColorBrewer.rdb
/usr/share/R/library/RColorBrewer/R/RColorBrewer.rdx
/usr/share/R/library/RColorBrewer/help
/usr/share/R/library/RColorBrewer/help/AnIndex
/usr/share/R/library/RColorBrewer/help/ColorBrewer.html
/usr/share/R/library/RColorBrewer/help/RColorBrewer.html
/usr/share/R/library/RColorBrewer/help/RColorBrewer.rdb
/usr/share/R/library/RColorBrewer/help/RColorBrewer.rdx
/usr/share/R/library/RColorBrewer/help/aliases.rds
/usr/share/R/library/RColorBrewer/help/brewer.all.html
/usr/share/R/library/RColorBrewer/help/brewer.html
/usr/share/R/library/RColorBrewer/help/brewer.pal.html
/usr/share/R/library/RColorBrewer/help/brewer.pal.info.html
/usr/share/R/library/RColorBrewer/help/colors.html
/usr/share/R/library/RColorBrewer/help/display.brewer.all.html
/usr/share/R/library/RColorBrewer/help/display.brewer.pal.html
/usr/share/R/library/RColorBrewer/help/paths.rds
/usr/share/R/library/RColorBrewer/html
/usr/share/R/library/RColorBrewer/html/00Index.html
/usr/share/R/library/RColorBrewer/html/ColorBrewer.html
/usr/share/R/library/RColorBrewer/html/R.css

References

Summary

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