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

Last updated: July 05,2024

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

This guide let you learn how to install golang-github-oschwald-geoip2-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall golang-github-oschwald-geoip2-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 3:41:51 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-oschwald-geoip2-devel
Version : 1.4.0
Release : 5.fc35
Architecture : noarch
Size : 24 k
Source : golang-github-oschwald-geoip2-1.4.0-5.fc35.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