How To Install golang-uber-fx-devel on Fedora 36

In this tutorial we learn how to install golang-uber-fx-devel in Fedora 36. golang-uber-fx-devel is A dependency injection based application framework for Go

Introduction

In this tutorial we learn how to install golang-uber-fx-devel on Fedora 36.

What is golang-uber-fx-devel

A dependency injection based application framework for Go. This package contains the source code needed for building packages that reference the following Go import paths – go.uber.org/fx

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

Install golang-uber-fx-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-uber-fx-devel using dnf by running the following command:

sudo dnf -y install golang-uber-fx-devel

Install golang-uber-fx-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-uber-fx-devel using yum by running the following command:

sudo yum -y install golang-uber-fx-devel

How To Uninstall golang-uber-fx-devel on Fedora 36

To uninstall only the golang-uber-fx-devel package we can use the following command:

sudo dnf remove golang-uber-fx-devel

golang-uber-fx-devel Package Contents on Fedora 36

/usr/share/doc/golang-uber-fx-devel
/usr/share/doc/golang-uber-fx-devel/CHANGELOG.md
/usr/share/doc/golang-uber-fx-devel/CONTRIBUTING.md
/usr/share/doc/golang-uber-fx-devel/README.md
/usr/share/gocode/src/go.uber.org
/usr/share/gocode/src/go.uber.org/fx
/usr/share/gocode/src/go.uber.org/fx/.goipath
/usr/share/gocode/src/go.uber.org/fx/CHANGELOG.md
/usr/share/gocode/src/go.uber.org/fx/CONTRIBUTING.md
/usr/share/gocode/src/go.uber.org/fx/README.md
/usr/share/gocode/src/go.uber.org/fx/annotated.go
/usr/share/gocode/src/go.uber.org/fx/annotated_test.go
/usr/share/gocode/src/go.uber.org/fx/app.go
/usr/share/gocode/src/go.uber.org/fx/app_internal_test.go
/usr/share/gocode/src/go.uber.org/fx/app_test.go
/usr/share/gocode/src/go.uber.org/fx/doc.go
/usr/share/gocode/src/go.uber.org/fx/error_example_test.go
/usr/share/gocode/src/go.uber.org/fx/example_test.go
/usr/share/gocode/src/go.uber.org/fx/extract.go
/usr/share/gocode/src/go.uber.org/fx/extract_test.go
/usr/share/gocode/src/go.uber.org/fx/fxtest
/usr/share/gocode/src/go.uber.org/fx/fxtest/fxtest.go
/usr/share/gocode/src/go.uber.org/fx/fxtest/fxtest_test.go
/usr/share/gocode/src/go.uber.org/fx/fxtest/printer.go
/usr/share/gocode/src/go.uber.org/fx/fxtest/printer_test.go
/usr/share/gocode/src/go.uber.org/fx/go.mod
/usr/share/gocode/src/go.uber.org/fx/inout.go
/usr/share/gocode/src/go.uber.org/fx/inout_test.go
/usr/share/gocode/src/go.uber.org/fx/internal
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/foovendor
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/foovendor/foovendor.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/fxlog.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/fxlog_test.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/sample.git
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/sample.git/sample.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/spy.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxlog/spy_test.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxreflect
/usr/share/gocode/src/go.uber.org/fx/internal/fxreflect/fxreflect.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxreflect/fxreflect_test.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxreflect/stack.go
/usr/share/gocode/src/go.uber.org/fx/internal/fxreflect/stack_test.go
/usr/share/gocode/src/go.uber.org/fx/internal/lifecycle
/usr/share/gocode/src/go.uber.org/fx/internal/lifecycle/lifecycle.go
/usr/share/gocode/src/go.uber.org/fx/internal/lifecycle/lifecycle_test.go
/usr/share/gocode/src/go.uber.org/fx/lifecycle.go
/usr/share/gocode/src/go.uber.org/fx/populate.go
/usr/share/gocode/src/go.uber.org/fx/populate_example_test.go
/usr/share/gocode/src/go.uber.org/fx/populate_test.go
/usr/share/gocode/src/go.uber.org/fx/shutdown.go
/usr/share/gocode/src/go.uber.org/fx/shutdown_test.go
/usr/share/gocode/src/go.uber.org/fx/supply.go
/usr/share/gocode/src/go.uber.org/fx/supply_test.go
/usr/share/gocode/src/go.uber.org/fx/tools_test.go
/usr/share/gocode/src/go.uber.org/fx/version.go
/usr/share/licenses/golang-uber-fx-devel
/usr/share/licenses/golang-uber-fx-devel/LICENSE

References

Summary

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