How To Install golang-bug-serial-devel on Fedora 36

In this tutorial we learn how to install golang-bug-serial-devel in Fedora 36. golang-bug-serial-devel is Cross-platform serial library for Golang

Introduction

In this tutorial we learn how to install golang-bug-serial-devel on Fedora 36.

What is golang-bug-serial-devel

A cross-platform serial library for Golang. This package contains the source code needed for building packages that reference the following Go import paths – go.bug.st/serial

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

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

sudo dnf -y install golang-bug-serial-devel

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

sudo yum -y install golang-bug-serial-devel

How To Uninstall golang-bug-serial-devel on Fedora 36

To uninstall only the golang-bug-serial-devel package we can use the following command:

sudo dnf remove golang-bug-serial-devel

golang-bug-serial-devel Package Contents on Fedora 36

/usr/share/doc/golang-bug-serial-devel
/usr/share/doc/golang-bug-serial-devel/README.md
/usr/share/gocode/src/go.bug.st
/usr/share/gocode/src/go.bug.st/serial
/usr/share/gocode/src/go.bug.st/serial/.goipath
/usr/share/gocode/src/go.bug.st/serial/README.md
/usr/share/gocode/src/go.bug.st/serial/doc.go
/usr/share/gocode/src/go.bug.st/serial/enumerator
/usr/share/gocode/src/go.bug.st/serial/enumerator/doc.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/enumerator.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/example_getdetailedportlist_test.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/syscall_windows.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/usb_darwin.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/usb_freebsd.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/usb_linux.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/usb_ole_windows.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/usb_openbsd.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/usb_windows.go
/usr/share/gocode/src/go.bug.st/serial/enumerator/usb_windows_test.go
/usr/share/gocode/src/go.bug.st/serial/example_getportlist_test.go
/usr/share/gocode/src/go.bug.st/serial/example_modem_bits_test.go
/usr/share/gocode/src/go.bug.st/serial/example_serialport_test.go
/usr/share/gocode/src/go.bug.st/serial/example_test.go
/usr/share/gocode/src/go.bug.st/serial/go.mod
/usr/share/gocode/src/go.bug.st/serial/portlist
/usr/share/gocode/src/go.bug.st/serial/portlist/portlist.go
/usr/share/gocode/src/go.bug.st/serial/serial.go
/usr/share/gocode/src/go.bug.st/serial/serial_darwin.go
/usr/share/gocode/src/go.bug.st/serial/serial_darwin_386.go
/usr/share/gocode/src/go.bug.st/serial/serial_darwin_64.go
/usr/share/gocode/src/go.bug.st/serial/serial_freebsd.go
/usr/share/gocode/src/go.bug.st/serial/serial_linux.go
/usr/share/gocode/src/go.bug.st/serial/serial_linux_test.go
/usr/share/gocode/src/go.bug.st/serial/serial_openbsd.go
/usr/share/gocode/src/go.bug.st/serial/serial_specialbaudrate_linux.go
/usr/share/gocode/src/go.bug.st/serial/serial_specialbaudrate_linux_ppc64le.go
/usr/share/gocode/src/go.bug.st/serial/serial_unix.go
/usr/share/gocode/src/go.bug.st/serial/serial_windows.go
/usr/share/gocode/src/go.bug.st/serial/syscall_windows.go
/usr/share/gocode/src/go.bug.st/serial/unixutils
/usr/share/gocode/src/go.bug.st/serial/unixutils/pipe.go
/usr/share/gocode/src/go.bug.st/serial/unixutils/select.go
/usr/share/gocode/src/go.bug.st/serial/zsyscall_windows.go
/usr/share/licenses/golang-bug-serial-devel
/usr/share/licenses/golang-bug-serial-devel/LICENSE

References

Summary

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