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

Last updated: May 21,2024

1. Install "R-processx.x86_64" package

Learn how to install R-processx.x86_64 on Fedora 34

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

2. Uninstall "R-processx.x86_64" package

Here is a brief guide to show you how to uninstall R-processx.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:07:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-processx
Version : 3.5.2
Release : 2.fc34~bootstrap
Architecture : x86_64
Size : 332 k
Source : R-processx-3.5.2-2.fc34~bootstrap.src.rpm
Repository : updates
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.