How to Install and Uninstall libpipeline1 Package on openSUSE Leap

Last updated: May 10,2024

1. Install "libpipeline1" package

This is a short guide on how to install libpipeline1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libpipeline1

2. Uninstall "libpipeline1" package

Please follow the instructions below to uninstall libpipeline1 on openSUSE Leap:

$ sudo zypper remove libpipeline1

3. Information about the libpipeline1 package on openSUSE Leap

Information for package libpipeline1:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libpipeline1
Version : 1.4.1-150000.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 54.7 KiB
Installed : No
Status : not installed
Source package : libpipeline-1.4.1-150000.3.2.1.src
Upstream URL : http://www.nongnu.org/libpipeline/
Summary : A pipeline manipulation library
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).