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

Last updated: May 19,2024

1. Install "python3-nudatus" package

Please follow the guidelines below to install python3-nudatus on Kali Linux

$ sudo apt update $ sudo apt install python3-nudatus

2. Uninstall "python3-nudatus" package

Please follow the steps below to uninstall python3-nudatus on Kali Linux:

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

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

Package: python3-nudatus
Source: python-nudatus
Version: 0.0.5-4
Installed-Size: 40
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 9688
SHA256: 480fa1ef8e535dc892542dcb0bd99f5e61faaf4c7696f226ff7723b7ac4d3016
SHA1: 44bfc8f5d5efa0d1d3babaca6b4f8621ea04afcb
MD5sum: 8424090d9fb9ee9adc31d11329fe12a0
Description: module to remove comments from Python 3 scripts
Nudatus was created to help fit longer, heavily-documented Python programs
onto the micro:bit single-board computer (SBC). It should be suitable for
similar platforms with restricted storage capacity.
.
Although the library is designed to be embedded, this package also provides
the `nudatus` CLI utility.
.
Nudatus uses the tokenizer built into Python, so only supports the syntax of
the version of Python it's running on.
.
This package installs the library and CLI utility for Python 3.
Description-md5:
Homepage: https://github.com/ZanderBrown/nudatus
Section: python
Priority: optional
Filename: pool/main/p/python-nudatus/python3-nudatus_0.0.5-4_all.deb