How to Install and Uninstall yotta Package on Kali Linux

Last updated: May 03,2024

1. Install "yotta" package

Learn how to install yotta on Kali Linux

$ sudo apt update $ sudo apt install yotta

2. Uninstall "yotta" package

Here is a brief guide to show you how to uninstall yotta on Kali Linux:

$ sudo apt remove yotta $ sudo apt autoclean && sudo apt autoremove

3. Information about the yotta package on Kali Linux

Package: yotta
Version: 0.20.5-5
Installed-Size: 675
Maintainer: Debian Python Team
Architecture: all
Depends: cmake, mbed-test-wrapper, valinor, python3-argcomplete, python3-certifi, python3-colorama, python3-cryptography (>= 2.8), python3-github, python3-hgapi, python3-intelhex, python3-jinja2, python3-json-pointer, python3-jsonschema, python3-jwt, python3-requests, python3-semantic-version, python3:any
Recommends: git
Suggests: clang, g++, gcc, gcc-arm-none-eabi, yotta-doc
Size: 115344
SHA256: 7d0ba636dfce3487638a1a7593c15ac00d71de9fff6fb87d10953a0e3a5efcaf
SHA1: 4f979f90df2ede1fbb990eec8e792119e486ce9a
MD5sum: 96c109df4186fb8dbf5086aee349d744
Description: build tool for C/C++ projects using modular components
yotta is a build tool to make it easier to build better C/C++ software by
re-using modules. Modules can be published to the yotta registry to share
with other people, or can be re-used privately in your own projects.
.
Whenever a project is built with yotta, a yotta build target is selected.
Targets describe the platform that you're building for (such as an embedded
IoT development board, or natively for Linux), and provide all the information
that yotta and the modules you're using need to configure themselves correctly
for that platform.
.
This package provides the yotta build system for Python 3.
Description-md5:
Homepage: https://github.com/ARMmbed/yotta
Section: devel
Priority: optional
Filename: pool/main/y/yotta/yotta_0.20.5-5_all.deb