How to Install and Uninstall golang-github-jeffail-gabs-2-devel.noarch Package on Fedora 36

Last updated: May 07,2024

1. Install "golang-github-jeffail-gabs-2-devel.noarch" package

Here is a brief guide to show you how to install golang-github-jeffail-gabs-2-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-jeffail-gabs-2-devel.noarch

2. Uninstall "golang-github-jeffail-gabs-2-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-jeffail-gabs-2-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-jeffail-gabs-2-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-jeffail-gabs-2-devel.noarch package on Fedora 36

Last metadata expiration check: 2:31:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-jeffail-gabs-2-devel
Version : 2.6.0
Release : 4.fc36
Architecture : noarch
Size : 26 k
Source : golang-github-jeffail-gabs-2-2.6.0-4.fc36.src.rpm
Repository : fedora
Summary : Parsing, creating and editing unknown or dynamic JSON in Go
URL : https://github.com/Jeffail/gabs
License : MIT
Description : Gabs is a small utility for dealing with dynamic or unknown JSON structures in
: Go. It's pretty much just a helpful wrapper for navigating hierarchies of
: map[string]interface{} objects provided by the encoding/json package.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/Jeffail/gabs/v2