How to Install and Uninstall R-httpuv.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "R-httpuv.x86_64" package

Please follow the step by step instructions below to install R-httpuv.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install R-httpuv.x86_64

2. Uninstall "R-httpuv.x86_64" package

Please follow the step by step instructions below to uninstall R-httpuv.x86_64 on Fedora 36:

$ sudo dnf remove R-httpuv.x86_64 $ sudo dnf autoremove

3. Information about the R-httpuv.x86_64 package on Fedora 36

Last metadata expiration check: 3:57:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-httpuv
Version : 1.6.1
Release : 4.fc36
Architecture : x86_64
Size : 517 k
Source : R-httpuv-1.6.1-4.fc36.src.rpm
Repository : fedora
Summary : HTTP and WebSocket Server Library
URL : https://CRAN.R-project.org/package=httpuv
License : GPLv2+ and MIT and Public Domain
Description : 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.