How to Install and Uninstall python-svipc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-svipc" package

Please follow the step by step instructions below to install python-svipc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-svipc

2. Uninstall "python-svipc" package

Please follow the step by step instructions below to uninstall python-svipc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-svipc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-svipc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-svipc
Priority: extra
Section: universe/python
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: yp-svipc
Version: 0.16-2build2
Depends: python-numpy (>= 1:1.8.0), python-numpy-abi9, python (>= 2.7), python (<< 2.8), libc6 (>= 2.14)
Suggests: yorick-svipc, python3-svipc
Filename: pool/universe/y/yp-svipc/python-svipc_0.16-2build2_amd64.deb
Size: 19538
MD5sum: 6d69f1a1121ccc3fdb95159eeca8505b
SHA1: f1aa88ce2a9a7cd84d81dca597b9079127455ae0
SHA256: d765afc82e608ad91c397b78ef8aa122f14218a2406e1c596c2ea57906fe00a7
Description-en: interprocess communication (shared memory...) for Python
This package allows one to access the System V Interprocess
communication mechanisms from within Python:
+ message queues;
+ semaphore sets;
+ shared memory segments.
.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing;
+ mixed applications (e.g. python/yorick).
.
A sibling package is available for Yorick: yorick-svipc
Description-md5: 82404f7486f32e3870a4295e08a34697
Homepage: https://github.com/mdcb/yp-svipc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu