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

Last updated: October 05,2024

1. Install "R-servr.noarch" package

Please follow the step by step instructions below to install R-servr.noarch on Fedora 34

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

2. Uninstall "R-servr.noarch" package

This guide covers the steps necessary to uninstall R-servr.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:46:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-servr
Version : 0.22
Release : 1.fc34
Architecture : noarch
Size : 100 k
Source : R-servr-0.22-1.fc34.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.