How to Install and Uninstall golang-libgeoip-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "golang-libgeoip-dev" package

In this section, we are going to explain the necessary steps to install golang-libgeoip-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-libgeoip-dev

2. Uninstall "golang-libgeoip-dev" package

This guide covers the steps necessary to uninstall golang-libgeoip-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-libgeoip-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-libgeoip-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-libgeoip-dev
Priority: extra
Section: universe/devel
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Tonnerre Lombard
Architecture: all
Source: golang-libgeoip
Version: 0.0~git20130525-1
Suggests: geoip-database
Filename: pool/universe/g/golang-libgeoip/golang-libgeoip-dev_0.0~git20130525-1_all.deb
Size: 7078
MD5sum: 6b2d74b00279fb995d3136a2868e8374
SHA1: c91a22ab8c4a70927ebe8cc0a4fafd0d7bb1d194
SHA256: 4dae7c3f1998ed867c6f0744189ce4c4e1f0515469154a68ee778f403e0ce505
Description-en: Go implementation for lookups against GeoIP files
This is the Go implementation of the Maxmind GeoIP API. It is incomplete and
work in progress the initial goal is support only two of the database types –
the City Lite and Country Lite. The only supported method is loading the full
db on startup into memory (memory cache).
.
At this point, only IPv4 lookups are supported.
Description-md5: 65ba3905eae4e8ce6a157b2cbf3e5fad
Homepage: https://github.com/nranchev/go-libGeoIP/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu