How to Install and Uninstall R-servr.noarch Package on Fedora 39

Last updated: December 21,2024

1. Install "R-servr.noarch" package

Please follow the guidance below to install R-servr.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install R-servr.noarch

2. Uninstall "R-servr.noarch" package

This is a short guide on how to uninstall R-servr.noarch on Fedora 39:

$ sudo dnf remove R-servr.noarch $ sudo dnf autoremove

3. Information about the R-servr.noarch package on Fedora 39

Last metadata expiration check: 2:34:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-servr
Version : 0.24
Release : 4.fc39
Architecture : noarch
Size : 115 k
Source : R-servr-0.24-4.fc39.src.rpm
Repository : fedora
Summary : Simple HTTP Server to Serve Static Files or Dynamic Documents
URL : https://CRAN.R-project.org/package=servr
License : GPL+
Description : Start an HTTP server in R to serve static files, or dynamic documents that
: can be converted to HTML files (e.g., R Markdown) under a given directory.