How to Install and Uninstall golang-x-tools-godex.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install golang-x-tools-godex.x86_64 on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall golang-x-tools-godex.x86_64 on AlmaLinux 9:

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

3. Information about the golang-x-tools-godex.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:33:11 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : golang-x-tools-godex
Epoch : 1
Version : 0.11.1
Release : 2.el9
Architecture : x86_64
Size : 1.5 M
Source : golang-x-tools-0.11.1-2.el9.src.rpm
Repository : epel
Summary : Tool to dump exported information for Go packages or objects
URL : https://github.com/golang/tools
License : BSD
Description : The godex command prints (dumps) exported information of packages or selected
: package objects.
:
: See https://godoc.org/golang.org/x/tools/cmd/godex for more information.