How To Install python3-hpilo on Fedora 36

In this tutorial we learn how to install python3-hpilo in Fedora 36. python3-hpilo is iLO automation from python or shell

Introduction

In this tutorial we learn how to install python3-hpilo on Fedora 36.

What is python3-hpilo

iLO automation from python or shell. Python 3 version.

We can use yum or dnf to install python3-hpilo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-hpilo.

Install python3-hpilo on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-hpilo using dnf by running the following command:

sudo dnf -y install python3-hpilo

Install python3-hpilo on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-hpilo using yum by running the following command:

sudo yum -y install python3-hpilo

How To Uninstall python3-hpilo on Fedora 36

To uninstall only the python3-hpilo package we can use the following command:

sudo dnf remove python3-hpilo

python3-hpilo Package Contents on Fedora 36

/usr/bin/hpilo_cli
/usr/lib/python3.10/site-packages/__pycache__/hpilo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/hpilo.cpython-310.pyc
/usr/lib/python3.10/site-packages/__pycache__/hpilo_fw.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/hpilo_fw.cpython-310.pyc
/usr/lib/python3.10/site-packages/hpilo.py
/usr/lib/python3.10/site-packages/hpilo_fw.py
/usr/lib/python3.10/site-packages/python_hpilo-4.3-py3.10.egg-info
/usr/share/doc/python3-hpilo
/usr/share/doc/python3-hpilo/CHANGES
/usr/share/doc/python3-hpilo/README.md
/usr/share/doc/python3-hpilo/examples
/usr/share/doc/python3-hpilo/examples/ca
/usr/share/doc/python3-hpilo/examples/ca/hpilo_ca
/usr/share/doc/python3-hpilo/examples/elasticsearch
/usr/share/doc/python3-hpilo/examples/elasticsearch/hpilo_es_dump
/usr/share/doc/python3-hpilo/examples/elasticsearch/hpilo_es_import
/usr/share/doc/python3-hpilo/examples/elasticsearch/kibana-dashboard.json
/usr/share/doc/python3-hpilo/examples/elasticsearch/servers.py.example
/usr/share/doc/python3-hpilo/examples/firmwareupdater
/usr/share/doc/python3-hpilo/examples/firmwareupdater/hpilo_firmware_update
/usr/share/doc/python3-hpilo/examples/puppet
/usr/share/doc/python3-hpilo/examples/puppet/modules
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_firmware
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_firmware/ilo_firmware.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_license
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_license/ilo_license.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_settings
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_settings/ilo_settings.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_user
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/provider/ilo_user/ilo_user.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/type
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/type/ilo_firmware.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/type/ilo_license.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/type/ilo_settings.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/type/ilo_user.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/util
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/util/network_device
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/device.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/facts.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/transport.rb
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/manifests
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/manifests/init.pp
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/templates
/usr/share/doc/python3-hpilo/examples/puppet/modules/ilo/templates/ilo-device.erb
/usr/share/doc/python3-hpilo/ilo.conf.example
/usr/share/licenses/python3-hpilo
/usr/share/licenses/python3-hpilo/COPYING

References

Summary

In this tutorial we learn how to install python3-hpilo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).