How to Install and Uninstall modglue-devel Package on openSUSE Leap
Last updated: November 07,2024
1. Install "modglue-devel" package
Please follow the step by step instructions below to install modglue-devel on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
modglue-devel
Copied
2. Uninstall "modglue-devel" package
This guide covers the steps necessary to uninstall modglue-devel on openSUSE Leap:
$
sudo zypper remove
modglue-devel
Copied
3. Information about the modglue-devel package on openSUSE Leap
Information for package modglue-devel:
--------------------------------------
Repository : Main Repository
Name : modglue-devel
Version : 1.19-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.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 header and source files for development with
modglue.
--------------------------------------
Repository : Main Repository
Name : modglue-devel
Version : 1.19-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.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 header and source files for development with
modglue.