How to Install and Uninstall libpipeline.i686 Package on CentOS Stream 8

Last updated: June 29,2024

1. Install "libpipeline.i686" package

In this section, we are going to explain the necessary steps to install libpipeline.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libpipeline.i686

2. Uninstall "libpipeline.i686" package

This tutorial shows how to uninstall libpipeline.i686 on CentOS Stream 8:

$ sudo dnf remove libpipeline.i686 $ sudo dnf autoremove

3. Information about the libpipeline.i686 package on CentOS Stream 8

Last metadata expiration check: 4:44:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libpipeline
Version : 1.5.0
Release : 2.el8
Architecture : i686
Size : 57 k
Source : libpipeline-1.5.0-2.el8.src.rpm
Repository : baseos
Summary : A pipeline manipulation library
URL : http://libpipeline.nongnu.org/
License : GPLv3+
Description : libpipeline is a C library for setting up and running pipelines of
: processes, without needing to involve shell command-line parsing which is
: often error-prone and insecure. This alleviates programmers of the need to
: laboriously construct pipelines using lower-level primitives such as fork(2)
: and execve(2).