Have you read this: http://www.debian.org/doc/FAQ/ch-pkgtools.en.html ?
Also have you tried to install the packages with dpkg?
hint1: you should add all packages to the command
hint2: read the manual for dpkg
hint3: execute "man dpkg" for the manual
I try this
cd Desktop
cd i386 //all deb files are inside this folder
dpkg --install codeblocks_10.05-1_i386.deb
but it says error see attachment.
you say add all the packages to the command what does it mean.
You can see the desktop environment in the attachment can you tell me the suitable command.
thanks for you useful reply waiting for next one.
Running dpkg is the same as running apt-get or aptitude or synaptic...
You need to be a super user to install something.
Aptitude and synaptics can allow you to become admin by asking you the pass.
But with the vast majority of command line tools, you will have to become admin before.
Ubuntu give the "sudo" command for this, or you may prefer (as I) "su".
Your command should be:
sudo dpkg -i codeblocks_10.05-1_i386.deb
But that will probably fail too, because other packages could be absent.
If all packages are in your directory and there are no other, you can use:
To be faster.
Else, you will have to precise all packages manually, like this:
sudo dpkg -i codeblocks_10.05-1_i386.deb another_12.34-5_arch.deb package_23.45-6_arch.deb
Obviously, replace the 2 I added which are fictive by the real ones.
BTW you should really read some docs about CLI and posix privileges... the error message is really easy to understand...
PS: I love this image oBFusCATed... Will put it in favorites as a nice tool