How To Install python3-webpy on Rocky Linux 8

In this tutorial we learn how to install python3-webpy on Rocky Linux 8. python3-webpy is A simple web framework for Python

Introduction

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

What is python3-webpy

web.py is a web framework for python that is as simple as it is powerful. web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.

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

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

sudo dnf -y install python3-webpy

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

sudo yum -y install python3-webpy

How To Uninstall python3-webpy on Rocky Linux 8

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

sudo dnf remove python3-webpy

python3-webpy Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/web
/usr/lib/python3.6/site-packages/web.py-0.61-py3.6.egg-info
/usr/lib/python3.6/site-packages/web.py-0.61-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/web.py-0.61-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/web.py-0.61-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/web.py-0.61-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/web.py-0.61-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/web/__init__.py
/usr/lib/python3.6/site-packages/web/__pycache__
/usr/lib/python3.6/site-packages/web/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/application.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/application.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/browser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/browser.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/db.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/db.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/debugerror.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/debugerror.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/form.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/form.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/http.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/http.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/httpserver.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/httpserver.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/net.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/net.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/py3helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/py3helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/session.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/session.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/template.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/template.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/test.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/webapi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/webapi.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/wsgi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/__pycache__/wsgi.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/application.py
/usr/lib/python3.6/site-packages/web/browser.py
/usr/lib/python3.6/site-packages/web/contrib
/usr/lib/python3.6/site-packages/web/contrib/__init__.py
/usr/lib/python3.6/site-packages/web/contrib/__pycache__
/usr/lib/python3.6/site-packages/web/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/contrib/__pycache__/template.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/web/contrib/__pycache__/template.cpython-36.pyc
/usr/lib/python3.6/site-packages/web/contrib/template.py
/usr/lib/python3.6/site-packages/web/db.py
/usr/lib/python3.6/site-packages/web/debugerror.py
/usr/lib/python3.6/site-packages/web/form.py
/usr/lib/python3.6/site-packages/web/http.py
/usr/lib/python3.6/site-packages/web/httpserver.py
/usr/lib/python3.6/site-packages/web/net.py
/usr/lib/python3.6/site-packages/web/py3helpers.py
/usr/lib/python3.6/site-packages/web/session.py
/usr/lib/python3.6/site-packages/web/template.py
/usr/lib/python3.6/site-packages/web/test.py
/usr/lib/python3.6/site-packages/web/utils.py
/usr/lib/python3.6/site-packages/web/webapi.py
/usr/lib/python3.6/site-packages/web/wsgi.py
/usr/share/doc/python3-webpy
/usr/share/doc/python3-webpy/README.md
/usr/share/licenses/python3-webpy
/usr/share/licenses/python3-webpy/LICENSE.txt

References

Summary

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