Author Topic: Problem with libcodeblocks0 installing CB 8.02  (Read 3372 times)

Offline cecilio

  • Multiple posting newcomer
  • *
  • Posts: 17
Problem with libcodeblocks0 installing CB 8.02
« on: March 23, 2008, 12:19:29 pm »
Hi,
I have the CB SVN 4161 version installed and running without problems on my Ubuntu 7.10 machine.

THis morning I thought about upgrading. So I downloaded the latest CB stable realease 8.02 (ubuntu package) and, after executing untar, I started with:
Code
sudo dpkg -i libcodeblocks0_8.02-0ubuntu1_i386.deb 

And I got the following error messages (original messages were in Spanish. I attach a free translation):

Code
Unpackaging libcodeblocks0 (de libcodeblocks0_8.02-0ubuntu1_i386.deb) ...
dpkg: error processing libcodeblocks0_8.02-0ubuntu1_i386.deb (--install):
 attempting to overwrite `/usr/lib/libcodeblocks.so.0.0.1', that also is in codeblocks package
dpkg-deb: paste subprocess was terminated by signal (broken pipe)

My knowledge about Linux is minimal. Could you help me with this?

Thank you

Cecilio

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Problem with libcodeblocks0 installing CB 8.02
« Reply #1 on: March 23, 2008, 04:25:37 pm »
it seems that you don't need libcodeblocks0 to install codeblocks, since the library is "already" in the package.

Offline cecilio

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Problem with libcodeblocks0 installing CB 8.02
« Reply #2 on: March 23, 2008, 04:55:28 pm »
OK, I will ignore the libcodeblocks0 error.

Then I continue:

Code
sudo dpkg -i codeblocks_8.02-0ubuntu1_i386.deb

Unfortunately, now I get (again, my free translation from Spanish):
Code
dpkg: dependencies problems prevent codeblocks configuration:
 codeblocks depends on libcodeblocks0 (= 8.02-0ubuntu1); nevertheless:
  Package `libcodeblocks0' is not installed.
dpkg: error processing codeblocks (--install):
 dependencies problems - it is left without configuring it

any idea?

Thank you,
Cecilio

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Problem with libcodeblocks0 installing CB 8.02
« Reply #3 on: March 23, 2008, 06:07:03 pm »
You should use pasgui repository is much more easy and you get the updates automatically, here;
http://lgp203.free.fr/spip/

Just follow hes instructions to configure (synaptic really nice)  :D

Offline cecilio

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Problem with libcodeblocks0 installing CB 8.02
« Reply #4 on: March 23, 2008, 10:12:32 pm »
I followed JGM advice and downloaded from pasqui repository. So my problem is solved, although I would liked to have an explanation of the problem I was having as it is the only way to learn.

Any way, thank you very much for the help, and thank you to Code::Blocks developers for this excellent IDE.

Regards,