How to Install and Uninstall reproc.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 28,2024
1. Install "reproc.x86_64" package
Learn how to install reproc.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
reproc.x86_64
Copied
2. Uninstall "reproc.x86_64" package
Here is a brief guide to show you how to uninstall reproc.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
reproc.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the reproc.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:04:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : reproc
Version : 14.2.4
Release : 1.20230609git1c07bdb.el8
Architecture : x86_64
Size : 46 k
Source : reproc-14.2.4-1.20230609git1c07bdb.el8.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++.
Available Packages
Name : reproc
Version : 14.2.4
Release : 1.20230609git1c07bdb.el8
Architecture : x86_64
Size : 46 k
Source : reproc-14.2.4-1.20230609git1c07bdb.el8.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++.