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

Last updated: October 06,2024

1. Install "R-httpuv.x86_64" package

Please follow the guidelines below to install R-httpuv.x86_64 on Fedora 34

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

2. Uninstall "R-httpuv.x86_64" package

This guide let you learn how to uninstall R-httpuv.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:40:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-httpuv
Version : 1.6.0
Release : 1.fc34
Architecture : x86_64
Size : 469 k
Source : R-httpuv-1.6.0-1.fc34.src.rpm
Repository : updates
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.