Showing posts with label contrib. Show all posts
Showing posts with label contrib. Show all posts

Monday, November 7, 2016

Fix Codeblocks Contrib install problem libhunspell

Fix Codeblocks Contrib install problem libhunspell


When youre installing Code::Blocks contrib packages using apt, at some point you might face the issue of unsatisfied dependencies for

libhunspell-1.2-0
valgrind
cccc
cscope etc...
Even though you can install all the other packages manually using just the names provided in the error messages you cannot install the libhunspell package. Theres an obvious reason for this. Its not in any Ubuntu repositories. To address this issue, you have to do as follows
1. Go to [ http://packages.debian.org/squeeze/libhunspell-1.2-0 ]
2. Download the .deb package for your respective architecture.
3. Using Terminal, go to the directory where you stored the .deb file and install it using
sudo dpkg -i <package-name>.deb
4. Now go for installing the Contrib package again, it should go smooth.

Go to link download

Read more »