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

Last updated: June 04,2024

1. Install "python3-jplephem" package

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

$ sudo apt update $ sudo apt install python3-jplephem

2. Uninstall "python3-jplephem" package

This is a short guide on how to uninstall python3-jplephem on Kali Linux:

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

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

Package: python3-jplephem
Source: jplephem
Version: 2.21+ds-1
Installed-Size: 156
Maintainer: Debian Astronomy Maintainers
Architecture: all
Depends: python3-numpy, python3:any
Size: 32232
SHA256: 2b9945ca24529aea4cad559e25fa8a472f408314dd0652aef46ff5c1c2735ad6
SHA1: 64335056bdae44d916845eb127a1f7f6f0a72b7a
MD5sum: 8c6b5b2d8376e898cfdfab9e58c27a41
Description: Use a JPL ephemeris to predict planet positions
This package can load and use a Jet Propulsion Laboratory (JPL)
ephemeris for predicting the position and velocity of a planet or other
Solar System body. It currently supports binary SPK files (extension
".bsp") like those distributed by the Jet Propulsion Laboratory
that are:
.
* Type 2 - positions stored as Chebyshev polynomials, with velocity
derived by computing their derivative.
* Type 3 - positions and velocities both stored explicitly as
Chebyshev polynomials.
* Type 9 - a series of discrete positions and velocities, with
separate timestamps that do not need to be equally spaced. Currently
there is only support for linear interpolation: for Type 9 ephemerides
of polynomial degree 1, not of any higher degrees.
.
Even if an ephemeris isn't one of the above types, it is still possible
to use jplephem to read its text comment and list the segments inside.
Description-md5:
Homepage: https://github.com/brandon-rhodes/python-jplephem
Section: python
Priority: optional
Filename: pool/main/j/jplephem/python3-jplephem_2.21+ds-1_all.deb