How To Install golang-github-aliyun-ossutil on Fedora 36

In this tutorial we learn how to install golang-github-aliyun-ossutil in Fedora 36. golang-github-aliyun-ossutil is Alibaba Cloud (Aliyun) Object Storage Service (OSS) CLI

Introduction

In this tutorial we learn how to install golang-github-aliyun-ossutil on Fedora 36.

What is golang-github-aliyun-ossutil

Alibaba Cloud (Aliyun) Object Storage Service (OSS) CLI.

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

Install golang-github-aliyun-ossutil 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-aliyun-ossutil using dnf by running the following command:

sudo dnf -y install golang-github-aliyun-ossutil

Install golang-github-aliyun-ossutil 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-aliyun-ossutil using yum by running the following command:

sudo yum -y install golang-github-aliyun-ossutil

How To Uninstall golang-github-aliyun-ossutil on Fedora 36

To uninstall only the golang-github-aliyun-ossutil package we can use the following command:

sudo dnf remove golang-github-aliyun-ossutil

golang-github-aliyun-ossutil Package Contents on Fedora 36

/usr/bin/ossutil
/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/691d559a1b5d8aa6d95dabc3f2b016fbb880c3
/usr/share/doc/golang-github-aliyun-ossutil
/usr/share/doc/golang-github-aliyun-ossutil/CHANGELOG.md
/usr/share/doc/golang-github-aliyun-ossutil/README-CN.md
/usr/share/doc/golang-github-aliyun-ossutil/README.md
/usr/share/licenses/golang-github-aliyun-ossutil
/usr/share/licenses/golang-github-aliyun-ossutil/LICENSE
/usr/share/man/man1/ossutil.1.gz

References

Summary

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