How to Install and Uninstall python3-geopy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-geopy" package

Please follow the guidelines below to install python3-geopy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-geopy

2. Uninstall "python3-geopy" package

Please follow the guidelines below to uninstall python3-geopy on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-geopy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-geopy
Priority: optional
Section: universe/python
Installed-Size: 231
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: geopy
Version: 1.11.0+ds1-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-requests, python3-requests-oauthlib, python3-tz
Filename: pool/universe/g/geopy/python3-geopy_1.11.0+ds1-1_all.deb
Size: 38504
MD5sum: 7683a971ae53ac83eb6b2d1d560a1cac
SHA1: 1f9b8782363fb6a30737024071b2616bcafaf6db
SHA256: 2f0cf3d2297cb56e21e80b4d82b612c5e6d23390757cd08ec9575643cd86da6f
Description-en: geocoding toolbox for Python3
geopy makes it easy for developers to locate the coordinates of addresses,
cities, countries, and landmarks across the globe using third-party geocoders
and other sources of data, such as wikis.
It also comes with the necessary means for parsing geographical coordinates
and geodesic distance calculation (using great-circle distance or Vincenty
distance). The distance module also contains useful routines for converting
between length and angle units.
.
This package contains the Python 3 version of the library.
Description-md5: 64dfd1cc578a5052479d76acf43ded9b
Homepage: https://github.com/geopy/geopy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu