Author Topic: Ubuntu - error - installation  (Read 37902 times)

Offline Klaw117

  • Single posting newcomer
  • *
  • Posts: 4
Re: Ubuntu - error - installation
« Reply #15 on: June 21, 2010, 08:31:49 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.

Offline Calmarius

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: Ubuntu - error - installation
« Reply #16 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

Offline kencamargo

  • Multiple posting newcomer
  • *
  • Posts: 110
Re: Ubuntu - error - installation
« Reply #17 on: July 06, 2010, 09:00:48 pm »
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

Offline kencamargo

  • Multiple posting newcomer
  • *
  • Posts: 110
Re: Ubuntu - error - installation
« Reply #18 on: July 06, 2010, 09:02:02 pm »
Either option gives access to freshly minted c::b 10.4...

That, of course, should be 10.5.

lorenzosu

  • Guest
Re: Ubuntu - error - installation
« Reply #19 on: September 05, 2010, 04:32:28 pm »
Hi,

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

Code
sudo su
- a # prompt should appear
Code
echo "deb http://apt.wxwidgets.org/ lucid-wx main" >> /etc/apt/sources.list
Code
exit
Code
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

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

Code
cd i386

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

Bests,
Lorenzo

Offline kencamargo

  • Multiple posting newcomer
  • *
  • Posts: 110
Re: Ubuntu - error - installation
« Reply #20 on: September 05, 2010, 08:18:40 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

  • Guest
Re: Ubuntu - error - installation
« Reply #21 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Ubuntu - error - installation
« Reply #22 on: March 25, 2012, 09:54:15 am »
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.