How do I install dia rpm?
I downloaded and am trying:
rpm -Uvh dia-0.83-1mdk.i586.rpm
but get the following:
error: failed dependencies:
libxml.so.1 is needed by dia-0.83-1mdk
so I download libxml and do the following:
rpm -Uvh libxml-1.7.3-2mdk.i586.rpm
and I get the following error message:
error: failed dependencies:
libxml = 1.0.0 is needed by libxml-devel-1.0.0-2mdk
libxml.so.0 is needed by gnorpm-0.8-6mdk
libxml.so.0 is needed by gnumeric-0.25-2mdk
so I try a simple install (not update) so that I can have
both packages on the system at the same time and get:
rpm -i libxml-1.7.3-2mdk.i586.rpm
and I get:
file /usr/bin/xml-config from install of libxml-1.7.3-2mdk conflicts
with file from package libxml-1.0.0-2mdk
Is it possible to install dia on mandrake using rpm at all?