How to Install and Uninstall libmodglue1 Package on openSUSE Leap

Last updated: July 05,2024

1. Install "libmodglue1" package

Please follow the instructions below to install libmodglue1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libmodglue1

2. Uninstall "libmodglue1" package

Please follow the steps below to uninstall libmodglue1 on openSUSE Leap:

$ sudo zypper remove libmodglue1

3. Information about the libmodglue1 package on openSUSE Leap

Information for package libmodglue1:
------------------------------------
Repository : Main Repository
Name : libmodglue1
Version : 1.19-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 94.1 KiB
Installed : No
Status : not installed
Source package : modglue-1.19-bp155.2.11.src
Upstream URL : http://cadabra.phi-sci.com/index.html
Summary : A C++ library for handling co-processes
Description :
Modglue is a C++ library with classes for forking external
processes and asynchronous reading from streams. It takes away the
burden of all subtleties involving the Unix fork call. The
asynchronous read facility enables one to read on multiple input
streams at the same time, without losing any of the standard C++
stream facilities.
There are also several small additional programs bundled with modglue,
such as a program to add readline capability to any command line
program. Moreover, the modglue library extends the idea of standard
Unix pipes by providing a general framework for the creation of new
processes with more than just the standard stdin/stdout/stderr pipes.
This package provides the shared libraries for modglue.