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

Last updated: September 25,2024

1. Install "R-presser.x86_64" package

Here is a brief guide to show you how to install R-presser.x86_64 on Fedora 39

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

2. Uninstall "R-presser.x86_64" package

This guide covers the steps necessary to uninstall R-presser.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:49:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-presser
Version : 1.1.0
Release : 10.fc39
Architecture : x86_64
Size : 564 k
Source : R-presser-1.1.0-10.fc39.src.rpm
Repository : fedora
Summary : Lightweight Web Server for Testing
URL : https://CRAN.R-project.org/package=presser
License : MIT
Description : Create a web app that makes it easier to test web clients without using the
: internet. It includes a web app framework with path matching and parameters
: and templates. Can parse various 'HTTP' request bodies. Can send 'JSON'
: data or files from the disk. Includes a web app that implements the
: web service.