How to Install and Uninstall R-later.x86_64 Package on Fedora 35

Last updated: October 07,2024

1. Install "R-later.x86_64" package

Please follow the step by step instructions below to install R-later.x86_64 on Fedora 35

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

2. Uninstall "R-later.x86_64" package

This tutorial shows how to uninstall R-later.x86_64 on Fedora 35:

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

3. Information about the R-later.x86_64 package on Fedora 35

Last metadata expiration check: 0:41:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-later
Version : 1.2.0
Release : 3.fc35
Architecture : x86_64
Size : 122 k
Source : R-later-1.2.0-3.fc35.src.rpm
Repository : fedora
Summary : Utilities for Scheduling Functions to Execute Later with Event Loops
URL : https://CRAN.R-project.org/package=later
License : MIT
Description : Executes arbitrary R or C functions some time after the current time, after the
: R execution stack has emptied. The functions are scheduled in an event loop.