How To Install golang-pack-tftp-devel on Fedora 36

In this tutorial we learn how to install golang-pack-tftp-devel in Fedora 36. golang-pack-tftp-devel is Go TFTP library with full standards support

Introduction

In this tutorial we learn how to install golang-pack-tftp-devel on Fedora 36.

What is golang-pack-tftp-devel

Pack.ag/tftp This package contains the source code needed for building packages that reference the following Go import paths – pack.ag/tftp

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

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

sudo dnf -y install golang-pack-tftp-devel

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

sudo yum -y install golang-pack-tftp-devel

How To Uninstall golang-pack-tftp-devel on Fedora 36

To uninstall only the golang-pack-tftp-devel package we can use the following command:

sudo dnf remove golang-pack-tftp-devel

golang-pack-tftp-devel Package Contents on Fedora 36

/usr/share/doc/golang-pack-tftp-devel
/usr/share/doc/golang-pack-tftp-devel/README.md
/usr/share/doc/golang-pack-tftp-devel/_examples
/usr/share/doc/golang-pack-tftp-devel/_examples/database
/usr/share/doc/golang-pack-tftp-devel/_examples/database/database.go
/usr/share/doc/golang-pack-tftp-devel/_examples/httpproxy
/usr/share/doc/golang-pack-tftp-devel/_examples/httpproxy/httpproxy.go
/usr/share/gocode/src/pack.ag
/usr/share/gocode/src/pack.ag/tftp
/usr/share/gocode/src/pack.ag/tftp/.goipath
/usr/share/gocode/src/pack.ag/tftp/README.md
/usr/share/gocode/src/pack.ag/tftp/bench_test.go
/usr/share/gocode/src/pack.ag/tftp/client.go
/usr/share/gocode/src/pack.ag/tftp/client_test.go
/usr/share/gocode/src/pack.ag/tftp/conn.go
/usr/share/gocode/src/pack.ag/tftp/conn_test.go
/usr/share/gocode/src/pack.ag/tftp/datagram.go
/usr/share/gocode/src/pack.ag/tftp/datagram_test.go
/usr/share/gocode/src/pack.ag/tftp/doc.go
/usr/share/gocode/src/pack.ag/tftp/errors.go
/usr/share/gocode/src/pack.ag/tftp/errors_test.go
/usr/share/gocode/src/pack.ag/tftp/handlers.go
/usr/share/gocode/src/pack.ag/tftp/handlers_test.go
/usr/share/gocode/src/pack.ag/tftp/logging.go
/usr/share/gocode/src/pack.ag/tftp/netascii
/usr/share/gocode/src/pack.ag/tftp/netascii/netascii.go
/usr/share/gocode/src/pack.ag/tftp/netascii/netascii_test.go
/usr/share/gocode/src/pack.ag/tftp/server.go
/usr/share/gocode/src/pack.ag/tftp/server_test.go
/usr/share/licenses/golang-pack-tftp-devel
/usr/share/licenses/golang-pack-tftp-devel/LICENSE

References

Summary

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