How To Install python3-posix_ipc on Fedora 36

In this tutorial we learn how to install python3-posix_ipc in Fedora 36. python3-posix_ipc is POSIX IPC primitives (semaphores and shared memory) for Python

Introduction

In this tutorial we learn how to install python3-posix_ipc on Fedora 36.

What is python3-posix_ipc

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.

We can use yum or dnf to install python3-posix_ipc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-posix_ipc.

Install python3-posix_ipc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-posix_ipc using dnf by running the following command:

sudo dnf -y install python3-posix_ipc

Install python3-posix_ipc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-posix_ipc using yum by running the following command:

sudo yum -y install python3-posix_ipc

How To Uninstall python3-posix_ipc on Fedora 36

To uninstall only the python3-posix_ipc package we can use the following command:

sudo dnf remove python3-posix_ipc

python3-posix_ipc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/dbd0465a8d58e44e266b732d416712fa2caf0d
/usr/lib64/python3.10/site-packages/posix_ipc-0.9.8-py3.10.egg-info
/usr/lib64/python3.10/site-packages/posix_ipc.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-posix_ipc
/usr/share/doc/python3-posix_ipc/LICENSE
/usr/share/doc/python3-posix_ipc/README
/usr/share/doc/python3-posix_ipc/demo
/usr/share/doc/python3-posix_ipc/demo/ReadMe.txt
/usr/share/doc/python3-posix_ipc/demo/SampleIpcConversation.png
/usr/share/doc/python3-posix_ipc/demo/cleanup.py
/usr/share/doc/python3-posix_ipc/demo/conclusion.c
/usr/share/doc/python3-posix_ipc/demo/conclusion.py
/usr/share/doc/python3-posix_ipc/demo/make_all.sh
/usr/share/doc/python3-posix_ipc/demo/md5.c
/usr/share/doc/python3-posix_ipc/demo/md5.h
/usr/share/doc/python3-posix_ipc/demo/params.txt
/usr/share/doc/python3-posix_ipc/demo/premise.c
/usr/share/doc/python3-posix_ipc/demo/premise.py
/usr/share/doc/python3-posix_ipc/demo/utils.c
/usr/share/doc/python3-posix_ipc/demo/utils.h
/usr/share/doc/python3-posix_ipc/demo/utils.py
/usr/share/doc/python3-posix_ipc/demo2
/usr/share/doc/python3-posix_ipc/demo2/ReadMe.txt
/usr/share/doc/python3-posix_ipc/demo2/SampleIpcConversation.png
/usr/share/doc/python3-posix_ipc/demo2/cleanup.py
/usr/share/doc/python3-posix_ipc/demo2/conclusion.py
/usr/share/doc/python3-posix_ipc/demo2/params.txt
/usr/share/doc/python3-posix_ipc/demo2/premise.py
/usr/share/doc/python3-posix_ipc/demo2/utils.py

References

Summary

In this tutorial we learn how to install python3-posix_ipc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).