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

Last updated: May 09,2024

1. Install "python3-sysv-ipc" package

This guide covers the steps necessary to install python3-sysv-ipc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sysv-ipc

2. Uninstall "python3-sysv-ipc" package

In this section, we are going to explain the necessary steps to uninstall python3-sysv-ipc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-sysv-ipc $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-sysv-ipc
Priority: optional
Section: universe/python
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Source: python-sysv-ipc
Version: 0.6.8-2build2
Depends: libc6 (>= 2.14), python3 (<< 3.6), python3 (>= 3.5~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-sysv-ipc/python3-sysv-ipc_0.6.8-2build2_amd64.deb
Size: 17876
MD5sum: 055ef1316d79edff5afa46470c67941f
SHA1: 3a6892ccc97400d388f8effc17bc814db37a4c13
SHA256: 22542a01c4c50536239a7fd85c872056bebc0fa4b4a26a714f43311357942065
Description-en: semaphores, shared memory and message queues - Python 3.x
Sysv_ipc gives Python programs access to System V semaphores, shared memory
and message queues. Most (all?) Unixes (including OS X) support System V IPC.
.
This package contains the Python 3.x module.
Description-md5: 0a29d3baf06d42a1d3e66194c824d988
Homepage: http://semanchuk.com/philip/sysv_ipc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu