How To Install R-tufte on Fedora 36

In this tutorial we learn how to install R-tufte in Fedora 36. R-tufte is Tufte’s Styles for R Markdown Documents

Introduction

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

What is R-tufte

Provides R Markdown output formats to use Tufte styles for PDF and HTML output.

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

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

sudo dnf -y install R-tufte

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

sudo yum -y install R-tufte

How To Uninstall R-tufte on Fedora 36

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

sudo dnf remove R-tufte

R-tufte Package Contents on Fedora 36

/usr/share/R/library/tufte
/usr/share/R/library/tufte/DESCRIPTION
/usr/share/R/library/tufte/INDEX
/usr/share/R/library/tufte/Meta
/usr/share/R/library/tufte/Meta/Rd.rds
/usr/share/R/library/tufte/Meta/features.rds
/usr/share/R/library/tufte/Meta/hsearch.rds
/usr/share/R/library/tufte/Meta/links.rds
/usr/share/R/library/tufte/Meta/nsInfo.rds
/usr/share/R/library/tufte/Meta/package.rds
/usr/share/R/library/tufte/NAMESPACE
/usr/share/R/library/tufte/NEWS.Rd
/usr/share/R/library/tufte/R
/usr/share/R/library/tufte/R/tufte
/usr/share/R/library/tufte/R/tufte.rdb
/usr/share/R/library/tufte/R/tufte.rdx
/usr/share/R/library/tufte/help
/usr/share/R/library/tufte/help/AnIndex
/usr/share/R/library/tufte/help/aliases.rds
/usr/share/R/library/tufte/help/margin_note.html
/usr/share/R/library/tufte/help/newthought.html
/usr/share/R/library/tufte/help/paths.rds
/usr/share/R/library/tufte/help/quote_footer.html
/usr/share/R/library/tufte/help/sans_serif.html
/usr/share/R/library/tufte/help/tufte.rdb
/usr/share/R/library/tufte/help/tufte.rdx
/usr/share/R/library/tufte/help/tufte_book.html
/usr/share/R/library/tufte/help/tufte_handout.html
/usr/share/R/library/tufte/help/tufte_html.html
/usr/share/R/library/tufte/html
/usr/share/R/library/tufte/html/00Index.html
/usr/share/R/library/tufte/html/R.css
/usr/share/R/library/tufte/html/tufte_handout.html
/usr/share/R/library/tufte/rmarkdown
/usr/share/R/library/tufte/rmarkdown/templates
/usr/share/R/library/tufte/rmarkdown/templates/tufte_ctex
/usr/share/R/library/tufte/rmarkdown/templates/tufte_ctex/skeleton
/usr/share/R/library/tufte/rmarkdown/templates/tufte_ctex/skeleton/skeleton.Rmd
/usr/share/R/library/tufte/rmarkdown/templates/tufte_ctex/template.yaml
/usr/share/R/library/tufte/rmarkdown/templates/tufte_handout
/usr/share/R/library/tufte/rmarkdown/templates/tufte_handout/resources
/usr/share/R/library/tufte/rmarkdown/templates/tufte_handout/resources/tufte-handout.tex
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/LICENSE
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/envisioned.css
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/et-book
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/et-book/bold-line-figures.ttf
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/et-book/display-italic-old-style-figures.ttf
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/et-book/roman-line-figures.ttf
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/et-book/roman-old-style-figures.ttf
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/et-book/semi-bold-old-style-figures.ttf
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/tufte-background.css
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/tufte-fonts.css
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/tufte-italics.css
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/resources/tufte.css
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/skeleton
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/skeleton/skeleton.Rmd
/usr/share/R/library/tufte/rmarkdown/templates/tufte_html/template.yaml

References

Summary

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