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

Last updated: May 05,2024

1. Install "R-promises.x86_64" package

This guide let you learn how to install R-promises.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 1:25:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-promises
Version : 1.2.0.1
Release : 2.fc35~bootstrap
Architecture : x86_64
Size : 1.5 M
Source : R-promises-1.2.0.1-2.fc35~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.