How to Install and Uninstall libnxt Package on Kali Linux

Last updated: May 13,2024

1. Install "libnxt" package

Please follow the guidance below to install libnxt on Kali Linux

$ sudo apt update $ sudo apt install libnxt

2. Uninstall "libnxt" package

Please follow the guidance below to uninstall libnxt on Kali Linux:

$ sudo apt remove libnxt $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnxt package on Kali Linux

Package: libnxt
Source: libnxt (0.4.2-1)
Version: 0.4.2-1+b2
Installed-Size: 64
Maintainer: Debian LEGO Team
Architecture: amd64
Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.16)
Recommends: nxt-firmware
Size: 15812
SHA256: d0afa9d1893ffdcaf8485f58cb75602ea1d0cdf600565c90437ff29ed041008a
SHA1: 4e8dc54168a0f215a6c2ac81a30b0a7d33e2fea8
MD5sum: b9963339de8924ac610c202e6e1e24d4
Description: utility library for talking to the LEGO Mindstorms NXT brick
LibNXT is an utility library for talking to the LEGO Mindstorms NXT intelligent
brick at a relatively low level. It currently does:
* Handling USB communication and locating the NXT in the USB tree.
* Interaction with the Atmel AT91SAM boot assistant.
* Flashing of a firmware image to the NXT.
* Execution of code directly in RAM.
.
The design of LibNXT is layered, meaning you can plug into it at any level of
complexityor abstraction you desire, from the lowest level USB bulk bit-pushing
interface, to an API exposing the SAM-BA commandset, right up to just calling
nxt_firmware_flash() and having everything taken care of!
.
This package provides two binary utils:
* fwflash is the program that uses LibNXT. As its name hints, its purpose is
to take a NXT firmware image file and flash it to a connected NXT device.
* fwexec is another utility, which takes a specially compiled firmware image,
uploads it to the NXT's RAM, and executes it directly from there.
Description-md5:
Homepage: https://git.ni.fr.eu.org/libnxt.git/about/
Tag: devel::library, hardware::hobby:lego, implemented-in::c++,
interface::graphical, interface::x11, role::devel-lib, role::program,
use::learning, x11::application
Section: electronics
Priority: optional
Filename: pool/main/libn/libnxt/libnxt_0.4.2-1+b2_amd64.deb