How to Install and Uninstall libpipeline.x86_64 Package on Oracle Linux 9

Last updated: September 18,2024

1. Install "libpipeline.x86_64" package

Please follow the guidance below to install libpipeline.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libpipeline.x86_64

2. Uninstall "libpipeline.x86_64" package

This guide let you learn how to uninstall libpipeline.x86_64 on Oracle Linux 9:

$ sudo dnf remove libpipeline.x86_64 $ sudo dnf autoremove

3. Information about the libpipeline.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:32:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libpipeline
Version : 1.5.3
Release : 4.el9
Architecture : x86_64
Size : 54 k
Source : libpipeline-1.5.3-4.el9.src.rpm
Repository : ol9_baseos_latest
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).