How to Install and Uninstall micropython Package on Kali Linux

Last updated: May 10,2024

1. Install "micropython" package

This guide covers the steps necessary to install micropython on Kali Linux

$ sudo apt update $ sudo apt install micropython

2. Uninstall "micropython" package

This guide covers the steps necessary to uninstall micropython on Kali Linux:

$ sudo apt remove micropython $ sudo apt autoclean && sudo apt autoremove

3. Information about the micropython package on Kali Linux

Package: micropython
Version: 1.22.1+ds-1
Installed-Size: 726
Maintainer: Yangfl
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libmbedcrypto7 (>= 2.28.0), libmbedtls14 (>= 2.28.0), libmbedx509-1 (>= 2.28.0)
Suggests: default-jre-headless
Size: 265972
SHA256: 484813f91e3cf66e5bb821d82b0b1948deb25bb9ce0ebbc34be75b5de6d9fb98
SHA1: 83714b93bfdb6e0b7351bc3541d518e64de103d5
MD5sum: 3d2b7a97d7ee73dbce2ca976482bfef6
Description: Unix/Linux port of MicroPython for board-independent use on the host
The Unix port of MicroPython allows testing of programs intended for
microcontrollers on the local Debian host machine (except for hardware-specific
parts). It can also be used as another, tiny but mostly compatible, Python 3
runtime for small scripts (but it comes with FFI and JNI support). This port
uses optimised assembly code on ARM/Thumb, MIPS, i386 and amd64, and
setjmp/longjmp-based fallback code on all other architectures.
Description-md5:
Homepage: https://micropython.org/
Section: python
Priority: optional
Filename: pool/main/m/micropython/micropython_1.22.1+ds-1_amd64.deb