error updating curl apt user-local-bin repository

Hi, When I try to update curl using the rpm from usr-local-bin repository, I get the following error: 4:curl ########################################### [100%] error: %preun(curl-7.12.3-100.SuSE.ulb.3) scriptlet failed, exit status 1 I am trying to upgrade from ulb.3 to ulb.6. After this, I see two versions of curl in my system % rpm -q curl curl-7.12.3-100.SuSE.ulb.3 curl-7.12.3-100.SuSE.ulb.6 If try to remove the .3 version with % rpm -e curl-7.12.3-100.SuSE.ulb.3 error: %preun(curl-7.12.3-100.SuSE.ulb.3) scriptlet failed, exit status 1 I get this error. Any idea how can I fix this? thanks, -- Osho

On Wed, 2005-02-02 at 08:57 -0800, Osho GG wrote:
rpm -e curl-7.12.3-100.SuSE.ulb.3
Use rpm -e curl-7.12.3-100.SuSE.ulb.3 --noscripts Stick to the SuSE version of curl for the time being, I think. I had the same problem. HTH David
participants (2)
-
David Robertson
-
Osho GG