How to Install and Uninstall python3-lupa.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "python3-lupa.x86_64" package

This tutorial shows how to install python3-lupa.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install python3-lupa.x86_64

2. Uninstall "python3-lupa.x86_64" package

This is a short guide on how to uninstall python3-lupa.x86_64 on Fedora 38:

$ sudo dnf remove python3-lupa.x86_64 $ sudo dnf autoremove

3. Information about the python3-lupa.x86_64 package on Fedora 38

Last metadata expiration check: 0:42:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-lupa
Version : 1.9
Release : 8.20200822git831599a.fc38
Architecture : x86_64
Size : 112 k
Source : python-lupa-1.9-8.20200822git831599a.fc38.src.rpm
Repository : fedora
Summary : Python wrapper around Lua and LuaJIT
URL : https://pypi.python.org/pypi/lupa
License : MIT
Description : 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.