News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Ubuntu - error - installation

Started by BlubBlub, June 02, 2010, 05:46:49 PM

Previous topic - Next topic

Klaw117

Quote from: jens on June 21, 2010, 07:37:27 PM
It's no problem to use the tar-ball with the debug-files, It's just much larger and contains deb-files you do not need.

I can tell you how to cd to the folder your deb's are in, but I do not do it for two reasons:

1. it's far beyond the scope of our forum to teach how OS basics work,
2. it's better to find it out yourself, because learning how to find find solutions for problems is one of the most important things for any programmer.


Heheh, fair enough. I actually figured it out, so all is good. Thanks for helping me out.

Calmarius

I think it's better to wait for Ubuntu guys to update the main repository. cb 8.02 is still good enough. Maybe it will be available in Ubuntu 10.10

kencamargo

Quote from: Calmarius on July 06, 2010, 10:31:15 AM
I think it's better to wait for Ubuntu guys to update the main repository. cb 8.02 is still good enough. Maybe it will be available in Ubuntu 10.10

For the umpteenth time, just choose between (a) using pasgui's pack with the wxwidgets that comes with Ubuntu (since 9.4), or (b) use the wxwidget repository with Jen's pack. Either option gives access to freshly minted c::b 10.4...

Ken

kencamargo

Quote from: kencamargo on July 06, 2010, 09:00:48 PM
Either option gives access to freshly minted c::b 10.4...

That, of course, should be 10.5.

lorenzosu

Hi,

On lucid i368 I had to do the following based on san's solution (see here: http://forums.next.codeblocks.org/index.php/topic,12662.msg86195.html#msg86195 (this is just for the basic codeblocks):

sudo su
- a # prompt should appear
echo "deb http://apt.wxwidgets.org/ lucid-wx main" >> /etc/apt/sources.list
exit

wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx-common


- download codeblocks-10.05-1-debian-i386.tar.bz2 http://prdownload.berlios.de/codeblocks/codeblocks-10.05-1-debian-i386.tar.bz2
- cd to the location where you downloaded the file

tar xvf codeblocks-10.05-1-debian-i386.tar.bz2

cd i386

sudo dpkg -i libcodeblocks0_10.05-1_i386.deb codeblocks-common_10.05-1_all.deb codeblocks_10.05-1_i386.deb


Bests,
Lorenzo

kencamargo

Quote from: lorenzosu on September 05, 2010, 04:32:28 PM
- download codeblocks-10.05-1-debian-i386.tar.bz2 http://prdownload.berlios.de/codeblocks/codeblocks-10.05-1-debian-i386.tar.bz2

Better yet, just add Jen's repository to your sources, and then mark all the code::blocks packages (or leave out the dev ones) for download and install.

Ken

obvn

I tryed to install, following this:
http://wiki.codeblocks.org/index.php?title=Installing_Code%3a%3aBlocks_nightly_build_on_Ubuntu
I cant understand the 5. step.
What should i write here: <Name_Of_Daily_Build.deb>

sry for bad english

Jenna

Quote from: obvn on March 24, 2012, 10:54:41 PM
I tryed to install, following this:
http://wiki.codeblocks.org/index.php?title=Installing_Code%3a%3aBlocks_nightly_build_on_Ubuntu
I cant understand the 5. step.
What should i write here: <Name_Of_Daily_Build.deb>

sry for bad english
This is outdated!
I suggest using my repo instead: see http://apt.jenslody.de/ for details.