How to Install and Uninstall libpipeline.src Package on Oracle Linux 8

Last updated: July 05,2024

1. Install "libpipeline.src" package

This guide covers the steps necessary to install libpipeline.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libpipeline.src

2. Uninstall "libpipeline.src" package

Please follow the step by step instructions below to uninstall libpipeline.src on Oracle Linux 8:

$ sudo dnf remove libpipeline.src $ sudo dnf autoremove

3. Information about the libpipeline.src package on Oracle Linux 8

Last metadata expiration check: 2:00:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libpipeline
Version : 1.5.0
Release : 2.el8
Architecture : src
Size : 821 k
Source : None
Repository : ol8_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).