How to Install and Uninstall reproc.x86_64 Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "reproc.x86_64" package

This guide covers the steps necessary to install reproc.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install reproc.x86_64

2. Uninstall "reproc.x86_64" package

This guide covers the steps necessary to uninstall reproc.x86_64 on Oracle Linux 9:

$ sudo dnf remove reproc.x86_64 $ sudo dnf autoremove

3. Information about the reproc.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:16:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : reproc
Version : 14.2.4
Release : 1.20230609git1c07bdb.el9
Architecture : x86_64
Size : 44 k
Source : reproc-14.2.4-1.20230609git1c07bdb.el9.src.rpm
Repository : epel
Summary : A cross-platform (C99/C++11) process library
URL : https://github.com/DaanDeMeyer/reproc
License : MIT
Description : reproc (Redirected Process) is a cross-platform C/C++ library that simplifies
: starting, stopping and communicating with external programs. The main use case
: is executing command line applications directly from C or C++ code and
: retrieving their output.
:
: reproc consists out of two libraries: reproc and reproc++. reproc is a C99
: library that contains the actual code for working with external programs.
: reproc++ depends on reproc and adapts its API to an idiomatic C++11 API. It
: also adds a few extras that simplify working with external programs from C++.