How To Install golang-github-mrunalp-fileutils on Fedora 36

In this tutorial we learn how to install golang-github-mrunalp-fileutils in Fedora 36. golang-github-mrunalp-fileutils is Collection of utilities for file manipulation in Go

Introduction

In this tutorial we learn how to install golang-github-mrunalp-fileutils on Fedora 36.

What is golang-github-mrunalp-fileutils

Collection of utilities for file manipulation in Go.

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

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

sudo dnf -y install golang-github-mrunalp-fileutils

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

sudo yum -y install golang-github-mrunalp-fileutils

How To Uninstall golang-github-mrunalp-fileutils on Fedora 36

To uninstall only the golang-github-mrunalp-fileutils package we can use the following command:

sudo dnf remove golang-github-mrunalp-fileutils

golang-github-mrunalp-fileutils Package Contents on Fedora 36

/usr/bin/gocp
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/fcef16bd9068be1a27f780f2356ad8c2a648af
/usr/share/doc/golang-github-mrunalp-fileutils
/usr/share/doc/golang-github-mrunalp-fileutils/README.md
/usr/share/licenses/golang-github-mrunalp-fileutils
/usr/share/licenses/golang-github-mrunalp-fileutils/LICENSE

References

Summary

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