How to Install and Uninstall python3-posix_ipc.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-posix_ipc.x86_64" package

This tutorial shows how to install python3-posix_ipc.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-posix_ipc.x86_64

2. Uninstall "python3-posix_ipc.x86_64" package

This is a short guide on how to uninstall python3-posix_ipc.x86_64 on Fedora 34:

$ sudo dnf remove python3-posix_ipc.x86_64 $ sudo dnf autoremove

3. Information about the python3-posix_ipc.x86_64 package on Fedora 34

Last metadata expiration check: 1:21:13 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-posix_ipc
Version : 0.9.8
Release : 26.fc34
Architecture : x86_64
Size : 52 k
Source : python-posix_ipc-0.9.8-26.fc34.src.rpm
Repository : fedora
Summary : POSIX IPC primitives (semaphores and shared memory) for Python
URL : http://semanchuk.com/philip/posix_ipc/
License : BSD
Description : 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 POSIX Realtime Extensions, POSIX 1003.1b-1993.