How To Install R-jquerylib on Fedora 36

In this tutorial we learn how to install R-jquerylib in Fedora 36. R-jquerylib is Obtain jQuery as an HTML Dependency Object

Introduction

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

What is R-jquerylib

Obtain any major version of jQuery (<https any webpage generated by htmltools (e.g. shiny, htmlwidgets, and rmarkdown). Most R users don’t need to use this package directly, but other R packages (e.g. shiny, rmarkdown, etc.) depend on this package to avoid bundling redundant copies of jQuery.

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

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

sudo dnf -y install R-jquerylib

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

sudo yum -y install R-jquerylib

How To Uninstall R-jquerylib on Fedora 36

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

sudo dnf remove R-jquerylib

R-jquerylib Package Contents on Fedora 36

/usr/share/R/library/jquerylib
/usr/share/R/library/jquerylib/DESCRIPTION
/usr/share/R/library/jquerylib/INDEX
/usr/share/R/library/jquerylib/LICENSE
/usr/share/R/library/jquerylib/Meta
/usr/share/R/library/jquerylib/Meta/Rd.rds
/usr/share/R/library/jquerylib/Meta/features.rds
/usr/share/R/library/jquerylib/Meta/hsearch.rds
/usr/share/R/library/jquerylib/Meta/links.rds
/usr/share/R/library/jquerylib/Meta/nsInfo.rds
/usr/share/R/library/jquerylib/Meta/package.rds
/usr/share/R/library/jquerylib/NAMESPACE
/usr/share/R/library/jquerylib/NEWS.md
/usr/share/R/library/jquerylib/R
/usr/share/R/library/jquerylib/R/jquerylib
/usr/share/R/library/jquerylib/R/jquerylib.rdb
/usr/share/R/library/jquerylib/R/jquerylib.rdx
/usr/share/R/library/jquerylib/help
/usr/share/R/library/jquerylib/help/AnIndex
/usr/share/R/library/jquerylib/help/aliases.rds
/usr/share/R/library/jquerylib/help/jquery_core.html
/usr/share/R/library/jquerylib/help/jquerylib.rdb
/usr/share/R/library/jquerylib/help/jquerylib.rdx
/usr/share/R/library/jquerylib/help/paths.rds
/usr/share/R/library/jquerylib/html
/usr/share/R/library/jquerylib/html/00Index.html
/usr/share/R/library/jquerylib/html/R.css
/usr/share/R/library/jquerylib/html/jquery_core.html
/usr/share/R/library/jquerylib/lib
/usr/share/R/library/jquerylib/lib/1.12.4
/usr/share/R/library/jquerylib/lib/1.12.4/jquery-1.12.4.js
/usr/share/R/library/jquerylib/lib/1.12.4/jquery-1.12.4.min.js
/usr/share/R/library/jquerylib/lib/1.12.4/jquery-1.12.4.min.map
/usr/share/R/library/jquerylib/lib/2.2.4
/usr/share/R/library/jquerylib/lib/2.2.4/jquery-2.2.4.js
/usr/share/R/library/jquerylib/lib/2.2.4/jquery-2.2.4.min.js
/usr/share/R/library/jquerylib/lib/2.2.4/jquery-2.2.4.min.map
/usr/share/R/library/jquerylib/lib/3.6.0
/usr/share/R/library/jquerylib/lib/3.6.0/jquery-3.6.0.js
/usr/share/R/library/jquerylib/lib/3.6.0/jquery-3.6.0.min.js
/usr/share/R/library/jquerylib/lib/3.6.0/jquery-3.6.0.min.map
/usr/share/R/library/jquerylib/lib/AUTHORS.txt
/usr/share/R/library/jquerylib/lib/LICENSE.txt

References

Summary

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