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

Last updated: January 04,2025

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

Please follow the steps below to install golang-github-colinmarc-hdfs-2-devel.noarch on Fedora 39

$ 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 guidance below to uninstall golang-github-colinmarc-hdfs-2-devel.noarch on Fedora 39:

$ 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 39

Last metadata expiration check: 0:33:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-colinmarc-hdfs-2-devel
Version : 2.4.0
Release : 1.fc39
Architecture : noarch
Size : 233 k
Source : golang-github-colinmarc-hdfs-2-2.4.0-1.fc39.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