How To Install python3-cloud-what on Fedora 36

In this tutorial we learn how to install python3-cloud-what in Fedora 36. python3-cloud-what is Python package for detection of public cloud provider

Introduction

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

What is python3-cloud-what

This package contains a Python module for detection and collection of public cloud metadata and signatures.

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

Install python3-cloud-what 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-cloud-what using dnf by running the following command:

sudo dnf -y install python3-cloud-what

Install python3-cloud-what 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-cloud-what using yum by running the following command:

sudo yum -y install python3-cloud-what

How To Uninstall python3-cloud-what on Fedora 36

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

sudo dnf remove python3-cloud-what

python3-cloud-what Package Contents on Fedora 36

/usr/lib64/python3.10/site-packages/cloud_what
/usr/lib64/python3.10/site-packages/cloud_what/__init__.py
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/_base_provider.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/_base_provider.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/fact_collector.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/fact_collector.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/provider.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/provider.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/setup.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/__pycache__/setup.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/_base_provider.py
/usr/lib64/python3.10/site-packages/cloud_what/fact_collector.py
/usr/lib64/python3.10/site-packages/cloud_what/provider.py
/usr/lib64/python3.10/site-packages/cloud_what/providers
/usr/lib64/python3.10/site-packages/cloud_what/providers/__init__.py
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/aws.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/aws.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/azure.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/azure.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/gcp.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/__pycache__/gcp.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cloud_what/providers/aws.py
/usr/lib64/python3.10/site-packages/cloud_what/providers/azure.py
/usr/lib64/python3.10/site-packages/cloud_what/providers/gcp.py
/usr/lib64/python3.10/site-packages/cloud_what/setup.py
/var/cache/cloud-what

References

Summary

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