How to Install and Uninstall teensy-loader-cli Package on Kali Linux

Last updated: May 03,2024

1. Install "teensy-loader-cli" package

In this section, we are going to explain the necessary steps to install teensy-loader-cli on Kali Linux

$ sudo apt update $ sudo apt install teensy-loader-cli

2. Uninstall "teensy-loader-cli" package

This guide covers the steps necessary to uninstall teensy-loader-cli on Kali Linux:

$ sudo apt remove teensy-loader-cli $ sudo apt autoclean && sudo apt autoremove

3. Information about the teensy-loader-cli package on Kali Linux

Package: teensy-loader-cli
Version: 2.2-1
Installed-Size: 49
Maintainer: Debian Electronics Team
Architecture: amd64
Depends: libc6 (>= 2.7), libusb-0.1-4 (>= 2:0.1.12)
Size: 11820
SHA256: 722c0efba439c28d6daf40501019bc5f4b1aaff3d193743ad85601e574129416
SHA1: 181389362ee9861bd3f76a08a7417fecdc2146d8
MD5sum: 9fc3e77fcad2a4ccb5a7f5b91ed8c015
Description: load and run programs onto your Teensy micro controller
See https://www.pjrc.com/teensy/ for an introduction to the Teensy family of
USB-based microcontroller development systems.
.
The teensy loader cli is a command-line alternative to the graphical teensy
loader which is included with Teensyduino. The cli version is preferred by
advanced users who want to automate programming, typically from within a
Makefile or similar.
Description-md5:
Homepage: https://www.pjrc.com/teensy/loader_cli.html
Section: devel
Priority: optional
Filename: pool/main/t/teensy-loader-cli/teensy-loader-cli_2.2-1_amd64.deb