How To Install R-IRdisplay on Fedora 36

In this tutorial we learn how to install R-IRdisplay in Fedora 36. R-IRdisplay is ‘Jupyter’ Display Machinery

Introduction

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

What is R-IRdisplay

An interface to the rich display capabilities of ‘Jupyter’ front-ends (e.g. ‘Jupyter Notebook’) <https running ‘IRkernel’ session <https

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

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

sudo dnf -y install R-IRdisplay

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

sudo yum -y install R-IRdisplay

How To Uninstall R-IRdisplay on Fedora 36

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

sudo dnf remove R-IRdisplay

R-IRdisplay Package Contents on Fedora 36

/usr/share/R/library/IRdisplay
/usr/share/R/library/IRdisplay/DESCRIPTION
/usr/share/R/library/IRdisplay/INDEX
/usr/share/R/library/IRdisplay/LICENSE
/usr/share/R/library/IRdisplay/Meta
/usr/share/R/library/IRdisplay/Meta/Rd.rds
/usr/share/R/library/IRdisplay/Meta/features.rds
/usr/share/R/library/IRdisplay/Meta/hsearch.rds
/usr/share/R/library/IRdisplay/Meta/links.rds
/usr/share/R/library/IRdisplay/Meta/nsInfo.rds
/usr/share/R/library/IRdisplay/Meta/package.rds
/usr/share/R/library/IRdisplay/NAMESPACE
/usr/share/R/library/IRdisplay/R
/usr/share/R/library/IRdisplay/R/IRdisplay
/usr/share/R/library/IRdisplay/R/IRdisplay.rdb
/usr/share/R/library/IRdisplay/R/IRdisplay.rdx
/usr/share/R/library/IRdisplay/help
/usr/share/R/library/IRdisplay/help/AnIndex
/usr/share/R/library/IRdisplay/help/IRdisplay-options.html
/usr/share/R/library/IRdisplay/help/IRdisplay.rdb
/usr/share/R/library/IRdisplay/help/IRdisplay.rdx
/usr/share/R/library/IRdisplay/help/aliases.rds
/usr/share/R/library/IRdisplay/help/display-images.html
/usr/share/R/library/IRdisplay/help/display-textual.html
/usr/share/R/library/IRdisplay/help/display.html
/usr/share/R/library/IRdisplay/help/display_+3Cimage+3E.html
/usr/share/R/library/IRdisplay/help/display_+3Ctext+3E.html
/usr/share/R/library/IRdisplay/help/display_html.html
/usr/share/R/library/IRdisplay/help/display_javascript.html
/usr/share/R/library/IRdisplay/help/display_jpeg.html
/usr/share/R/library/IRdisplay/help/display_json.html
/usr/share/R/library/IRdisplay/help/display_latex.html
/usr/share/R/library/IRdisplay/help/display_markdown.html
/usr/share/R/library/IRdisplay/help/display_pdf.html
/usr/share/R/library/IRdisplay/help/display_png.html
/usr/share/R/library/IRdisplay/help/display_svg.html
/usr/share/R/library/IRdisplay/help/display_text.html
/usr/share/R/library/IRdisplay/help/irdisplay_option_defaults.html
/usr/share/R/library/IRdisplay/help/paths.rds
/usr/share/R/library/IRdisplay/help/prepare_mimebundle.html
/usr/share/R/library/IRdisplay/help/publish_mimebundle.html
/usr/share/R/library/IRdisplay/html
/usr/share/R/library/IRdisplay/html/00Index.html
/usr/share/R/library/IRdisplay/html/IRdisplay-options.html
/usr/share/R/library/IRdisplay/html/R.css
/usr/share/R/library/IRdisplay/html/display-images.html
/usr/share/R/library/IRdisplay/html/display-textual.html
/usr/share/R/library/IRdisplay/html/display.html
/usr/share/R/library/IRdisplay/html/publish_mimebundle.html

References

Summary

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