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

Last updated: January 11,2025

1. Install "R-later.i686" package

Please follow the instructions below to install R-later.i686 on Fedora 36

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

2. Uninstall "R-later.i686" package

Here is a brief guide to show you how to uninstall R-later.i686 on Fedora 36:

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

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

Last metadata expiration check: 5:20:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-later
Version : 1.2.0
Release : 4.fc36
Architecture : i686
Size : 140 k
Source : R-later-1.2.0-4.fc36.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.