How to Install and Uninstall R-promises.x86_64 Package on Fedora 36

Last updated: January 15,2025

1. Install "R-promises.x86_64" package

Please follow the steps below to install R-promises.x86_64 on Fedora 36

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

2. Uninstall "R-promises.x86_64" package

Please follow the instructions below to uninstall R-promises.x86_64 on Fedora 36:

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

3. Information about the R-promises.x86_64 package on Fedora 36

Last metadata expiration check: 2:16:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-promises
Version : 1.2.0.1
Release : 3.fc36~bootstrap
Architecture : x86_64
Size : 1.5 M
Source : R-promises-1.2.0.1-3.fc36~bootstrap.src.rpm
Repository : fedora
Summary : Abstractions for Promise-Based Asynchronous Programming
URL : https://CRAN.R-project.org/package=promises
License : MIT
Description : Provides fundamental abstractions for doing asynchronous programming in R using
: promises. Asynchronous programming is useful for allowing a single R process to
: orchestrate multiple tasks in the background while also attending to something
: else. Semantics are similar to 'JavaScript' promises, but with a syntax that is
: idiomatic R.