How to Install and Uninstall python3-hdfs.noarch Package on Fedora 36

Last updated: January 13,2025

1. Install "python3-hdfs.noarch" package

This guide covers the steps necessary to install python3-hdfs.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-hdfs.noarch

2. Uninstall "python3-hdfs.noarch" package

This guide covers the steps necessary to uninstall python3-hdfs.noarch on Fedora 36:

$ sudo dnf remove python3-hdfs.noarch $ sudo dnf autoremove

3. Information about the python3-hdfs.noarch package on Fedora 36

Last metadata expiration check: 0:31:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-hdfs
Version : 2.6.0
Release : 2.fc36
Architecture : noarch
Size : 62 k
Source : python-hdfs-2.6.0-2.fc36.src.rpm
Repository : fedora
Summary : API and command line interface for HDFS
URL : https://github.com/mtth/hdfs
License : MIT
Description : API and command line interface for HDFS.
:
: Features:
:
: • Python bindings for the WebHDFS (and HttpFS) API, supporting both secure and
: insecure clusters.
: • Command line interface to transfer files and start an interactive client
: shell, with aliases for convenient namenode URL caching.
: • Additional functionality through optional extensions:
: ○ avro, to read and write Avro files directly from HDFS.
: ○ dataframe, to load and save Pandas dataframes.
: ○ kerberos, to support Kerberos authenticated clusters.