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

Last updated: May 03,2024

1. Install "R-httpuv.x86_64" package

Please follow the steps below to install R-httpuv.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 3:10:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-httpuv
Version : 1.6.1
Release : 3.fc35
Architecture : x86_64
Size : 472 k
Source : R-httpuv-1.6.1-3.fc35.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.