On Mon, 24 Mar 2003, Dustin Puryear wrote: > This is incorrect. If you have two RPM files, a.rpm and b.rpm, and a.rpm > depends on b.rpm and b.rpm depends on a.rpm, then you should install using > this as follows: > > # rpm -Uhv a.rpm b.rpm
Is that saying the command line order makes a difference? Your example works, but 'rpm -Uvh b.rpm a.rpm' wouldn't work? If not, then what's the difference between your example and 'rpm -Uvh *.rpm'? -ray
