These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Multiple Versions of Webmin on the new forum.
Hello, hope someone can help me :-)
Just tried to upgrade webmin to version 1.590-1 (using the web interface) but the process hung on "Processing Transaction" and now I have two versions of webmin installed:
rpm -qa | grep webminwebmin-1.585-1 webmin-1.590-1
Is there a way to fix this?
Thanks in advance
Howdy,
What happens if you log in as root over SSH, and run the command:
yum update
With any luck, that'll complete the upgrade process, which should also remove your old copy.
-Eric
Hi Eric, thanks for your reply.
No luck this time, just ran the command. Here's the output:
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirrors.nfsi.pt
* epel: mirror01.th.ifl.net
* extras: mirrors.nfsi.pt
* updates: mirrors.nfsi.pt
Setting up Update Process
No Packages marked for Update
Is there a way to uninstall the older version, keeping the latest?
Regards,
Paulo
What happens if you run this command:
rpm -e webmin-1.585-1
Hi Eric,
Just issued the command and rpm -qa now reports only the latest version, while yum update says no packages are marked for update.
Everything seems to be working fine, except the auto-reply feature (see http://www.virtualmin.com/node/22847)
Thank you!