How To Install python-sysv_ipc-examples on Rocky Linux 8
Introduction
In this tutorial we learn how to install python-sysv_ipc-examples
on Rocky Linux 8.
What is python-sysv_ipc-examples
This module comes with four demonstration apps.
We can use yum
or dnf
to install python-sysv_ipc-examples
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python-sysv_ipc-examples.
Install python-sysv_ipc-examples on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python-sysv_ipc-examples
using dnf
by running the following command:
sudo dnf -y install python-sysv_ipc-examples
Install python-sysv_ipc-examples on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python-sysv_ipc-examples
using yum
by running the following command:
sudo yum -y install python-sysv_ipc-examples
How To Uninstall python-sysv_ipc-examples on Rocky Linux 8
To uninstall only the python-sysv_ipc-examples
package we can use the following command:
sudo dnf remove python-sysv_ipc-examples
python-sysv_ipc-examples Package Contents on Rocky Linux 8
/usr/share/doc/python-sysv_ipc-examples
/usr/share/doc/python-sysv_ipc-examples/demos
/usr/share/doc/python-sysv_ipc-examples/demos/buffer_protocol
/usr/share/doc/python-sysv_ipc-examples/demos/buffer_protocol/ReadMe.md
/usr/share/doc/python-sysv_ipc-examples/demos/buffer_protocol/demo.py
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues/ReadMe.txt
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues/SampleIpcConversation.png
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues/cleanup.py
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues/conclusion.py
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues/params.txt
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues/premise.py
/usr/share/doc/python-sysv_ipc-examples/demos/message_queues/utils.py
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/ReadMe.txt
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/SampleIpcConversation.png
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/cleanup.py
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/conclusion.c
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/conclusion.py
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/make_all.sh
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/md5.c
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/md5.h
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/params.txt
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/premise.c
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/premise.py
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/utils.c
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/utils.h
/usr/share/doc/python-sysv_ipc-examples/demos/sem_and_shm/utils.py
/usr/share/doc/python-sysv_ipc-examples/demos/semaphore_context_manager
/usr/share/doc/python-sysv_ipc-examples/demos/semaphore_context_manager/ReadMe.txt
/usr/share/doc/python-sysv_ipc-examples/demos/semaphore_context_manager/child.py
/usr/share/doc/python-sysv_ipc-examples/demos/semaphore_context_manager/parent.py
References
Summary
In this tutorial we learn how to install python-sysv_ipc-examples
on Rocky Linux 8 using yum and dnf.