How To Install python3-lupa on Fedora 36

In this tutorial we learn how to install python3-lupa in Fedora 36. python3-lupa is Python wrapper around Lua and LuaJIT

Introduction

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

What is python3-lupa

Lupa integrates the run-times of Lua or LuaJIT2 into CPython. It is a partial rewrite of LunaticPython in Cython with some additional features such as proper co-routine support.

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

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

sudo dnf -y install python3-lupa

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

sudo yum -y install python3-lupa

How To Uninstall python3-lupa on Fedora 36

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

sudo dnf remove python3-lupa

python3-lupa Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/ba08ff8c32c9f4b16c10ef7b465d60280f282e
/usr/lib64/python3.10/site-packages/lupa
/usr/lib64/python3.10/site-packages/lupa-1.9-py3.10.egg-info
/usr/lib64/python3.10/site-packages/lupa-1.9-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/lupa-1.9-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/lupa-1.9-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/lupa-1.9-py3.10.egg-info/not-zip-safe
/usr/lib64/python3.10/site-packages/lupa-1.9-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/lupa/__init__.py
/usr/lib64/python3.10/site-packages/lupa/__pycache__
/usr/lib64/python3.10/site-packages/lupa/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lupa/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lupa/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lupa/__pycache__/version.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lupa/_lupa.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/lupa/version.py
/usr/share/doc/python3-lupa
/usr/share/doc/python3-lupa/CHANGES.rst
/usr/share/doc/python3-lupa/INSTALL.rst
/usr/share/doc/python3-lupa/README.rst
/usr/share/licenses/python3-lupa
/usr/share/licenses/python3-lupa/LICENSE.txt

References

Summary

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