Page 1 of 1

[SOLVED] CodeLite Upgrade Failed

Posted: Tue Feb 13, 2018 9:24 pm
by Slyde
OS: Linux Mint 18.3

I ran: apt=get remove --purge codelite
Then I tried to install the newest CodeLite: CodeLite-11.0.8-gtk2-ubuntu-trusty-x86_64.deb

And I got this error:

Code: Select all

Unpacking codelite (11.0.8-gtk2) ...
dpkg: error processing archive /home/floyd/Downloads/CodeLite-11.0.8-gtk2-ubuntu-trusty-x86_64.deb (--install):
trying to overwrite '/usr/share/codelite/wxgui.zip', which is also in package wxcrafter 2.8-1.xenial
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
What did I do wrong?

Re: CodeLite Upgrade Failed

Posted: Tue Feb 13, 2018 10:15 pm
by DavidGH
Hi,

Perhaps:
apt=get remove --purge codelite wxcrafter

Regards,

David

Re: CodeLite Upgrade Failed

Posted: Tue Feb 13, 2018 10:40 pm
by Slyde
BINGO!

Thanks