How to Install and Uninstall nuitka Package on Kali Linux

Last updated: May 19,2024

1. Install "nuitka" package

Here is a brief guide to show you how to install nuitka on Kali Linux

$ sudo apt update $ sudo apt install nuitka

2. Uninstall "nuitka" package

In this section, we are going to explain the necessary steps to uninstall nuitka on Kali Linux:

$ sudo apt remove nuitka $ sudo apt autoclean && sudo apt autoremove

3. Information about the nuitka package on Kali Linux

Package: nuitka
Version: 1.0.6+ds-1
Installed-Size: 11675
Maintainer: Kay Hayen
Architecture: all
Depends: gcc (>= 5.0) | g++ (>= 4.4) | clang (>= 3.0), scons (>= 2.0.0), python3-jinja2, python3-appdirs | base-files (<< 7.2), python3-dev, zlib1g-dev, libzstd-dev, ccache, patchelf, python3:any (>= 3.3~)
Recommends: python3-lxml, python3-tqdm, strace, libfuse2
Size: 1343760
SHA256: eb0bddfbe17587e5edac5a7ce25ffbd7da56673a6e45bb302d7e82212f68d6d1
SHA1: 6e636e889f1fbfcc711898def8a62e945b3f185b
MD5sum: 713562c7c7c0e2ca152cd4d992c1d99e
Description: Python compiler with full language support and CPython compatibility
This Python compiler achieves full language compatibility and compiles Python
code into compiled objects that are not second class at all. Instead they can
be used in the same way as pure Python objects.
Description-md5: 412e6fd44db6ad445c3e524883dc5f94
Homepage: https://nuitka.net
Section: python
Priority: optional
Filename: pool/main/n/nuitka/nuitka_1.0.6+ds-1_all.deb