How To Install golang-github-ncw-swift-devel on Fedora 36

In this tutorial we learn how to install golang-github-ncw-swift-devel in Fedora 36. golang-github-ncw-swift-devel is Go language interface to swift

Introduction

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

What is golang-github-ncw-swift-devel

This package provides an easy to use library for interfacing with Swift / Openstack Object Storage / Rackspace cloud files from the Go Language. This package contains the source code needed for building packages that reference the following Go import paths – github.com/ncw/swift

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

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

sudo dnf -y install golang-github-ncw-swift-devel

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

sudo yum -y install golang-github-ncw-swift-devel

How To Uninstall golang-github-ncw-swift-devel on Fedora 36

To uninstall only the golang-github-ncw-swift-devel package we can use the following command:

sudo dnf remove golang-github-ncw-swift-devel

golang-github-ncw-swift-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-ncw-swift-devel
/usr/share/doc/golang-github-ncw-swift-devel/README.md
/usr/share/doc/golang-github-ncw-swift-devel/notes.txt
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/ncw
/usr/share/gocode/src/github.com/ncw/swift
/usr/share/gocode/src/github.com/ncw/swift/.goipath
/usr/share/gocode/src/github.com/ncw/swift/README.md
/usr/share/gocode/src/github.com/ncw/swift/auth.go
/usr/share/gocode/src/github.com/ncw/swift/auth_v3.go
/usr/share/gocode/src/github.com/ncw/swift/compatibility_1_0.go
/usr/share/gocode/src/github.com/ncw/swift/compatibility_1_1.go
/usr/share/gocode/src/github.com/ncw/swift/compatibility_1_6.go
/usr/share/gocode/src/github.com/ncw/swift/compatibility_not_1_6.go
/usr/share/gocode/src/github.com/ncw/swift/dlo.go
/usr/share/gocode/src/github.com/ncw/swift/dlo_test.go
/usr/share/gocode/src/github.com/ncw/swift/doc.go
/usr/share/gocode/src/github.com/ncw/swift/example_test.go
/usr/share/gocode/src/github.com/ncw/swift/go.mod
/usr/share/gocode/src/github.com/ncw/swift/largeobjects.go
/usr/share/gocode/src/github.com/ncw/swift/meta.go
/usr/share/gocode/src/github.com/ncw/swift/meta_test.go
/usr/share/gocode/src/github.com/ncw/swift/rs
/usr/share/gocode/src/github.com/ncw/swift/rs/rs.go
/usr/share/gocode/src/github.com/ncw/swift/rs/rs_test.go
/usr/share/gocode/src/github.com/ncw/swift/slo.go
/usr/share/gocode/src/github.com/ncw/swift/swift.go
/usr/share/gocode/src/github.com/ncw/swift/swift_internal_test.go
/usr/share/gocode/src/github.com/ncw/swift/swift_test.go
/usr/share/gocode/src/github.com/ncw/swift/swifttest
/usr/share/gocode/src/github.com/ncw/swift/swifttest/server.go
/usr/share/gocode/src/github.com/ncw/swift/timeout_reader.go
/usr/share/gocode/src/github.com/ncw/swift/timeout_reader_test.go
/usr/share/gocode/src/github.com/ncw/swift/watchdog_reader.go
/usr/share/gocode/src/github.com/ncw/swift/watchdog_reader_test.go
/usr/share/licenses/golang-github-ncw-swift-devel
/usr/share/licenses/golang-github-ncw-swift-devel/COPYING

References

Summary

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