How to Install and Uninstall golang-github-stretchr-objx-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "golang-github-stretchr-objx-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-stretchr-objx-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-github-stretchr-objx-devel.noarch

2. Uninstall "golang-github-stretchr-objx-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-stretchr-objx-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove golang-github-stretchr-objx-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-stretchr-objx-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:12:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-github-stretchr-objx-devel
Version : 0.5.0
Release : 3.el9
Architecture : noarch
Size : 35 k
Source : golang-github-stretchr-objx-0.5.0-3.el9.src.rpm
Repository : epel
Summary : Go package for dealing with maps, slices, JSON and other data
URL : https://github.com/stretchr/objx
License : MIT
Description : Objx provides the objx.Map type, which is a map[string]interface{} that exposes
: a powerful Get method (among others) that allows you to easily and quickly get
: access to data within the map, without having to worry too much about type
: assertions, missing data, default values etc.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/stretchr/objx