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

Last updated: April 30,2024

1. Install "python3-gps3" package

In this section, we are going to explain the necessary steps to install python3-gps3 on Kali Linux

$ sudo apt update $ sudo apt install python3-gps3

2. Uninstall "python3-gps3" package

This guide covers the steps necessary to uninstall python3-gps3 on Kali Linux:

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

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

Package: python3-gps3
Source: gps3
Version: 0.33.0-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 99
Depends: python3:any
Suggests: python-gps3-doc
Homepage: https://github.com/wadda/gps3
Priority: optional
Section: python
Filename: pool/main/g/gps3/python3-gps3_0.33.0-0kali1_all.deb
Size: 14928
SHA256: c7e28a86eb7a377147ec60151f603d076452d9d46f5c763fb111dd2fd294ff11
SHA1: a7876b6cad11463cbd9e313850a4c9675bbba61d
MD5sum: 40e9d2eaa82aefb7dbfa41828a430d3f
Description: GPSD interface (Python 3)
This package contains GPSD interface and defaults to host=’127.0.0.1’,
port=2947, gpsd_protocol=’json’ in two classes.
- GPSDSocket creates a GPSD socket connection & request/retrieve GPSD
output.
- DataStream unpacks the streamed gpsd data into python dictionaries.
.
These dictionaries are literated from the JSON data packet sent from the GPSD.
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions