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

Last updated: July 07,2024

1. Install "golang-github-google-cmdtest-devel.noarch" package

Here is a brief guide to show you how to install golang-github-google-cmdtest-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-github-google-cmdtest-devel.noarch

2. Uninstall "golang-github-google-cmdtest-devel.noarch" package

Learn how to uninstall golang-github-google-cmdtest-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove golang-github-google-cmdtest-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:19:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-github-google-cmdtest-devel
Version : 0.4.0
Release : 3.el9
Architecture : noarch
Size : 25 k
Source : golang-github-google-cmdtest-0.4.0-3.el9.src.rpm
Repository : epel
Summary : Simplify testing of command-line interfaces
URL : https://github.com/google/go-cmdtest
License : Apache-2.0
Description : The cmdtest package simplifies testing of command-line interfaces. It provides a
: simple, cross-platform, shell-like language to express command execution. It can
: compare actual output with the expected output, and can also update a file with
: new "golden" output that is deemed correct.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/google/go-cmdtest