How to Install and Uninstall golang-x-tools-stringer.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "golang-x-tools-stringer.x86_64" package

In this section, we are going to explain the necessary steps to install golang-x-tools-stringer.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-x-tools-stringer.x86_64

2. Uninstall "golang-x-tools-stringer.x86_64" package

In this section, we are going to explain the necessary steps to uninstall golang-x-tools-stringer.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove golang-x-tools-stringer.x86_64 $ sudo dnf autoremove

3. Information about the golang-x-tools-stringer.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:20:00 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-x-tools-stringer
Epoch : 1
Version : 0.11.1
Release : 2.el9
Architecture : x86_64
Size : 1.7 M
Source : golang-x-tools-0.11.1-2.el9.src.rpm
Repository : epel
Summary : Tool to automate creating methods satisfying the fmt.Stringer interface
URL : https://github.com/golang/tools
License : BSD
Description : Stringer is a tool to automate the creation of methods that satisfy the
: fmt.Stringer interface.