Manage installation order in yum group
Seth Vidal
skvidal at fedoraproject.org
Mon Nov 26 07:01:31 UTC 2012
On Mon, 26 Nov 2012, Eran Ben Natan wrote:
>
> Hello,
>
>
>
> I have created a group which contains 2 packages that are not depend on each other (DB package and application package). They can be installed on separate serves, or cohosted.
>
> If they are to be installed on the same server using the group, I need the DB package to be installed first. Unfortunately, YUM always install the application first.
>
> Is there a way to force YUM a specific installation order of non-dependent packages?
>
Do it as 2 different commands:
yum install pkg1
yum install pkg2
Otherwise you need to requires pre one of the pkgs
-sv
More information about the Rpm-list
mailing list