How To Install golang-goftp-server-devel on Fedora 36

In this tutorial we learn how to install golang-goftp-server-devel in Fedora 36. golang-goftp-server-devel is FTP server framework written in Go

Introduction

In this tutorial we learn how to install golang-goftp-server-devel on Fedora 36.

What is golang-goftp-server-devel

A FTP server framework written in Go. This package contains the source code needed for building packages that reference the following Go import paths – goftp.io/server

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

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

sudo dnf -y install golang-goftp-server-devel

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

sudo yum -y install golang-goftp-server-devel

How To Uninstall golang-goftp-server-devel on Fedora 36

To uninstall only the golang-goftp-server-devel package we can use the following command:

sudo dnf remove golang-goftp-server-devel

golang-goftp-server-devel Package Contents on Fedora 36

/usr/share/doc/golang-goftp-server-devel
/usr/share/doc/golang-goftp-server-devel/README.md
/usr/share/gocode/src/goftp.io
/usr/share/gocode/src/goftp.io/server
/usr/share/gocode/src/goftp.io/server/.goipath
/usr/share/gocode/src/goftp.io/server/README.md
/usr/share/gocode/src/goftp.io/server/compat.go
/usr/share/gocode/src/goftp.io/server/core
/usr/share/gocode/src/goftp.io/server/core/auth.go
/usr/share/gocode/src/goftp.io/server/core/cmd.go
/usr/share/gocode/src/goftp.io/server/core/cmd_test.go
/usr/share/gocode/src/goftp.io/server/core/conn.go
/usr/share/gocode/src/goftp.io/server/core/conn_test.go
/usr/share/gocode/src/goftp.io/server/core/doc.go
/usr/share/gocode/src/goftp.io/server/core/driver.go
/usr/share/gocode/src/goftp.io/server/core/file_info.go
/usr/share/gocode/src/goftp.io/server/core/list_formatter.go
/usr/share/gocode/src/goftp.io/server/core/logger.go
/usr/share/gocode/src/goftp.io/server/core/notifier.go
/usr/share/gocode/src/goftp.io/server/core/notifier_test.go
/usr/share/gocode/src/goftp.io/server/core/perm.go
/usr/share/gocode/src/goftp.io/server/core/server.go
/usr/share/gocode/src/goftp.io/server/core/server_test.go
/usr/share/gocode/src/goftp.io/server/core/socket.go
/usr/share/gocode/src/goftp.io/server/driver
/usr/share/gocode/src/goftp.io/server/driver/file
/usr/share/gocode/src/goftp.io/server/driver/file/file.go
/usr/share/gocode/src/goftp.io/server/driver/file/file_info.go
/usr/share/gocode/src/goftp.io/server/driver/minio
/usr/share/gocode/src/goftp.io/server/driver/minio/minio.go
/usr/share/gocode/src/goftp.io/server/driver/minio/minio_test.go
/usr/share/gocode/src/goftp.io/server/go.mod
/usr/share/licenses/golang-goftp-server-devel
/usr/share/licenses/golang-goftp-server-devel/LICENSE

References

Summary

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