How To Install golang-github-mschoch-smat-devel on Fedora 36

In this tutorial we learn how to install golang-github-mschoch-smat-devel in Fedora 36. golang-github-mschoch-smat-devel is State Machine Assisted Testing

Introduction

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

What is golang-github-mschoch-smat-devel

The concept is simple, describe valid uses of your library as states and actions. States describe which actions are possible, and with what probability they should occur. Actions mutate the context and transition to another state. By doing this, two things are possible – Use go-fuzz to find/test interesting sequences of operations on your library. – Automate longevity testing of your application by performing long sequences of valid operations. Both of these can also incorporate validation logic (not just failure detection by building validation into the state machine). This package contains the source code needed for building packages that reference the following Go import paths – github.com/mschoch/smat

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

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

sudo dnf -y install golang-github-mschoch-smat-devel

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

sudo yum -y install golang-github-mschoch-smat-devel

How To Uninstall golang-github-mschoch-smat-devel on Fedora 36

To uninstall only the golang-github-mschoch-smat-devel package we can use the following command:

sudo dnf remove golang-github-mschoch-smat-devel

golang-github-mschoch-smat-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mschoch-smat-devel
/usr/share/doc/golang-github-mschoch-smat-devel/README.md
/usr/share/doc/golang-github-mschoch-smat-devel/examples
/usr/share/doc/golang-github-mschoch-smat-devel/examples/bolt
/usr/share/doc/golang-github-mschoch-smat-devel/examples/bolt/README.md
/usr/share/doc/golang-github-mschoch-smat-devel/examples/bolt/boltsmat.go
/usr/share/doc/golang-github-mschoch-smat-devel/examples/bolt/crash_test.go
/usr/share/doc/golang-github-mschoch-smat-devel/examples/bolt/fuzzdata_test.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mschoch
/usr/share/gocode/src/github.com/mschoch/smat
/usr/share/gocode/src/github.com/mschoch/smat/.goipath
/usr/share/gocode/src/github.com/mschoch/smat/README.md
/usr/share/gocode/src/github.com/mschoch/smat/actionseq.go
/usr/share/gocode/src/github.com/mschoch/smat/actionseq_test.go
/usr/share/gocode/src/github.com/mschoch/smat/examples
/usr/share/gocode/src/github.com/mschoch/smat/examples/bolt
/usr/share/gocode/src/github.com/mschoch/smat/examples/bolt/README.md
/usr/share/gocode/src/github.com/mschoch/smat/go.mod
/usr/share/gocode/src/github.com/mschoch/smat/smat.go
/usr/share/gocode/src/github.com/mschoch/smat/smat_test.go
/usr/share/licenses/golang-github-mschoch-smat-devel
/usr/share/licenses/golang-github-mschoch-smat-devel/LICENSE

References

Summary

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