News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Troubles installing C::B 8.02 on Ubuntu

Started by r0d, February 29, 2008, 05:36:35 PM

Previous topic - Next topic

binaryV

Thanks guys.  I'm up and running and loving it!

WILL

QuoteThat's a warning. Just proceed installing C::B now.
I got the same problem with him. But I still didn't get it install ! I'm sorry I'm a little slow, I don't understand how we can install, just click all on the files from the binary file or do we have some command that I can just type in terminal. I'm really frustrated :( ! Any help would be appreciated a lot !

Jenna

Quote from: WILL on March 12, 2008, 05:41:00 AM
QuoteThat's a warning. Just proceed installing C::B now.
I got the same problem with him. But I still didn't get it install ! I'm sorry I'm a little slow, I don't understand how we can install, just click all on the files from the binary file or do we have some command that I can just type in terminal. I'm really frustrated :( ! Any help would be appreciated a lot !

From the command-line (as root or with sudo) yo can type

dpkg -i <names_of_deb_files_seperated_by_spaces>


If you do it this way there are no problems with the dependencies between the C::B-packages.
If external dependencies are missing the have to be fullfilled first (libwxgtk2.8 ...).

dgrafix

So in simple apt get-terms for a noob has anyone got this working?
i tried adding that repo and got the key,
tried both
sudo apt-get install libwxgtk2.8-7
and
sudo apt-get install libwxgtk2.8.7

no joy.

Jenna

Quote from: dgrafix on March 13, 2008, 12:58:20 AM
So in simple apt get-terms for a noob has anyone got this working?
i tried adding that repo and got the key,
tried both
sudo apt-get install libwxgtk2.8-7
and
sudo apt-get install libwxgtk2.8.7

no joy.

The package is called libwxgtk2.8-0, so try

sudo apt-get install libwxgtk2.8-0

WILL

#20
Quotesudo apt-get install libwxgtk2.8-7
I installed this package ? But I still couldn't find CB on my pc. I'm sorry If I sounds so stupid to you guys, but honestly I'm to new to computer :(. Please help me !
Quotedpkg -i <names_of_deb_files_seperated_by_spaces>
About this one, "names_of_deb_files_seperated_by_spaces", you means all the file on the .tar file that I download from CodeBlock ( I means binary version for 32bit Ubuntu here ). right ?
Then I tried this :
Quotechan@MrChan:~$ sudo dpkg -i<codeblocks_8.02-0ubuntu1_i386.deb codeblocks-contrib_8.02-0ubuntu1_i386.deb codeblocks-dbg_8.02-0ubuntu1_i386.deb codeblocks-dev_8.02-0ubuntu1_i386.deb libcodeblocks0_8.02-0ubuntu1_i386.deb libwxsmithlib0_8.02-0ubuntu1_i386.deb libwxsmithlib0-dev_8.02-0ubuntu1_i386.deb>
bash: syntax error near unexpected token `newline'
And It told me :( !!

Seronis

make sure there is a space after the  '-i'  and remove the two angle brackets

<type_what_you_need_here>

doesnt mean

<something.deb>

rather it means

something.deb

WILL

Thanks ! I did :
[quote]chan@MrChan:~/Desktop/CB$ sudo dpkg -i codeblock_8.02-0ubuntu1_i386.deb codeblocks-contrib_8.02-0ubuntu1_i386.deb codeblocks-dbg_8.02-0ubuntu1_i386.deb codeblocks-dev_8.02-0ubuntu1_i386.deb libcodeblocks0_8.02-0ubuntu1_i386.deb libwxsmithlib0_8.02-0ubuntu1_i386.deb libwxsmithlib0-dev_8.02-0ubuntu1_i386.deb
dpkg: error processing codeblock_8.02-0ubuntu1_i386.deb (--install):
cannot access archive: No such file or directory
(Reading database ... 130116 files and directories currently installed.)
Preparing to replace codeblocks-contrib 8.02-0ubuntu1 (using codeblocks-contrib_8.02-0ubuntu1_i386.deb) ...
Unpacking replacement codeblocks-contrib ...
Preparing to replace codeblocks-dbg 8.02-0ubuntu1 (using codeblocks-dbg_8.02-0ubuntu1_i386.deb) ...
Unpacking replacement codeblocks-dbg ...
Preparing to replace codeblocks-dev 8.02-0ubuntu1 (using codeblocks-dev_8.02-0ubuntu1_i386.deb) ...
Unpacking replacement codeblocks-dev ...
Preparing to replace libcodeblocks0 8.02-0ubuntu1 (using libcodeblocks0_8.02-0ubuntu1_i386.deb) ...
Unpacking replacement libcodeblocks0 ...
Preparing to replace libwxsmithlib0 8.02-0ubuntu1 (using libwxsmithlib0_8.02-0ubuntu1_i386.deb) ...
Unpacking replacement libwxsmithlib0 ...
Preparing to replace libwxsmithlib0-dev 8.02-0ubuntu1 (using libwxsmithlib0-dev_8.02-0ubuntu1_i386.deb) ...
Unpacking replacement libwxsmithlib0-dev ...
dpkg: dependency problems prevent configuration of codeblocks-contrib:
codeblocks-contrib depends on codeblocks (= 8.02-0ubuntu1); however:
  Package codeblocks is not installed.
dpkg: error processing codeblocks-contrib (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of codeblocks-dbg:
codeblocks-dbg depends on codeblocks (= 8.02-0ubuntu1); however:
  Package codeblocks is not installed.
dpkg: error processing codeblocks-dbg (--install):
dependency problems - leaving unconfigured
Setting up libcodeblocks0 (8.02-0ubuntu1) ...

Setting up libwxsmithlib0 (8.02-0ubuntu1) ...

Setting up libwxsmithlib0-dev (8.02-0ubuntu1) ...
Setting up codeblocks-dev (8.02-0ubuntu1) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
codeblock_8.02-0ubuntu1_i386.deb
codeblocks-contrib
codeblocks-dbg
chan@MrChan:~/Desktop/CB$

It got some errors, and I still didn't find CB on my pc yet :( ! Could you help ?

WILL

Thanks for all your help T_T ! Finally I got it guys, so happy now haha T_T !