How To Install python3-coapthon3 on Rocky Linux 8

In this tutorial we learn how to install python3-coapthon3 on Rocky Linux 8. python3-coapthon3 is A Python library for the CoAP protocol

Introduction

In this tutorial we learn how to install python3-coapthon3 on Rocky Linux 8.

What is python3-coapthon3

A Python library for the CoAP protocol.

We can use yum or dnf to install python3-coapthon3 on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-coapthon3.

Install python3-coapthon3 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 python3-coapthon3 using dnf by running the following command:

sudo dnf -y install python3-coapthon3

Install python3-coapthon3 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 python3-coapthon3 using yum by running the following command:

sudo yum -y install python3-coapthon3

How To Uninstall python3-coapthon3 on Rocky Linux 8

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

sudo dnf remove python3-coapthon3

python3-coapthon3 Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/CoAPthon3-1.0.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/coapthon
/usr/lib/python3.6/site-packages/coapthon/__init__.py
/usr/lib/python3.6/site-packages/coapthon/__pycache__
/usr/lib/python3.6/site-packages/coapthon/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/defines.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/defines.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/serializer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/serializer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/transaction.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/transaction.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/caching
/usr/lib/python3.6/site-packages/coapthon/caching/__init__.py
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/coapcache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/coapcache.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/coaplrucache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/__pycache__/coaplrucache.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/caching/cache.py
/usr/lib/python3.6/site-packages/coapthon/caching/coapcache.py
/usr/lib/python3.6/site-packages/coapthon/caching/coaplrucache.py
/usr/lib/python3.6/site-packages/coapthon/client
/usr/lib/python3.6/site-packages/coapthon/client/__init__.py
/usr/lib/python3.6/site-packages/coapthon/client/__pycache__
/usr/lib/python3.6/site-packages/coapthon/client/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/client/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/client/__pycache__/coap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/client/__pycache__/coap.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/client/__pycache__/helperclient.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/client/__pycache__/helperclient.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/client/coap.py
/usr/lib/python3.6/site-packages/coapthon/client/helperclient.py
/usr/lib/python3.6/site-packages/coapthon/defines.py
/usr/lib/python3.6/site-packages/coapthon/forward_proxy
/usr/lib/python3.6/site-packages/coapthon/forward_proxy/__init__.py
/usr/lib/python3.6/site-packages/coapthon/forward_proxy/__pycache__
/usr/lib/python3.6/site-packages/coapthon/forward_proxy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/forward_proxy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/forward_proxy/__pycache__/coap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/forward_proxy/__pycache__/coap.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/forward_proxy/coap.py
/usr/lib/python3.6/site-packages/coapthon/layers
/usr/lib/python3.6/site-packages/coapthon/layers/__init__.py
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/blocklayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/blocklayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/cachelayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/cachelayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/forwardLayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/forwardLayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/messagelayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/messagelayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/observelayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/observelayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/requestlayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/requestlayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/resourcelayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/__pycache__/resourcelayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/layers/blocklayer.py
/usr/lib/python3.6/site-packages/coapthon/layers/cachelayer.py
/usr/lib/python3.6/site-packages/coapthon/layers/forwardLayer.py
/usr/lib/python3.6/site-packages/coapthon/layers/messagelayer.py
/usr/lib/python3.6/site-packages/coapthon/layers/observelayer.py
/usr/lib/python3.6/site-packages/coapthon/layers/requestlayer.py
/usr/lib/python3.6/site-packages/coapthon/layers/resourcelayer.py
/usr/lib/python3.6/site-packages/coapthon/messages
/usr/lib/python3.6/site-packages/coapthon/messages/__init__.py
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/message.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/message.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/option.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/option.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/request.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/request.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/response.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/__pycache__/response.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/messages/message.py
/usr/lib/python3.6/site-packages/coapthon/messages/option.py
/usr/lib/python3.6/site-packages/coapthon/messages/request.py
/usr/lib/python3.6/site-packages/coapthon/messages/response.py
/usr/lib/python3.6/site-packages/coapthon/resources
/usr/lib/python3.6/site-packages/coapthon/resources/__init__.py
/usr/lib/python3.6/site-packages/coapthon/resources/__pycache__
/usr/lib/python3.6/site-packages/coapthon/resources/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/resources/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/resources/__pycache__/remoteResource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/resources/__pycache__/remoteResource.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/resources/__pycache__/resource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/resources/__pycache__/resource.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/resources/remoteResource.py
/usr/lib/python3.6/site-packages/coapthon/resources/resource.py
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy/__init__.py
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy/__pycache__
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy/__pycache__/coap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy/__pycache__/coap.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/reverse_proxy/coap.py
/usr/lib/python3.6/site-packages/coapthon/serializer.py
/usr/lib/python3.6/site-packages/coapthon/server
/usr/lib/python3.6/site-packages/coapthon/server/__init__.py
/usr/lib/python3.6/site-packages/coapthon/server/__pycache__
/usr/lib/python3.6/site-packages/coapthon/server/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/server/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/server/__pycache__/coap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coapthon/server/__pycache__/coap.cpython-36.pyc
/usr/lib/python3.6/site-packages/coapthon/server/coap.py
/usr/lib/python3.6/site-packages/coapthon/transaction.py
/usr/lib/python3.6/site-packages/coapthon/utils.py

References

Summary

In this tutorial we learn how to install python3-coapthon3 on Rocky Linux 8 using yum and dnf.