13 Jul
2007
13 Jul
'07
9:49 p.m.
On Fri, 13 Jul 2007 14:33:08 EDT, Tamer Tayea said:
I have tried to install libnet-devel, I got this error
rpm -ivh libnet-devel-1.1.2.1-3.i386.rpm
What you *wanted* to do was: rpm -Uvh libnet-1.1.2.1-3.i386.rpm libnet-devel-1.1.2.1-3.i386.rpm (you want to keep 'foo' and 'foo-devel' in sync). -U rather than -i means "install or update, as needed", so it doesn't whinge at you that libnet is already installed.