How To Install R-ggplot2movies on Fedora 36

In this tutorial we learn how to install R-ggplot2movies in Fedora 36. R-ggplot2movies is Movies Data

Introduction

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

What is R-ggplot2movies

A dataset about movies. This was previously contained in ggplot2, but has been moved its own package to reduce the download size of ggplot2.

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

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

sudo dnf -y install R-ggplot2movies

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

sudo yum -y install R-ggplot2movies

How To Uninstall R-ggplot2movies on Fedora 36

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

sudo dnf remove R-ggplot2movies

R-ggplot2movies Package Contents on Fedora 36

/usr/share/R/library/ggplot2movies
/usr/share/R/library/ggplot2movies/DESCRIPTION
/usr/share/R/library/ggplot2movies/INDEX
/usr/share/R/library/ggplot2movies/Meta
/usr/share/R/library/ggplot2movies/Meta/Rd.rds
/usr/share/R/library/ggplot2movies/Meta/data.rds
/usr/share/R/library/ggplot2movies/Meta/features.rds
/usr/share/R/library/ggplot2movies/Meta/hsearch.rds
/usr/share/R/library/ggplot2movies/Meta/links.rds
/usr/share/R/library/ggplot2movies/Meta/nsInfo.rds
/usr/share/R/library/ggplot2movies/Meta/package.rds
/usr/share/R/library/ggplot2movies/NAMESPACE
/usr/share/R/library/ggplot2movies/R
/usr/share/R/library/ggplot2movies/R/ggplot2movies
/usr/share/R/library/ggplot2movies/R/ggplot2movies.rdb
/usr/share/R/library/ggplot2movies/R/ggplot2movies.rdx
/usr/share/R/library/ggplot2movies/data
/usr/share/R/library/ggplot2movies/data/Rdata.rdb
/usr/share/R/library/ggplot2movies/data/Rdata.rds
/usr/share/R/library/ggplot2movies/data/Rdata.rdx
/usr/share/R/library/ggplot2movies/help
/usr/share/R/library/ggplot2movies/help/AnIndex
/usr/share/R/library/ggplot2movies/help/aliases.rds
/usr/share/R/library/ggplot2movies/help/ggplot2movies.rdb
/usr/share/R/library/ggplot2movies/help/ggplot2movies.rdx
/usr/share/R/library/ggplot2movies/help/movies.html
/usr/share/R/library/ggplot2movies/help/paths.rds
/usr/share/R/library/ggplot2movies/html
/usr/share/R/library/ggplot2movies/html/00Index.html
/usr/share/R/library/ggplot2movies/html/R.css
/usr/share/R/library/ggplot2movies/html/movies.html

References

Summary

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