Code::Blocks Forums

User forums => Help => Topic started by: WILL on March 11, 2008, 07:06:16 am

Title: Program Installing CodeBlock 8_02_1 on Ubuntu 7.10
Post by: WILL on March 11, 2008, 07:06:16 am
I download the binary version for Ubuntu 32bit. I extract it on my desktop and then when I tried double click to install it, it show me the message error :
Quote
Dependency is not satisfiable : codeblocks
Anyone could help me out ? Btw, is there any package name that I can use terminal command to directly install it ? I really love using CodeBlock on Windows, now I just switch to Ubuntu but I don't figure out how to make it work ! Any help would appreciated T_T ! Thanks !
Title: Re: Program Installing CodeBlock 8_02_1 on Ubuntu 7.10
Post by: Seronis on March 11, 2008, 01:53:49 pm
I just installed C::B to ubuntu myself a couple days ago.  if you read the whole page you will see the link telling you to add some repositories to your system.  After doing so the package manager was able to resolve the dependancies properly (which is lucky for me as i've only used ubuntu itself a couple days and would not have been able to figure it out on my own).
Title: Re: Program Installing CodeBlock 8_02_1 on Ubuntu 7.10
Post by: WILL on March 11, 2008, 05:21:29 pm
Quote
you read the whole page you will see the link telling you to add some repositories to your system
Could you tell me what page ? T_T ! Thanks !
Title: Re: Program Installing CodeBlock 8_02_1 on Ubuntu 7.10
Post by: Seronis on March 11, 2008, 06:10:22 pm
http://www.codeblocks.org/downloads/binaries

Read note #2 just below the sourceforge links.  That will make sure the main dependancy on the proper version of wxwidgets can be handled.  Other than that some of those debs you got in the download depend on each other so you will have to just pay attention to which ones are saying that another deb is required first.

For more info if you move over to page 2(for now) in the Help forum you will find

http://forums.codeblocks.org/index.php/topic,7867.0.html

Which addresses the same problems.  Hope that gives you what you need
Title: Re: Program Installing CodeBlock 8_02_1 on Ubuntu 7.10
Post by: WILL on March 11, 2008, 10:29:21 pm
Thanks a lot Seniors T_T. I'd appreciate that !
Title: Re: Program Installing CodeBlock 8_02_1 on Ubuntu 7.10
Post by: drdos2006 on April 10, 2008, 07:41:59 am
Here is how I did it.
To install Code::Blocks on Ubuntu 7.10 64bit OS.

Create a temp folder and copy downloaded file to a temp folder.
Unzip the downloaded zipped file and expand Code::Blocks to *.deb files with a mouse double-click.
Install each of the *.deb files, install with a mouse double-click..

Enter terminal mode. Copy all the *.deb files to /var/cache/apt/archives.
   sudo cp /home/MyName/temp/*.deb  /var/cache/apt/archives
Exit terminal mode.
Using System -> Administraton -> Synaptic Package Manager, search for “codeblocks”.
Highlight “codeblocks”, right mouse click and drop down to “Mark Suggested for installation”.
The libraries for installation will be “libwxgtk2.8-dev” and “wxcommon”.
Apply the installation. Close the package manager.
Run Code::Blocks.