How To Install R-fortunes on Fedora 36

In this tutorial we learn how to install R-fortunes in Fedora 36. R-fortunes is R Fortunes

Introduction

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

What is R-fortunes

A collection of fortunes from the R community.

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

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

sudo dnf -y install R-fortunes

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

sudo yum -y install R-fortunes

How To Uninstall R-fortunes on Fedora 36

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

sudo dnf remove R-fortunes

R-fortunes Package Contents on Fedora 36

/usr/share/R/library/fortunes
/usr/share/R/library/fortunes/DESCRIPTION
/usr/share/R/library/fortunes/INDEX
/usr/share/R/library/fortunes/Meta
/usr/share/R/library/fortunes/Meta/Rd.rds
/usr/share/R/library/fortunes/Meta/features.rds
/usr/share/R/library/fortunes/Meta/hsearch.rds
/usr/share/R/library/fortunes/Meta/links.rds
/usr/share/R/library/fortunes/Meta/nsInfo.rds
/usr/share/R/library/fortunes/Meta/package.rds
/usr/share/R/library/fortunes/Meta/vignette.rds
/usr/share/R/library/fortunes/NAMESPACE
/usr/share/R/library/fortunes/R
/usr/share/R/library/fortunes/R/fortunes
/usr/share/R/library/fortunes/R/fortunes.rdb
/usr/share/R/library/fortunes/R/fortunes.rdx
/usr/share/R/library/fortunes/doc
/usr/share/R/library/fortunes/doc/fortunes.R
/usr/share/R/library/fortunes/doc/fortunes.Rnw
/usr/share/R/library/fortunes/doc/fortunes.pdf
/usr/share/R/library/fortunes/doc/index.html
/usr/share/R/library/fortunes/fortunes
/usr/share/R/library/fortunes/fortunes/fortunes.csv
/usr/share/R/library/fortunes/help
/usr/share/R/library/fortunes/help/AnIndex
/usr/share/R/library/fortunes/help/aliases.rds
/usr/share/R/library/fortunes/help/fortune.html
/usr/share/R/library/fortunes/help/fortunes.html
/usr/share/R/library/fortunes/help/fortunes.rdb
/usr/share/R/library/fortunes/help/fortunes.rdx
/usr/share/R/library/fortunes/help/paths.rds
/usr/share/R/library/fortunes/help/print.fortune.html
/usr/share/R/library/fortunes/help/read.fortunes.html
/usr/share/R/library/fortunes/help/toLatex.fortune.html
/usr/share/R/library/fortunes/html
/usr/share/R/library/fortunes/html/00Index.html
/usr/share/R/library/fortunes/html/R.css
/usr/share/R/library/fortunes/html/fortunes.html

References

Summary

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