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

Last updated: January 17,2025

1. Install "R-processx.x86_64" package

This is a short guide on how to install R-processx.x86_64 on Fedora 36

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

2. Uninstall "R-processx.x86_64" package

Please follow the guidelines below to uninstall R-processx.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:46:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-processx
Version : 3.5.2
Release : 3.fc36~bootstrap
Architecture : x86_64
Size : 339 k
Source : R-processx-3.5.2-3.fc36~bootstrap.src.rpm
Repository : fedora
Summary : Execute and Control System Processes
URL : https://CRAN.R-project.org/package=processx
License : MIT
Description : Tools to run system processes in the background. It can check if a
: background process is running; wait on a background process to finish; get
: the exit status of finished processes; kill background processes. It can
: read the standard output and error of the processes, using non-blocking
: connections. 'processx' can poll a process for standard output or error,
: with a timeout. It can also poll several processes at once.