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

Last updated: September 27,2024

1. Install "R-servr.noarch" package

Here is a brief guide to show you how to install R-servr.noarch on Fedora 38

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

2. Uninstall "R-servr.noarch" package

This tutorial shows how to uninstall R-servr.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:48:06 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-servr
Version : 0.24
Release : 3.fc38
Architecture : noarch
Size : 115 k
Source : R-servr-0.24-3.fc38.src.rpm
Repository : updates
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.