I am trying to install Redhat 7.6 in my cloud machine that currently has minimal install.
Problem with that is I am using yum groupinstall X window system/gnome/server with GUI
all of these uses yum that auto upgrades to my gui packages to a higher version which is causing issues in my pipeline
Installing each package individually from rpm and resolving dependencies is itself a hassale.
Will I need to specify version with every package that can lead to compatibility issues and it still auto upgrades few packages regardless
I am looking for a feasible solution here