How to Install and Uninstall golang-github-google-cmdtest-devel.noarch Package on Fedora 39

Last updated: June 03,2024

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

This guide covers the steps necessary to install golang-github-google-cmdtest-devel.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-google-cmdtest-devel.noarch on Fedora 39:

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

3. Information about the golang-github-google-cmdtest-devel.noarch package on Fedora 39

Last metadata expiration check: 2:05:19 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-google-cmdtest-devel
Version : 0.4.0
Release : 3.fc39
Architecture : noarch
Size : 25 k
Source : golang-github-google-cmdtest-0.4.0-3.fc39.src.rpm
Repository : fedora
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