How To Install golang-github-hajimehoshi-oto-devel on Fedora 36

In this tutorial we learn how to install golang-github-hajimehoshi-oto-devel in Fedora 36. golang-github-hajimehoshi-oto-devel is Low-level library to play sound on multiple platforms

Introduction

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

What is golang-github-hajimehoshi-oto-devel

A low-level library to play sound. This package offers io.WriteCloser to play PCM sound. This package contains the source code needed for building packages that reference the following Go import paths – github.com/hajimehoshi/oto

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

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

sudo dnf -y install golang-github-hajimehoshi-oto-devel

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

sudo yum -y install golang-github-hajimehoshi-oto-devel

How To Uninstall golang-github-hajimehoshi-oto-devel on Fedora 36

To uninstall only the golang-github-hajimehoshi-oto-devel package we can use the following command:

sudo dnf remove golang-github-hajimehoshi-oto-devel

golang-github-hajimehoshi-oto-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-hajimehoshi-oto-devel
/usr/share/doc/golang-github-hajimehoshi-oto-devel/AUTHORS
/usr/share/doc/golang-github-hajimehoshi-oto-devel/README.md
/usr/share/doc/golang-github-hajimehoshi-oto-devel/example
/usr/share/doc/golang-github-hajimehoshi-oto-devel/example/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hajimehoshi
/usr/share/gocode/src/github.com/hajimehoshi/oto
/usr/share/gocode/src/github.com/hajimehoshi/oto/.goipath
/usr/share/gocode/src/github.com/hajimehoshi/oto/README.md
/usr/share/gocode/src/github.com/hajimehoshi/oto/context.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_android.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_darwin.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_ios.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_js.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_linux.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_macos.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_openal.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/driver_windows.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/dummy.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/go.mod
/usr/share/gocode/src/github.com/hajimehoshi/oto/go2cpp_js.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/internal
/usr/share/gocode/src/github.com/hajimehoshi/oto/internal/mux
/usr/share/gocode/src/github.com/hajimehoshi/oto/internal/mux/mux.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/internal/mux/mux_test.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/pipe_gopherjs.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/pipe_notgopherjs.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/player.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/slice_js.go
/usr/share/gocode/src/github.com/hajimehoshi/oto/winmm_windows.go
/usr/share/licenses/golang-github-hajimehoshi-oto-devel
/usr/share/licenses/golang-github-hajimehoshi-oto-devel/LICENSE

References

Summary

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