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

Last updated: July 07,2024

1. Install "libpipeline.i686" package

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

$ sudo dnf update $ sudo dnf install libpipeline.i686

2. Uninstall "libpipeline.i686" package

Please follow the steps below to uninstall libpipeline.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libpipeline.i686 $ sudo dnf autoremove

3. Information about the libpipeline.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:52 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libpipeline
Version : 1.5.3
Release : 4.el9
Architecture : i686
Size : 53 k
Source : libpipeline-1.5.3-4.el9.src.rpm
Repository : ubi-9-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).