How to Install and Uninstall reproc.i686 Package on Fedora 35
Last updated: November 27,2024
1. Install "reproc.i686" package
In this section, we are going to explain the necessary steps to install reproc.i686 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
reproc.i686
Copied
2. Uninstall "reproc.i686" package
Please follow the instructions below to uninstall reproc.i686 on Fedora 35:
$
sudo dnf remove
reproc.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the reproc.i686 package on Fedora 35
Last metadata expiration check: 0:02:42 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : reproc
Version : 14.2.2
Release : 2.fc35
Architecture : i686
Size : 44 k
Source : reproc-14.2.2-2.fc35.src.rpm
Repository : fedora
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.2
Release : 2.fc35
Architecture : i686
Size : 44 k
Source : reproc-14.2.2-2.fc35.src.rpm
Repository : fedora
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++.