How to Install and Uninstall libpipeline.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: January 11,2025

1. Install "libpipeline.x86_64" package

This guide let you learn how to install libpipeline.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libpipeline.x86_64

2. Uninstall "libpipeline.x86_64" package

Please follow the step by step instructions below to uninstall libpipeline.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libpipeline.x86_64 $ sudo dnf autoremove

3. Information about the libpipeline.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:02:54 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libpipeline
Version : 1.5.0
Release : 2.el8
Architecture : x86_64
Size : 54 k
Source : libpipeline-1.5.0-2.el8.src.rpm
Repository : ubi-8-baseos-rpms
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).