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

Last updated: October 13,2024

1. Install "python3-lupa.x86_64" package

Please follow the steps below to install python3-lupa.x86_64 on Fedora 39

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

2. Uninstall "python3-lupa.x86_64" package

Please follow the steps below to uninstall python3-lupa.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:43:31 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-lupa
Version : 1.9
Release : 10.20200822git831599a.fc39
Architecture : x86_64
Size : 130 k
Source : python-lupa-1.9-10.20200822git831599a.fc39.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.