How to Install and Uninstall libpipeline.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "libpipeline.i686" package

This tutorial shows how to install libpipeline.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libpipeline.i686

2. Uninstall "libpipeline.i686" package

Here is a brief guide to show you how to uninstall libpipeline.i686 on Fedora 36:

$ sudo dnf remove libpipeline.i686 $ sudo dnf autoremove

3. Information about the libpipeline.i686 package on Fedora 36

Last metadata expiration check: 4:05:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libpipeline
Version : 1.5.5
Release : 2.fc36
Architecture : i686
Size : 53 k
Source : libpipeline-1.5.5-2.fc36.src.rpm
Repository : fedora
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).