How To Install golang-github-bettercap-gatt-devel on Fedora 36

In this tutorial we learn how to install golang-github-bettercap-gatt-devel in Fedora 36. golang-github-bettercap-gatt-devel is Go package for building Bluetooth Low Energy peripherals

Introduction

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

What is golang-github-bettercap-gatt-devel

Gatt is a Go package for building Bluetooth Low Energy peripherals. This package contains the source code needed for building packages that reference the following Go import paths – github.com/bettercap/gatt

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

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

sudo dnf -y install golang-github-bettercap-gatt-devel

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

sudo yum -y install golang-github-bettercap-gatt-devel

How To Uninstall golang-github-bettercap-gatt-devel on Fedora 36

To uninstall only the golang-github-bettercap-gatt-devel package we can use the following command:

sudo dnf remove golang-github-bettercap-gatt-devel

golang-github-bettercap-gatt-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-bettercap-gatt-devel
/usr/share/doc/golang-github-bettercap-gatt-devel/README.md
/usr/share/doc/golang-github-bettercap-gatt-devel/examples
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/discoverer.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/explorer.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/option
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/option/doc.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/option/option_darwin.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/option/option_linux.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/server.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/server_lnx.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/service
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/service/battery.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/service/count.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/service/doc.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/service/gap.go
/usr/share/doc/golang-github-bettercap-gatt-devel/examples/service/gatt.go
/usr/share/doc/golang-github-bettercap-gatt-devel/readme.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/bettercap
/usr/share/gocode/src/github.com/bettercap/gatt
/usr/share/gocode/src/github.com/bettercap/gatt/.goipath
/usr/share/gocode/src/github.com/bettercap/gatt/LICENSE-gioctl.md
/usr/share/gocode/src/github.com/bettercap/gatt/LICENSE.md
/usr/share/gocode/src/github.com/bettercap/gatt/adv.go
/usr/share/gocode/src/github.com/bettercap/gatt/adv_test.go
/usr/share/gocode/src/github.com/bettercap/gatt/attr.go
/usr/share/gocode/src/github.com/bettercap/gatt/attr_test.go
/usr/share/gocode/src/github.com/bettercap/gatt/central.go
/usr/share/gocode/src/github.com/bettercap/gatt/central_darwin.go
/usr/share/gocode/src/github.com/bettercap/gatt/central_linux.go
/usr/share/gocode/src/github.com/bettercap/gatt/central_linux_test.go
/usr/share/gocode/src/github.com/bettercap/gatt/common.go
/usr/share/gocode/src/github.com/bettercap/gatt/const.go
/usr/share/gocode/src/github.com/bettercap/gatt/device.go
/usr/share/gocode/src/github.com/bettercap/gatt/device_darwin.go
/usr/share/gocode/src/github.com/bettercap/gatt/device_linux.go
/usr/share/gocode/src/github.com/bettercap/gatt/doc.go
/usr/share/gocode/src/github.com/bettercap/gatt/known_uuid.go
/usr/share/gocode/src/github.com/bettercap/gatt/l2cap_writer_linux.go
/usr/share/gocode/src/github.com/bettercap/gatt/l2cap_writer_linux_test.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux
/usr/share/gocode/src/github.com/bettercap/gatt/linux/cmd
/usr/share/gocode/src/github.com/bettercap/gatt/linux/cmd/cmd.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/const.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/device.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/devices.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/doc.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/evt
/usr/share/gocode/src/github.com/bettercap/gatt/linux/evt/evt.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/gioctl
/usr/share/gocode/src/github.com/bettercap/gatt/linux/gioctl/README.md
/usr/share/gocode/src/github.com/bettercap/gatt/linux/gioctl/ioctl.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/gioctl/ioctl_mipsx.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/gioctl/ioctl_other.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/hci.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/l2cap.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/log.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket/asm.s
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket/asm_linux_386.s
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket/socket.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket/socket_common.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket/socket_darwin.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket/socket_linux.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/socket/socket_linux_386.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/util
/usr/share/gocode/src/github.com/bettercap/gatt/linux/util/pool.go
/usr/share/gocode/src/github.com/bettercap/gatt/linux/util/util.go
/usr/share/gocode/src/github.com/bettercap/gatt/option_darwin.go
/usr/share/gocode/src/github.com/bettercap/gatt/option_linux.go
/usr/share/gocode/src/github.com/bettercap/gatt/option_linux_test.go
/usr/share/gocode/src/github.com/bettercap/gatt/peripheral.go
/usr/share/gocode/src/github.com/bettercap/gatt/peripheral_darwin.go
/usr/share/gocode/src/github.com/bettercap/gatt/peripheral_linux.go
/usr/share/gocode/src/github.com/bettercap/gatt/readme.md
/usr/share/gocode/src/github.com/bettercap/gatt/sim_device.go
/usr/share/gocode/src/github.com/bettercap/gatt/uuid.go
/usr/share/gocode/src/github.com/bettercap/gatt/uuid_test.go
/usr/share/gocode/src/github.com/bettercap/gatt/xpc
/usr/share/gocode/src/github.com/bettercap/gatt/xpc/doc.go
/usr/share/gocode/src/github.com/bettercap/gatt/xpc/xpc_darwin.go
/usr/share/gocode/src/github.com/bettercap/gatt/xpc/xpc_darwin_test.go
/usr/share/licenses/golang-github-bettercap-gatt-devel
/usr/share/licenses/golang-github-bettercap-gatt-devel/LICENSE
/usr/share/licenses/golang-github-bettercap-gatt-devel/LICENSE-gioctl.md
/usr/share/licenses/golang-github-bettercap-gatt-devel/LICENSE.md

References

Summary

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