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

Last updated: May 15,2024

1. Install "python3-geopy" package

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

$ sudo apt update $ sudo apt install python3-geopy

2. Uninstall "python3-geopy" package

Learn how to uninstall python3-geopy on Kali Linux:

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

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

Package: python3-geopy
Source: geopy
Version: 2.3.0-1
Installed-Size: 404
Maintainer: Debian Python Team
Architecture: all
Depends: python3-geographiclib, python3:any
Recommends: python3-tz
Size: 61004
SHA256: 24e6eeaa308a95cb376c5789b58269ecbec247277f91640261ca1ce8fc021f9c
SHA1: 3188d28cbec7415769ed4fce31beb8c04d300fab
MD5sum: 5bef7c14d1d00f82cfd56d7641a861ab
Description: 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:
Homepage: https://github.com/geopy/geopy
Section: python
Priority: optional
Filename: pool/main/g/geopy/python3-geopy_2.3.0-1_all.deb