How To Install golang-github-posener-script-devel on Fedora 36

In this tutorial we learn how to install golang-github-posener-script-devel in Fedora 36. golang-github-posener-script-devel is Easily write scripts with Go

Introduction

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

What is golang-github-posener-script-devel

Easily write scripts with Go. Improvements for https This package contains the source code needed for building packages that reference the following Go import paths – github.com/posener/script

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

Install golang-github-posener-script-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-posener-script-devel using dnf by running the following command:

sudo dnf -y install golang-github-posener-script-devel

Install golang-github-posener-script-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-posener-script-devel using yum by running the following command:

sudo yum -y install golang-github-posener-script-devel

How To Uninstall golang-github-posener-script-devel on Fedora 36

To uninstall only the golang-github-posener-script-devel package we can use the following command:

sudo dnf remove golang-github-posener-script-devel

golang-github-posener-script-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-posener-script-devel
/usr/share/doc/golang-github-posener-script-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/posener
/usr/share/gocode/src/github.com/posener/script
/usr/share/gocode/src/github.com/posener/script/.goipath
/usr/share/gocode/src/github.com/posener/script/README.md
/usr/share/gocode/src/github.com/posener/script/cat.go
/usr/share/gocode/src/github.com/posener/script/cat_test.go
/usr/share/gocode/src/github.com/posener/script/cut.go
/usr/share/gocode/src/github.com/posener/script/cut_test.go
/usr/share/gocode/src/github.com/posener/script/exec.go
/usr/share/gocode/src/github.com/posener/script/exec_test.go
/usr/share/gocode/src/github.com/posener/script/from.go
/usr/share/gocode/src/github.com/posener/script/from_test.go
/usr/share/gocode/src/github.com/posener/script/go.mod
/usr/share/gocode/src/github.com/posener/script/grep.go
/usr/share/gocode/src/github.com/posener/script/grep_test.go
/usr/share/gocode/src/github.com/posener/script/head.go
/usr/share/gocode/src/github.com/posener/script/head_test.go
/usr/share/gocode/src/github.com/posener/script/ls.go
/usr/share/gocode/src/github.com/posener/script/ls_test.go
/usr/share/gocode/src/github.com/posener/script/modify.go
/usr/share/gocode/src/github.com/posener/script/modify_test.go
/usr/share/gocode/src/github.com/posener/script/sort.go
/usr/share/gocode/src/github.com/posener/script/sort_test.go
/usr/share/gocode/src/github.com/posener/script/stream.go
/usr/share/gocode/src/github.com/posener/script/stream_test.go
/usr/share/gocode/src/github.com/posener/script/to.go
/usr/share/gocode/src/github.com/posener/script/to_test.go
/usr/share/gocode/src/github.com/posener/script/uniq.go
/usr/share/gocode/src/github.com/posener/script/uniq_test.go
/usr/share/gocode/src/github.com/posener/script/wc.go
/usr/share/gocode/src/github.com/posener/script/wc_test.go
/usr/share/licenses/golang-github-posener-script-devel
/usr/share/licenses/golang-github-posener-script-devel/LICENSE

References

Summary

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