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

Last updated: May 11,2024

1. Install "python3-svipc" package

This is a short guide on how to install python3-svipc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-svipc

2. Uninstall "python3-svipc" package

This is a short guide on how to uninstall python3-svipc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-numpy (>= 1:1.8.0), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
Suggests: yorick-svipc, python-svipc
Filename: pool/universe/y/yp-svipc/python3-svipc_0.16-2build2_amd64.deb
Size: 19270
MD5sum: 645dbff317ffc39c84dbd3b78a6ee7e7
SHA1: 29db6fddce5bfc6fa7de482f0ae7c489e9ea9d3b
SHA256: 86612d376f1eba00ff68b3883472132b03d64d817933c5310dd354a73e3128ad
Description-en: interprocess communication (shared memory...) for Python 3
This package allows one to access the System V Interprocess
communication mechanisms from within Python 3:
+ 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: 0203c4aad636111fb989cb70a27ce8ef
Homepage: https://github.com/mdcb/yp-svipc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu