How to Install and Uninstall python-ephem Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-ephem" package

Here is a brief guide to show you how to install python-ephem on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ephem

2. Uninstall "python-ephem" package

This guide covers the steps necessary to uninstall python-ephem on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ephem $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ephem package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ephem
Priority: optional
Section: universe/python
Installed-Size: 1579
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Astronomy Team
Architecture: amd64
Source: pyephem
Version: 3.7.6.0-6
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Filename: pool/universe/p/pyephem/python-ephem_3.7.6.0-6_amd64.deb
Size: 589150
MD5sum: b2e0b9126e3c11d59fe333520cdb3669
SHA1: c4d6696cd6974d4109402a3329e376a547bbf7df
SHA256: 307fb50baeab291f433631dd474d00f201d5a5076014ca22bee02c0ed5631374
Description-en: Compute positions of the planets and stars with Python 2
PyEphem provides an ephem Python package for performing high-precision
astronomy computations. The underlying numeric routines are coded in C and
are the same ones that drive the popular XEphem astronomy application, whose
author, Elwood Charles Downey, generously gave permission for their use in
PyEphem.
.
The name ephem is short for the word ephemeris, which is the
traditional term for a table giving the position of a planet, asteroid, or
comet for a series of dates.
.
This package contains the Python 2 version of the package.
Description-md5: c6ef127753fddce095554b365a95d7bb
Homepage: http://rhodesmill.org/pyephem/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu