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

Last updated: September 22,2024

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 38

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

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

Please follow the guidance below to uninstall python-hdfs-doc.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:31:54 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python-hdfs-doc
Version : 2.7.2
Release : 1.fc38
Architecture : noarch
Size : 255 k
Source : python-hdfs-2.7.2-1.fc38.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.