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

Last updated: April 25,2024

1. Install "python3-pymavlink" package

This guide covers the steps necessary to install python3-pymavlink on Kali Linux

$ sudo apt update $ sudo apt install python3-pymavlink

2. Uninstall "python3-pymavlink" package

This guide let you learn how to uninstall python3-pymavlink on Kali Linux:

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

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

Package: python3-pymavlink
Source: pymavlink
Version: 2.4.37-0kali2
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 42179
Depends: python3-lxml, python3:any
Homepage: https://github.com/ArduPilot/pymavlink
Priority: optional
Section: python
Filename: pool/main/p/pymavlink/python3-pymavlink_2.4.37-0kali2_amd64.deb
Size: 798148
SHA256: 2c4bb7ecde0a3dc400d3361e230f8fdb1f1e4b9cb45d605baf18d6e9e149ca23
SHA1: ef4c62a1e50b8d853e4778449c35ab278ed796b1
MD5sum: 820d39476d0220bb1e8f5e772efabeed
Description: Python implementation of the MAVLink protocol (Python 3)
This package contains Python implementation of the MAVLink protocol. It
includes a source code generator (generator/mavgen.py) to create MAVLink
protocol implementations for other programming languages as well. Also
contains tools for analyzing flight logs.
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions