How to Install python3-ephem software package in Ubuntu 17.04 (Zesty Zapus)

How to Install python3-ephem software package in Ubuntu 17.04 (Zesty Zapus)

python3-ephem software package provides Compute positions of the planets and stars with Python 3, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install python3-ephem 

python3-ephem is installed in your system.

Make ensure the python3-ephem package were installed using the commands given below,

$ sudo dpkg-query -l | grep python3-ephem *

You will get with python3-ephem package name, version, architecture and description in a table

python3-ephem package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Python
Package python3-ephem
Version 3.7.6.0-6
Description Compute positions of the planets and stars with Python 3
Sub Section Python


See Also, How to uninstall or remove python3-ephem software package from Ubuntu 17.04 (Zesty Zapus)?