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

Last updated: October 07,2024

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

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

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

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

Please follow the guidance below to uninstall golang-github-google-cmdtest-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 5:30:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-google-cmdtest-devel
Version : 0.4.0
Release : 1.fc35
Architecture : noarch
Size : 25 k
Source : golang-github-google-cmdtest-0.4.0-1.fc35.src.rpm
Repository : updates
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