How To Install golang-github-colinmarc-hdfs-2 on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-colinmarc-hdfs-2 on Fedora 36.
What is golang-github-colinmarc-hdfs-2
This is a native golang client for hdfs. It connects directly to the namenode using the protocol buffers API. It tries to be idiomatic by aping the stdlib os package, where possible, and implements the interfaces from it, including os.FileInfo and os.PathError.
We can use yum or dnf to install golang-github-colinmarc-hdfs-2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-colinmarc-hdfs-2.
Install golang-github-colinmarc-hdfs-2 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-colinmarc-hdfs-2 using dnf by running the following command:
sudo dnf -y install golang-github-colinmarc-hdfs-2
Install golang-github-colinmarc-hdfs-2 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-colinmarc-hdfs-2 using yum by running the following command:
sudo yum -y install golang-github-colinmarc-hdfs-2
How To Uninstall golang-github-colinmarc-hdfs-2 on Fedora 36
To uninstall only the golang-github-colinmarc-hdfs-2 package we can use the following command:
sudo dnf remove golang-github-colinmarc-hdfs-2
golang-github-colinmarc-hdfs-2 Package Contents on Fedora 36
/usr/bin/hdfs
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/4332ebe0e0dcbffbd46cbc843e7f25e7be2d35
/usr/share/doc/golang-github-colinmarc-hdfs-2
/usr/share/doc/golang-github-colinmarc-hdfs-2/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-colinmarc-hdfs-2/README.md
/usr/share/licenses/golang-github-colinmarc-hdfs-2
/usr/share/licenses/golang-github-colinmarc-hdfs-2/LICENSE.txt
References
Summary
In this tutorial we learn how to install golang-github-colinmarc-hdfs-2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).