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

Last updated: January 04,2025

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

This is a short guide on how to install python-hdfs-doc.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall python-hdfs-doc.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:43:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python-hdfs-doc
Version : 2.6.0
Release : 2.fc36
Architecture : noarch
Size : 252 k
Source : python-hdfs-2.6.0-2.fc36.src.rpm
Repository : fedora
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.