How to Install and Uninstall ruby-geocoder Package on Kali Linux

Last updated: November 10,2024

1. Install "ruby-geocoder" package

This tutorial shows how to install ruby-geocoder on Kali Linux

$ sudo apt update $ sudo apt install ruby-geocoder

2. Uninstall "ruby-geocoder" package

This tutorial shows how to uninstall ruby-geocoder on Kali Linux:

$ sudo apt remove ruby-geocoder $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-geocoder package on Kali Linux

Package: ruby-geocoder
Version: 1.5.1-3
Installed-Size: 332
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 72240
SHA256: cd23f2a8e6a0f35de5ccac86ebe4b7c84055861b3e215cda3c48e17ba87907ec
SHA1: 4911e0a9961f1080677105329df9b1de35fb735b
MD5sum: a87bd1c329cbb994074abf056ecb1d6f
Description: Complete Ruby geocoding solution
Geocoder is a complete geocoding solution for Ruby. With Rails, it adds
geocoding (by street or IP address), reverse geocoding (finding street address
based on given coordinates), and distance queries. It's as simple as calling
`geocode` on your objects, and then using a scope like `Venue.near
("Billings, MT")`.
.
Designed for Rails but works well outside Rails, too.
Description-md5:
Homepage: http://www.rubygeocoder.com
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-geocoder/ruby-geocoder_1.5.1-3_all.deb