Easiest way to do it is just do rpm -Uvh openssh* So that rpm handles all of the dependencies at once. Keith On Fri, 28 May 2010, Peter Slegg wrote:
I seem to have got into a dependency problem with open ssh
bash-2.05a# rpm -U openssh-clients-5.5p1-1.rpm
error: failed dependencies:
openssh = 5.5p1-1 is needed by openssh-clients-5.5p1-1
bash-2.05a# rpm -U openssh-5.5p1-1.m68kmint.rpm
error: failed dependencies:
openssh = 3.7.1p2-10 is needed by openssh-clients-3.7.1p2-10
What is the best way out of this without causing more dependency
problems ?
Peter