I try to reinstall Beta 2 and get the “Error: A later version is already installed” message.
How can i fix this, which files must be removed to bypass this check?
Thanks for your Help
I try to reinstall Beta 2 and get the “Error: A later version is already installed” message.
How can i fix this, which files must be removed to bypass this check?
Thanks for your Help
Subject: Forwarded to development <>
Linux/sb
Subject: can you try this
I would check to see what deb packages you have install using -l option of dpkg
the command below will show you what Notes packages are installed
you should see output similar to below
dpkg -l “ibm-lotus*”
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
++±==============-==============-============================================
ii ibm-lotus-acti 8.5-20081110.0 IBM Lotus Activities
ii ibm-lotus-cae 8.5-20081110.0 IBM Lotus Composite Application Editor
ii ibm-lotus-note 8.5-20081110.0 IBM Lotus Notes
ii ibm-lotus-same 8.5-20081110.0 IBM Lotus Sametime
ii ibm-lotus-symp 8.5-20081110.0 IBM Lotus Symphony
you can uninstall all the Notes deb packages in a single command line as in the example below.
sudo dpkg -P ibm-lotus-activities ibm-lotus-cae ibm-lotus-sametime ibm-lotus-symphony ibm-lotus-notes
Subject: thanks a lot
i tried this and it worked fine for me. thanks a lot