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

Last updated: July 03,2024

1. Install "python3-lupa.x86_64" package

Please follow the guidelines below to install python3-lupa.x86_64 on Fedora 34

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

2. Uninstall "python3-lupa.x86_64" package

Learn how to uninstall python3-lupa.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:01:40 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-lupa
Version : 1.9
Release : 2.20200822git831599a.fc34
Architecture : x86_64
Size : 122 k
Source : python-lupa-1.9-2.20200822git831599a.fc34.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.