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

Last updated: May 07,2024

1. Install "python3-posix-ipc" package

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

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

2. Uninstall "python3-posix-ipc" package

Please follow the steps below to uninstall python3-posix-ipc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-posix-ipc
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Source: python-posix-ipc
Version: 0.9.8-2build2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.7)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-posix-ipc/python3-posix-ipc_0.9.8-2build2_amd64.deb
Size: 14934
MD5sum: 38fb13531ef42f7b34677cf645cd2065
SHA1: 371cea3becc12c3272b2298d63a7b5e45ec249b6
SHA256: 4d4312a6600f5bcd6614e35434b4fd4d5049b9833f49ae30f5865ce69d4c4f75
Description-en: semaphores, shared memory and message queues - Python 3.x
posix_ipc is a Python module (written in C) that permits creation and
manipulation of POSIX inter-process semaphores, shared memory and message
queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX
1003.1b-1993. This includes nearly all Unices and Windows + Cygwin 1.7.
.
This package contains the Python 3.x module.
Description-md5: 7883bcedcbbe02e445c733559d3c6d3b
Homepage: http://semanchuk.com/philip/posix_ipc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu