aMule Forum
English => aMule Help => Topic started 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
-
just delete the files which conflict...
there is no otehr way, if you installed it with make install, and dont have the sources anymore...
-
I'm not using windows
I installed my amule on Fedora core 3
-
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?
-
Your signature did. :P ;)
-
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?
-
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....
-
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'...
-
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