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

Last updated: November 28,2024

1. Install "R-httpuv.x86_64" package

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

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

2. Uninstall "R-httpuv.x86_64" package

Please follow the steps below to uninstall R-httpuv.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:10:24 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-httpuv
Version : 1.6.9
Release : 3.fc39
Architecture : x86_64
Size : 497 k
Source : R-httpuv-1.6.9-3.fc39.src.rpm
Repository : fedora
Summary : HTTP and WebSocket Server Library
URL : https://CRAN.R-project.org/package=httpuv
License : GPL-2.0-or-later AND MIT AND LicenseRef-Fedora-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.