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

Last updated: October 05,2024

1. Install "R-later.i686" package

Please follow the steps below to install R-later.i686 on Fedora 34

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

2. Uninstall "R-later.i686" package

Please follow the guidance below to uninstall R-later.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:49:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-later
Version : 1.2.0
Release : 1.fc34
Architecture : i686
Size : 125 k
Source : R-later-1.2.0-1.fc34.src.rpm
Repository : updates
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.