How to Install and Uninstall golang-github-colinmarc-hdfs-2-devel.noarch Package on Fedora 36

Last updated: May 21,2024

1. Install "golang-github-colinmarc-hdfs-2-devel.noarch" package

Learn how to install golang-github-colinmarc-hdfs-2-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-colinmarc-hdfs-2-devel.noarch

2. Uninstall "golang-github-colinmarc-hdfs-2-devel.noarch" package

Please follow the steps below to uninstall golang-github-colinmarc-hdfs-2-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-colinmarc-hdfs-2-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-colinmarc-hdfs-2-devel.noarch package on Fedora 36

Last metadata expiration check: 1:38:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-colinmarc-hdfs-2-devel
Version : 2.2.0
Release : 5.fc36
Architecture : noarch
Size : 158 k
Source : golang-github-colinmarc-hdfs-2-2.2.0-5.fc36.src.rpm
Repository : updates
Summary : Native go client for HDFS
URL : https://github.com/colinmarc/hdfs
License : MIT
Description : 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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/colinmarc/hdfs/v2