[SOLVED] CodeLite Upgrade Failed

CodeLite installation/troubleshooting forum
Slyde
CodeLite Curious
Posts: 8
Joined: Thu Feb 01, 2018 11:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

[SOLVED] CodeLite Upgrade Failed

Post 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?
Last edited by Slyde on Wed Feb 14, 2018 2:49 am, edited 1 time in total.
Linux Mint 18.3
CodeLite 11.0.8
wxCrafter 2.7
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: CodeLite Upgrade Failed

Post by DavidGH »

Hi,

Perhaps:
apt=get remove --purge codelite wxcrafter

Regards,

David
Slyde
CodeLite Curious
Posts: 8
Joined: Thu Feb 01, 2018 11:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite Upgrade Failed

Post by Slyde »

BINGO!

Thanks
Linux Mint 18.3
CodeLite 11.0.8
wxCrafter 2.7
Post Reply