<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.3">
</HEAD>
<BODY>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">If I can't add this as a repository then I must ask a "DEB based Distro"</FONT> <FONT COLOR="#000000">newbie question...</FONT>
<FONT COLOR="#000000">Once I have downloaded a .deb file, how the heck do I install it.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
AH !!  At last something I can answer, being a Ubuntu/Debian newbie myself ! :-)<BR>
<BR>
Asked the same question a month ago when I downloaded the Warty ISO.<BR>
<BR>
It is so simple you will love it.<BR>
<BR>
Just open a terminal or switch to a console, and go to the directory containing your .deb file, then just type:<BR>
<BR>
"sudo dpkg -i  my_program.deb"<BR>
<BR>
and it will install your program in an eye blink. Then you can look in Synaptic and you will find it there :o)<BR>
<BR>
HTH,<BR>
<BR>
Vince<BR>
<BR>
</BODY>
</HTML>