How to Install and Uninstall libpipeline.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "libpipeline.x86_64" package

Here is a brief guide to show you how to install libpipeline.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libpipeline.x86_64

2. Uninstall "libpipeline.x86_64" package

Please follow the steps below to uninstall libpipeline.x86_64 on Amazon Linux 2:

$ sudo yum remove libpipeline.x86_64 $ sudo yum autoremove

3. Information about the libpipeline.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libpipeline
Arch : x86_64
Version : 1.2.3
Release : 3.amzn2.0.2
Size : 53 k
Repo : amzn2-core/2/x86_64
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).