How To Install golang-github-aphistic-sweet-devel on Fedora 36

In this tutorial we learn how to install golang-github-aphistic-sweet-devel in Fedora 36. golang-github-aphistic-sweet-devel is Pluggable test runner capable of hooking into standard go tests

Introduction

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

What is golang-github-aphistic-sweet-devel

Sweet is a pluggable test runner capable of hooking into standard Go tests. It attempts to provide access to the standard Go test tool as close as possible while adding support for test suites and plugins that can hook into test results to add additional functionality. This package contains the source code needed for building packages that reference the following Go import paths – github.com/aphistic/sweet

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

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

sudo dnf -y install golang-github-aphistic-sweet-devel

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

sudo yum -y install golang-github-aphistic-sweet-devel

How To Uninstall golang-github-aphistic-sweet-devel on Fedora 36

To uninstall only the golang-github-aphistic-sweet-devel package we can use the following command:

sudo dnf remove golang-github-aphistic-sweet-devel

golang-github-aphistic-sweet-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-aphistic-sweet-devel
/usr/share/doc/golang-github-aphistic-sweet-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/aphistic
/usr/share/gocode/src/github.com/aphistic/sweet
/usr/share/gocode/src/github.com/aphistic/sweet/.goipath
/usr/share/gocode/src/github.com/aphistic/sweet/README.md
/usr/share/gocode/src/github.com/aphistic/sweet/capture.go
/usr/share/gocode/src/github.com/aphistic/sweet/consts.go
/usr/share/gocode/src/github.com/aphistic/sweet/defs.go
/usr/share/gocode/src/github.com/aphistic/sweet/defs_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/differ.go
/usr/share/gocode/src/github.com/aphistic/sweet/differ_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/errors.go
/usr/share/gocode/src/github.com/aphistic/sweet/failtests
/usr/share/gocode/src/github.com/aphistic/sweet/failtests/failtests.go
/usr/share/gocode/src/github.com/aphistic/sweet/failtests/failtests_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/failures.go
/usr/share/gocode/src/github.com/aphistic/sweet/failures_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/go.mod
/usr/share/gocode/src/github.com/aphistic/sweet/gotest_integration.go
/usr/share/gocode/src/github.com/aphistic/sweet/options.go
/usr/share/gocode/src/github.com/aphistic/sweet/plugin.go
/usr/share/gocode/src/github.com/aphistic/sweet/runner.go
/usr/share/gocode/src/github.com/aphistic/sweet/runner_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/stats.go
/usr/share/gocode/src/github.com/aphistic/sweet/subtests
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev1
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev1/setupteardown
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev1/setupteardown/main.go
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev1/setupteardown/test_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev2
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev2/setupteardown
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev2/setupteardown/main.go
/usr/share/gocode/src/github.com/aphistic/sweet/subtests/suitev2/setupteardown/test_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/suite.go
/usr/share/gocode/src/github.com/aphistic/sweet/suite_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/sweet.go
/usr/share/gocode/src/github.com/aphistic/sweet/sweet_test.go
/usr/share/gocode/src/github.com/aphistic/sweet/t.go
/usr/share/gocode/src/github.com/aphistic/sweet/t_test.go
/usr/share/licenses/golang-github-aphistic-sweet-devel
/usr/share/licenses/golang-github-aphistic-sweet-devel/LICENSE

References

Summary

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