How To Install golang-github-a8m-tree on Fedora 36

In this tutorial we learn how to install golang-github-a8m-tree in Fedora 36. golang-github-a8m-tree is Implementation of the Unix tree command written in Go

Introduction

In this tutorial we learn how to install golang-github-a8m-tree on Fedora 36.

What is golang-github-a8m-tree

An implementation of the Unix tree command written in Go, that can be used programmatically.

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

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

sudo dnf -y install golang-github-a8m-tree

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

sudo yum -y install golang-github-a8m-tree

How To Uninstall golang-github-a8m-tree on Fedora 36

To uninstall only the golang-github-a8m-tree package we can use the following command:

sudo dnf remove golang-github-a8m-tree

golang-github-a8m-tree Package Contents on Fedora 36

/usr/bin/gotree
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/2ae49b3222f4c3a1d9fd0aa585afb5301f048b
/usr/share/doc/golang-github-a8m-tree
/usr/share/doc/golang-github-a8m-tree/README.md
/usr/share/licenses/golang-github-a8m-tree
/usr/share/licenses/golang-github-a8m-tree/LICENSE

References

Summary

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