Code::Blocks Forums

User forums => Help => Topic started by: qi437103 on November 11, 2011, 09:28:06 am

Title: having problems when apt-get upgrade after install codeblock
Post by: qi437103 on November 11, 2011, 09:28:06 am
I installed codeblock  some days ago,but when I run
apt-get upgrade
I got something like this:
 codeblocks-contrib : needs: libwxsmithlib0 (= 10.05-1) but 10.05-2 is going to be installed
                      needs: codeblocks (= 10.05-1) but 10.05-2 is going to be installed
 codeblocks-dev :needs: libcodeblocks0 (= 10.05-1) but 10.05-2 is going to be installed
 libwxsmithlib0-dev : needs: libwxsmithlib-dev (= 10.05-2) but it won't be installed

what should I do??
PS:I'm using ubuntu 11.10
well, my OS langrage is Chinese,so the message above is in Chinese, and I translated it into English.I hope my poor English doesn't trouble you when reading the message.
Title: Re: having problems when apt-get upgrade after install codeblock
Post by: Jenna on November 11, 2011, 10:33:54 am
If I interprete the version-numbers correctly, the install is from the ubuntus repo.
Ubuntu uses modified control-files, so you should ask the ubuntu devs.
What you can try is
Code
apt-get install codeblocks
or use a graphical package-manager like synaptic.
Uninstalling C::B and reinstalling it can also be an option, the config-files are below the users home-dir and should not be touched in any case.