How to Install and Uninstall libpipeline.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

1. Install "libpipeline.x86_64" package

Please follow the steps below to install libpipeline.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libpipeline.x86_64

2. Uninstall "libpipeline.x86_64" package

This is a short guide on how to uninstall libpipeline.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libpipeline.x86_64 $ sudo yum autoremove

3. Information about the libpipeline.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libpipeline
Arch : x86_64
Version : 1.2.3
Release : 3.el7
Size : 139 k
Repo : installed
From repo : anaconda
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).