How to Install and Uninstall python-hdfs-doc.noarch Package on Fedora 34

Last updated: January 11,2025

1. Install "python-hdfs-doc.noarch" package

In this section, we are going to explain the necessary steps to install python-hdfs-doc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python-hdfs-doc.noarch

2. Uninstall "python-hdfs-doc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python-hdfs-doc.noarch on Fedora 34:

$ sudo dnf remove python-hdfs-doc.noarch $ sudo dnf autoremove

3. Information about the python-hdfs-doc.noarch package on Fedora 34

Last metadata expiration check: 3:17:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python-hdfs-doc
Version : 2.5.8
Release : 10.fc34
Architecture : noarch
Size : 215 k
Source : python-hdfs-2.5.8-10.fc34.src.rpm
Repository : updates
Summary : Documentation and examples for python-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.