How To Install R-webutils on Fedora 36

In this tutorial we learn how to install R-webutils in Fedora 36. R-webutils is Utility Functions for Developing Web Applications

Introduction

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

What is R-webutils

Parses http request data in application/json, multipart/form-data, or application/x-www-form-urlencoded format. Includes example of hosting and parsing html form data in R using either ‘httpuv’ or ‘Rhttpd’.

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

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

sudo dnf -y install R-webutils

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

sudo yum -y install R-webutils

How To Uninstall R-webutils on Fedora 36

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

sudo dnf remove R-webutils

R-webutils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/87e834d2b669b62f3a500711d8bb53b4e97d52
/usr/lib64/R/library/webutils
/usr/lib64/R/library/webutils/DESCRIPTION
/usr/lib64/R/library/webutils/INDEX
/usr/lib64/R/library/webutils/LICENSE
/usr/lib64/R/library/webutils/Meta
/usr/lib64/R/library/webutils/Meta/Rd.rds
/usr/lib64/R/library/webutils/Meta/features.rds
/usr/lib64/R/library/webutils/Meta/hsearch.rds
/usr/lib64/R/library/webutils/Meta/links.rds
/usr/lib64/R/library/webutils/Meta/nsInfo.rds
/usr/lib64/R/library/webutils/Meta/package.rds
/usr/lib64/R/library/webutils/NAMESPACE
/usr/lib64/R/library/webutils/NEWS
/usr/lib64/R/library/webutils/R
/usr/lib64/R/library/webutils/R/webutils
/usr/lib64/R/library/webutils/R/webutils.rdb
/usr/lib64/R/library/webutils/R/webutils.rdx
/usr/lib64/R/library/webutils/help
/usr/lib64/R/library/webutils/help/AnIndex
/usr/lib64/R/library/webutils/help/aliases.rds
/usr/lib64/R/library/webutils/help/demo_httpuv.html
/usr/lib64/R/library/webutils/help/demo_rhttpd.html
/usr/lib64/R/library/webutils/help/parse_http.html
/usr/lib64/R/library/webutils/help/parse_multipart.html
/usr/lib64/R/library/webutils/help/parse_query.html
/usr/lib64/R/library/webutils/help/paths.rds
/usr/lib64/R/library/webutils/help/webutils.rdb
/usr/lib64/R/library/webutils/help/webutils.rdx
/usr/lib64/R/library/webutils/html
/usr/lib64/R/library/webutils/html/00Index.html
/usr/lib64/R/library/webutils/html/R.css
/usr/lib64/R/library/webutils/html/demo_httpuv.html
/usr/lib64/R/library/webutils/html/demo_rhttpd.html
/usr/lib64/R/library/webutils/html/parse_http.html
/usr/lib64/R/library/webutils/html/parse_multipart.html
/usr/lib64/R/library/webutils/html/parse_query.html
/usr/lib64/R/library/webutils/libs
/usr/lib64/R/library/webutils/libs/webutils.so
/usr/lib64/R/library/webutils/testpage.html

References

Summary

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