libmodglue1 software package provides C++ library for handling of multiple co-processes, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libmodglue1
libmodglue1 is installed in your system.
Make ensure the libmodglue1 package were installed using the commands given below,
$ sudo dpkg-query -l | grep libmodglue1 *
You will get with libmodglue1 package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Libraries |
| Package | libmodglue1 |
| Version | 1.19-0ubuntu1 |
| Description | C++ library for handling of multiple co-processes |
| Sub Section | libs |