How To Install imagefactory-plugins-IndirectionCloud on Fedora 36
Introduction
In this tutorial we learn how to install imagefactory-plugins-IndirectionCloud on Fedora 36.
What is imagefactory-plugins-IndirectionCloud
This Cloud plugin allows users to specify a Base Image to use to manipulate another Base Image to generate a Target Image. It was originally created to produce Live CDs and other live media using an arbitrary host OS and package selection for the actual media creation tools.
We can use yum or dnf to install imagefactory-plugins-IndirectionCloud on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install imagefactory-plugins-IndirectionCloud.
Install imagefactory-plugins-IndirectionCloud 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 imagefactory-plugins-IndirectionCloud using dnf by running the following command:
sudo dnf -y install imagefactory-plugins-IndirectionCloud
Install imagefactory-plugins-IndirectionCloud 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 imagefactory-plugins-IndirectionCloud using yum by running the following command:
sudo yum -y install imagefactory-plugins-IndirectionCloud
How To Uninstall imagefactory-plugins-IndirectionCloud on Fedora 36
To uninstall only the imagefactory-plugins-IndirectionCloud package we can use the following command:
sudo dnf remove imagefactory-plugins-IndirectionCloud
imagefactory-plugins-IndirectionCloud Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/IndirectionCloud.info
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/IndirectionCloud.py
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/__init__.py
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/__pycache__
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/__pycache__/IndirectionCloud.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/__pycache__/IndirectionCloud.cpython-310.pyc
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/imagefactory_plugins/IndirectionCloud/__pycache__/__init__.cpython-310.pyc
References
Summary
In this tutorial we learn how to install imagefactory-plugins-IndirectionCloud on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).