How to Install and Uninstall golang-github-oschwald-geoip2-devel.noarch Package on Fedora 39

Last updated: September 25,2024

1. Install "golang-github-oschwald-geoip2-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-oschwald-geoip2-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-oschwald-geoip2-devel.noarch

2. Uninstall "golang-github-oschwald-geoip2-devel.noarch" package

Please follow the guidance below to uninstall golang-github-oschwald-geoip2-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-oschwald-geoip2-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-oschwald-geoip2-devel.noarch package on Fedora 39

Last metadata expiration check: 1:57:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-oschwald-geoip2-devel
Version : 1.4.0
Release : 9.fc39
Architecture : noarch
Size : 24 k
Source : golang-github-oschwald-geoip2-1.4.0-9.fc39.src.rpm
Repository : fedora
Summary : Unofficial MaxMind GeoIP2 Reader for Go
URL : https://github.com/oschwald/geoip2-golang
License : ISC and CC-BY-SA
Description : This library reads MaxMind GeoLite2 and GeoIP2 databases.
:
: This library is built using the Go maxminddb reader. All data for the database
: record is decoded using this library. If you only need several fields, you may
: get superior performance by using maxminddb's Lookup directly with a result
: struct that only contains the required fields. (See example_test.go in the
: maxminddb repository for an example of this.)
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/oschwald/geoip2-golang