How To Install golang-github-masterzen-winrm-devel on Fedora 36

In this tutorial we learn how to install golang-github-masterzen-winrm-devel in Fedora 36. golang-github-masterzen-winrm-devel is Command-line tool and library for Windows remote command execution

Introduction

In this tutorial we learn how to install golang-github-masterzen-winrm-devel on Fedora 36.

What is golang-github-masterzen-winrm-devel

Command-line tool and library for Windows remote command execution in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/masterzen/winrm

We can use yum or dnf to install golang-github-masterzen-winrm-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-masterzen-winrm-devel.

Install golang-github-masterzen-winrm-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-masterzen-winrm-devel using dnf by running the following command:

sudo dnf -y install golang-github-masterzen-winrm-devel

Install golang-github-masterzen-winrm-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-masterzen-winrm-devel using yum by running the following command:

sudo yum -y install golang-github-masterzen-winrm-devel

How To Uninstall golang-github-masterzen-winrm-devel on Fedora 36

To uninstall only the golang-github-masterzen-winrm-devel package we can use the following command:

sudo dnf remove golang-github-masterzen-winrm-devel

golang-github-masterzen-winrm-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-masterzen-winrm-devel
/usr/share/doc/golang-github-masterzen-winrm-devel/README.md
/usr/share/doc/golang-github-masterzen-winrm-devel/sample_requests.txt
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/masterzen
/usr/share/gocode/src/github.com/masterzen/winrm
/usr/share/gocode/src/github.com/masterzen/winrm/.goipath
/usr/share/gocode/src/github.com/masterzen/winrm/README.md
/usr/share/gocode/src/github.com/masterzen/winrm/auth.go
/usr/share/gocode/src/github.com/masterzen/winrm/client.go
/usr/share/gocode/src/github.com/masterzen/winrm/client_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/command.go
/usr/share/gocode/src/github.com/masterzen/winrm/command_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/endpoint.go
/usr/share/gocode/src/github.com/masterzen/winrm/endpoint_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/error.go
/usr/share/gocode/src/github.com/masterzen/winrm/error_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/fixture_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/go.mod
/usr/share/gocode/src/github.com/masterzen/winrm/http.go
/usr/share/gocode/src/github.com/masterzen/winrm/http_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/ntlm.go
/usr/share/gocode/src/github.com/masterzen/winrm/ntlm_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/parameters.go
/usr/share/gocode/src/github.com/masterzen/winrm/parameters_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/powershell.go
/usr/share/gocode/src/github.com/masterzen/winrm/powershell_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/request.go
/usr/share/gocode/src/github.com/masterzen/winrm/request_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/response.go
/usr/share/gocode/src/github.com/masterzen/winrm/response_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/shell.go
/usr/share/gocode/src/github.com/masterzen/winrm/shell_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/soap
/usr/share/gocode/src/github.com/masterzen/winrm/soap/header.go
/usr/share/gocode/src/github.com/masterzen/winrm/soap/header_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/soap/message.go
/usr/share/gocode/src/github.com/masterzen/winrm/soap/message_test.go
/usr/share/gocode/src/github.com/masterzen/winrm/soap/namespaces.go
/usr/share/gocode/src/github.com/masterzen/winrm/soap/namespaces_test.go
/usr/share/licenses/golang-github-masterzen-winrm-devel
/usr/share/licenses/golang-github-masterzen-winrm-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-masterzen-winrm-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).