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

Last updated: May 02,2024

1. Install "python3-dronekit" package

This is a short guide on how to install python3-dronekit on Kali Linux

$ sudo apt update $ sudo apt install python3-dronekit

2. Uninstall "python3-dronekit" package

In this section, we are going to explain the necessary steps to uninstall python3-dronekit on Kali Linux:

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

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

Package: python3-dronekit
Source: dronekit
Version: 2.9.2-0kali4
Architecture: all
Maintainer: Kali Developers
Installed-Size: 208
Depends: python3-monotonic, python3-pymavlink, python3:any
Homepage: https://github.com/dronekit/dronekit-python
Priority: optional
Section: python
Filename: pool/main/d/dronekit/python3-dronekit_2.9.2-0kali4_all.deb
Size: 39212
SHA256: f816bcc86aaabfe814f425855c84ac163daca0e8028563e740f7c9e537a604d7
SHA1: 76a3711719e4ea26a59e4dfeec97032615fd1b0f
MD5sum: d7a1792f2fb29a347d940cbc580585a9
Description: helper to create powerful apps for UAVs (Python 3)
This package contains the Python language implementation of DroneKit.
.
The API allows developers to create Python apps that communicate with vehicles
over MAVLink. It provides programmatic access to a connected vehicle's
telemetry, state and parameter information, and enables both mission
management and direct control over vehicle movement and operations.
.
The API is primarily intended for use in onboard companion computers (to
support advanced use cases including computer vision, path planning, 3D
modelling etc). It can also be used for ground station apps, communicating
with vehicles over a higher latency RF-link.
.
This package installs the library for Python 3.
Description-md5: