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

Last updated: May 17,2024

1. Install "python3-sgp4" package

This tutorial shows how to install python3-sgp4 on Kali Linux

$ sudo apt update $ sudo apt install python3-sgp4

2. Uninstall "python3-sgp4" package

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

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

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

Package: python3-sgp4
Source: sgp4
Version: 2.22-1
Installed-Size: 391
Maintainer: Ulises Vitulli
Architecture: amd64
Depends: python3:any
Size: 95652
SHA256: d05c6095f33b4b5517d570032538d88ac9d5edddc479347375bb12950b8d1f13
SHA1: 4fe5e36c74edb45328f4b9b027ec2c063fda8f84
MD5sum: 24c54d1691179cd9eb8b44ca2a490dc9
Description: Track earth satellite TLE orbits using up-to-date 2010 version of sgp4
This Python package computes the position and velocity of an earth-orbiting
satellite, given the satellite’s TLE orbital elements from a source like
Celestrak.
.
It implements the most recent version of SGP4, and is regularly run against
the SGP4 test suite to make sure that its satellite position predictions agree
to within 0.1 mm of the predictions of the standard C++ implementation of
the algorithm. This error is far less than the 1-3 km/day by which satellites
themselves deviate from the ideal orbits described in TLE files.
.
The C++ function names have been retained, since users may already be familiar
with this library in other languages
Description-md5:
Homepage: https://github.com/brandon-rhodes/python-sgp4
Section: python
Priority: optional
Filename: pool/main/s/sgp4/python3-sgp4_2.22-1_amd64.deb