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

Last updated: October 13,2024

1. Install "R-processx.x86_64" package

Please follow the guidelines below to install R-processx.x86_64 on Fedora 35

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

2. Uninstall "R-processx.x86_64" package

Please follow the instructions below to uninstall R-processx.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:14:40 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-processx
Version : 3.5.2
Release : 2.fc35~bootstrap
Architecture : x86_64
Size : 337 k
Source : R-processx-3.5.2-2.fc35~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.