How To Install R-websocket on Fedora 36
Introduction
In this tutorial we learn how to install R-websocket
on Fedora 36.
What is R-websocket
Provides a WebSocket client interface for R. WebSocket is a protocol for low-overhead real-time communication <https
We can use yum
or dnf
to install R-websocket
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-websocket.
Install R-websocket 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-websocket
using dnf
by running the following command:
sudo dnf -y install R-websocket
Install R-websocket 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-websocket
using yum
by running the following command:
sudo yum -y install R-websocket
How To Uninstall R-websocket on Fedora 36
To uninstall only the R-websocket
package we can use the following command:
sudo dnf remove R-websocket
R-websocket Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/83e4221b720761f67173151d3dc30a4240b484
/usr/lib64/R/library/websocket
/usr/lib64/R/library/websocket/DESCRIPTION
/usr/lib64/R/library/websocket/INDEX
/usr/lib64/R/library/websocket/Meta
/usr/lib64/R/library/websocket/Meta/Rd.rds
/usr/lib64/R/library/websocket/Meta/features.rds
/usr/lib64/R/library/websocket/Meta/hsearch.rds
/usr/lib64/R/library/websocket/Meta/links.rds
/usr/lib64/R/library/websocket/Meta/nsInfo.rds
/usr/lib64/R/library/websocket/Meta/package.rds
/usr/lib64/R/library/websocket/Meta/vignette.rds
/usr/lib64/R/library/websocket/NAMESPACE
/usr/lib64/R/library/websocket/NEWS.md
/usr/lib64/R/library/websocket/R
/usr/lib64/R/library/websocket/R/websocket
/usr/lib64/R/library/websocket/R/websocket.rdb
/usr/lib64/R/library/websocket/R/websocket.rdx
/usr/lib64/R/library/websocket/doc
/usr/lib64/R/library/websocket/doc/index.html
/usr/lib64/R/library/websocket/doc/overview.R
/usr/lib64/R/library/websocket/doc/overview.Rmd
/usr/lib64/R/library/websocket/doc/overview.html
/usr/lib64/R/library/websocket/help
/usr/lib64/R/library/websocket/help/AnIndex
/usr/lib64/R/library/websocket/help/WebSocket.html
/usr/lib64/R/library/websocket/help/aliases.rds
/usr/lib64/R/library/websocket/help/figures
/usr/lib64/R/library/websocket/help/figures/websocket_logo.svg
/usr/lib64/R/library/websocket/help/paths.rds
/usr/lib64/R/library/websocket/help/websocket.rdb
/usr/lib64/R/library/websocket/help/websocket.rdx
/usr/lib64/R/library/websocket/html
/usr/lib64/R/library/websocket/html/00Index.html
/usr/lib64/R/library/websocket/html/R.css
/usr/lib64/R/library/websocket/html/WebSocket.html
/usr/lib64/R/library/websocket/libs
/usr/lib64/R/library/websocket/libs/websocket.so
References
Summary
In this tutorial we learn how to install R-websocket
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).