PDA

View Full Version : [SOLVED] insight debugger



chuchi
December 30th, 2010, 07:03 PM
Hello friends! I'm learning to assembly program, and the tutorial follows a debugger called "insight". I wanted to install it from ubuntu packages, but the package isn't avaliable from my "Lucid Lynx" but it's from "dapper" and others versions. Is there any problem if I install the package from other version?

gordintoronto
December 30th, 2010, 09:15 PM
There's a later version:
http://packages.ubuntu.com/karmic/insight

It has 8 dependencies, and they probably have dependencies. If you already have all (most?) of the dependencies installed, you might be able to use it.

Or you could try the insight home page:
http://sourceware.org/insight/downloads.php

chuchi
December 31st, 2010, 12:15 AM
I have put the line "deb http://ubuntu.mirror.cambrium.nl/ubuntu/ karmic main universe" in my source.list file. And when I type "apt-get update" i get this error




"Err http://ubuntu.mirror.cambrium.nlkarmic/main Packages 403 Forbidden"



And I can't install it!!. Installing from the web page it's impossible to me. I have been all the afternoon trying!!!!

Many thanks!

gordintoronto
December 31st, 2010, 01:23 AM
Get rid of the bad line in your Sources file. You can download directly from http://packages.ubuntu.com/karmic/insight

The "packages" site is primarily for people who have Ubuntu systems which are not connected to the Internet.

However, you need to check the dependencies manually, in Synaptic.

chuchi
January 3rd, 2011, 10:25 AM
Hello!! Now i realised gdb allow me to learn assembler!! Many thanks!!!