How To Install R-httpuv on Fedora 36

In this tutorial we learn how to install R-httpuv in Fedora 36. R-httpuv is HTTP and WebSocket Server Library

Introduction

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

What is R-httpuv

Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc.

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

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

sudo dnf -y install R-httpuv

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

sudo yum -y install R-httpuv

How To Uninstall R-httpuv on Fedora 36

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

sudo dnf remove R-httpuv

R-httpuv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/96ca5a2a0b747919850251edaabae394317847
/usr/lib64/R/library/httpuv
/usr/lib64/R/library/httpuv/DESCRIPTION
/usr/lib64/R/library/httpuv/INDEX
/usr/lib64/R/library/httpuv/LICENSE
/usr/lib64/R/library/httpuv/Meta
/usr/lib64/R/library/httpuv/Meta/Rd.rds
/usr/lib64/R/library/httpuv/Meta/demo.rds
/usr/lib64/R/library/httpuv/Meta/features.rds
/usr/lib64/R/library/httpuv/Meta/hsearch.rds
/usr/lib64/R/library/httpuv/Meta/links.rds
/usr/lib64/R/library/httpuv/Meta/nsInfo.rds
/usr/lib64/R/library/httpuv/Meta/package.rds
/usr/lib64/R/library/httpuv/NAMESPACE
/usr/lib64/R/library/httpuv/NEWS.md
/usr/lib64/R/library/httpuv/R
/usr/lib64/R/library/httpuv/R/httpuv
/usr/lib64/R/library/httpuv/R/httpuv.rdb
/usr/lib64/R/library/httpuv/R/httpuv.rdx
/usr/lib64/R/library/httpuv/demo
/usr/lib64/R/library/httpuv/demo/daemon-echo.R
/usr/lib64/R/library/httpuv/demo/echo.R
/usr/lib64/R/library/httpuv/demo/json-server.R
/usr/lib64/R/library/httpuv/help
/usr/lib64/R/library/httpuv/help/AnIndex
/usr/lib64/R/library/httpuv/help/PipeServer.html
/usr/lib64/R/library/httpuv/help/Server.html
/usr/lib64/R/library/httpuv/help/WebServer.html
/usr/lib64/R/library/httpuv/help/WebSocket.html
/usr/lib64/R/library/httpuv/help/aliases.rds
/usr/lib64/R/library/httpuv/help/decodeURI.html
/usr/lib64/R/library/httpuv/help/decodeURIComponent.html
/usr/lib64/R/library/httpuv/help/encodeURI.html
/usr/lib64/R/library/httpuv/help/encodeURIComponent.html
/usr/lib64/R/library/httpuv/help/excludeStaticPath.html
/usr/lib64/R/library/httpuv/help/getRNGState.html
/usr/lib64/R/library/httpuv/help/httpuv-package.html
/usr/lib64/R/library/httpuv/help/httpuv.html
/usr/lib64/R/library/httpuv/help/httpuv.rdb
/usr/lib64/R/library/httpuv/help/httpuv.rdx
/usr/lib64/R/library/httpuv/help/interrupt.html
/usr/lib64/R/library/httpuv/help/ipFamily.html
/usr/lib64/R/library/httpuv/help/listServers.html
/usr/lib64/R/library/httpuv/help/logLevel.html
/usr/lib64/R/library/httpuv/help/paths.rds
/usr/lib64/R/library/httpuv/help/randomPort.html
/usr/lib64/R/library/httpuv/help/rawToBase64.html
/usr/lib64/R/library/httpuv/help/runServer.html
/usr/lib64/R/library/httpuv/help/service.html
/usr/lib64/R/library/httpuv/help/startDaemonizedServer.html
/usr/lib64/R/library/httpuv/help/startPipeServer.html
/usr/lib64/R/library/httpuv/help/startServer.html
/usr/lib64/R/library/httpuv/help/staticPath.html
/usr/lib64/R/library/httpuv/help/staticPathOptions.html
/usr/lib64/R/library/httpuv/help/stopAllServers.html
/usr/lib64/R/library/httpuv/help/stopDaemonizedServer.html
/usr/lib64/R/library/httpuv/help/stopServer.html
/usr/lib64/R/library/httpuv/html
/usr/lib64/R/library/httpuv/html/00Index.html
/usr/lib64/R/library/httpuv/html/PipeServer.html
/usr/lib64/R/library/httpuv/html/R.css
/usr/lib64/R/library/httpuv/html/Server.html
/usr/lib64/R/library/httpuv/html/WebServer.html
/usr/lib64/R/library/httpuv/html/WebSocket.html
/usr/lib64/R/library/httpuv/html/encodeURI.html
/usr/lib64/R/library/httpuv/html/getRNGState.html
/usr/lib64/R/library/httpuv/html/httpuv-package.html
/usr/lib64/R/library/httpuv/html/interrupt.html
/usr/lib64/R/library/httpuv/html/ipFamily.html
/usr/lib64/R/library/httpuv/html/listServers.html
/usr/lib64/R/library/httpuv/html/logLevel.html
/usr/lib64/R/library/httpuv/html/randomPort.html
/usr/lib64/R/library/httpuv/html/rawToBase64.html
/usr/lib64/R/library/httpuv/html/runServer.html
/usr/lib64/R/library/httpuv/html/service.html
/usr/lib64/R/library/httpuv/html/startDaemonizedServer.html
/usr/lib64/R/library/httpuv/html/startServer.html
/usr/lib64/R/library/httpuv/html/staticPath.html
/usr/lib64/R/library/httpuv/html/staticPathOptions.html
/usr/lib64/R/library/httpuv/html/stopAllServers.html
/usr/lib64/R/library/httpuv/html/stopDaemonizedServer.html
/usr/lib64/R/library/httpuv/html/stopServer.html
/usr/lib64/R/library/httpuv/libs
/usr/lib64/R/library/httpuv/libs/httpuv.so

References

Summary

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