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

Last updated: October 07,2024

1. Install "R-later.i686" package

Learn how to install R-later.i686 on Fedora 35

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

2. Uninstall "R-later.i686" package

In this section, we are going to explain the necessary steps to uninstall R-later.i686 on Fedora 35:

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

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

Last metadata expiration check: 4:27:06 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-later
Version : 1.2.0
Release : 3.fc35
Architecture : i686
Size : 125 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.