How To Install python3-azure-common on Fedora 36
Introduction
In this tutorial we learn how to install python3-azure-common on Fedora 36.
What is python3-azure-common
Microsoft Azure Client Library for Python (Common)
We can use yum or dnf to install python3-azure-common on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-azure-common.
Install python3-azure-common 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-azure-common using dnf by running the following command:
sudo dnf -y install python3-azure-common
Install python3-azure-common 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-azure-common using yum by running the following command:
sudo yum -y install python3-azure-common
How To Uninstall python3-azure-common on Fedora 36
To uninstall only the python3-azure-common package we can use the following command:
sudo dnf remove python3-azure-common
python3-azure-common Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/azure
/usr/lib/python3.10/site-packages/azure/common
/usr/lib/python3.10/site-packages/azure/common/__init__.py
/usr/lib/python3.10/site-packages/azure/common/__pycache__
/usr/lib/python3.10/site-packages/azure/common/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/client_factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/client_factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/cloud.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/cloud.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/credentials.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/credentials.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/common/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/common/_version.py
/usr/lib/python3.10/site-packages/azure/common/client_factory.py
/usr/lib/python3.10/site-packages/azure/common/cloud.py
/usr/lib/python3.10/site-packages/azure/common/credentials.py
/usr/lib/python3.10/site-packages/azure/common/exceptions.py
/usr/lib/python3.10/site-packages/azure/profiles
/usr/lib/python3.10/site-packages/azure/profiles/__init__.py
/usr/lib/python3.10/site-packages/azure/profiles/__pycache__
/usr/lib/python3.10/site-packages/azure/profiles/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/profiles/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/profiles/__pycache__/multiapiclient.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/azure/profiles/__pycache__/multiapiclient.cpython-310.pyc
/usr/lib/python3.10/site-packages/azure/profiles/multiapiclient.py
/usr/lib/python3.10/site-packages/azure_common-1.1.22.dist-info
/usr/lib/python3.10/site-packages/azure_common-1.1.22.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/azure_common-1.1.22.dist-info/METADATA
/usr/lib/python3.10/site-packages/azure_common-1.1.22.dist-info/WHEEL
/usr/lib/python3.10/site-packages/azure_common-1.1.22.dist-info/top_level.txt
/usr/share/doc/python3-azure-common
/usr/share/doc/python3-azure-common/HISTORY.rst
/usr/share/doc/python3-azure-common/README.rst
References
Summary
In this tutorial we learn how to install python3-azure-common on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).