How to Install and Uninstall python3-lupa Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-lupa" package

This is a short guide on how to install python3-lupa on Kali Linux

$ sudo apt update $ sudo apt install python3-lupa

2. Uninstall "python3-lupa" package

Here is a brief guide to show you how to uninstall python3-lupa on Kali Linux:

$ sudo apt remove python3-lupa $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-lupa package on Kali Linux

Package: python3-lupa
Source: python-lupa (1.14.1+dfsg-1)
Version: 1.14.1+dfsg-1+b2
Installed-Size: 585
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libluajit-5.1-2 (>= 2.0.4+dfsg) | libluajit2-5.1-2 (>= 2.1~)
Size: 168348
SHA256: 571378fa1fc2ae65d03454b6bc64e859530d18d3b51e86464f8a1076ca8e81d5
SHA1: ff45d3cb7cc77e840d8e0375072351df9ca8a0e6
MD5sum: 2bec27078d9a2b8f7ee902bf8195ac3f
Description: Python wrapper around LuaJIT or Lua (Python3 version)
Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is a partial
rewrite of LunaticPython in Cython with some additional features such as proper
coroutine support.
.
Features:
* separate Lua runtime states through a LuaRuntime class
* Python coroutine wrapper for Lua coroutines
* iteration support for Python objects in Lua and Lua objects in Python
* proper encoding and decoding of strings (configurable per runtime, UTF-8 by
default)
* frees the GIL and supports threading in separate runtimes when calling into
Lua
* written for LuaJIT2, but also works with the normal Lua interpreter
* easy to hack on and extend as it is written in Cython, not C
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/scoder/lupa/
Section: python
Priority: optional
Filename: pool/main/p/python-lupa/python3-lupa_1.14.1+dfsg-1+b2_amd64.deb