aMule Forum

English => aMule Help => Topic started by: metamp on July 18, 2005, 04:42:34 PM

Title: how to uninstall old version 2.0.0rc8
Post by: metamp on July 18, 2005, 04:42:34 PM
I have amule 2.0.0rc8 and want to update to the latest version
now I deleted the installation files so I can't do make uninstall

how do I remove amule 2.0.0rc8

I'm trying to install the new version from rpm but it is conflicting with the old one
Title: Re: how to uninstall old version 2.0.0rc8
Post by: stefanero on July 18, 2005, 05:17:54 PM
just delete the files which conflict...
there is no otehr way, if you installed it with make install, and dont have the sources anymore...
Title: Re: how to uninstall old version 2.0.0rc8
Post by: metamp on July 18, 2005, 05:54:04 PM
I'm not using windows
I installed my amule on Fedora core 3
Title: Re: how to uninstall old version 2.0.0rc8
Post by: stefanero on July 18, 2005, 05:57:05 PM
huh?
when you try to install the rpm from fc3, you get conflict msg right?
just delete those files which conflict...this has nothing todo with win32...did I mention windows?
Title: Re: how to uninstall old version 2.0.0rc8
Post by: ken on July 18, 2005, 08:50:25 PM
Your signature did. :P ;)
Title: did not work
Post by: metamp on July 19, 2005, 06:25:39 AM
I removed the following files:
/usr/bin/alc
/usr/bin/cas
usr/bin/amule
/usr/bin/amulecmdDLG
/usr/bin/amulewebDLG
/usr/bin/ed2k
/usr/bin/wxcas

still getting this error when I try to instal the rpm package
"amule-2.0.3-0.lvn.1.3.i386.rmp"

[root@localhost user001]# rpm -ivh amule-2.0.3-0.lvn.1.3.i386.rpm
Preparing...                ########################################### [100%]
        file /usr/bin/alc from install of amule-2.0.3-0.lvn.1.3 conflicts with file from package aMule-2.0.0-rc8_fc3
        file /usr/bin/amule from install of amule-2.0.3-0.lvn.1.3 conflicts with file from package aMule-2.0.0-rc8_fc3
        file /usr/bin/amulecmdDLG from install of amule-2.0.3-0.lvn.1.3 conflicts with file from package aMule-2.0.0-rc8_fc3
        file /usr/bin/amulewebDLG from install of amule-2.0.3-0.lvn.1.3 conflicts with file from package aMule-2.0.0-rc8_fc3
        file /usr/bin/cas from install of amule-2.0.3-0.lvn.1.3 conflicts with file from package aMule-2.0.0-rc8_fc3
        file /usr/bin/ed2k from install of amule-2.0.3-0.lvn.1.3 conflicts with file from package aMule-2.0.0-rc8_fc3
        file /usr/bin/wxcas from install of amule-2.0.3-0.lvn.1.3 conflicts with file from package aMule-2.0.0-rc8_fc3


any sugestions?
Title: Re: how to uninstall old version 2.0.0rc8
Post by: stefanero on July 19, 2005, 07:09:05 AM
oh my god, you did not compile it and do make install you installed an rpm

rpm -e aMule-2.0.0-rc8_fc3

and tehn try reinstall your 2.0.3 rpms....
Title: Re: how to uninstall old version 2.0.0rc8
Post by: thedude0001 on July 19, 2005, 07:35:38 AM
Shouldn't it be possible to just upgrade with rpm? I have something like "rpm -U lalala.rpm" in the back of my head, but before doing so I sugest thorough reading of 'man rpm'...
Title: Re: how to uninstall old version 2.0.0rc8
Post by: stefanero on July 19, 2005, 07:57:58 AM
the -U only works if the structure of the file in the rpms, dont change....if I remeber correctly, and we have lots of changes regarding webserver....
but an uninstall with -e and tehn reinstall with -Uvh or -ivh should work anyway