Home / howto / installdebian31 
How To Install Gambas on a Debian 3.1
I installed debian3.1r1 on my computers, using images I downloaded 2005-12-20 from internet. http://ftp.de.debian.org/debian/

Gambas is not contained in this distribution.

I needed to do this:

Examples

<ul>
<li>Download all files from http://gambas.sourceforge.net/,
http://gambas.sourceforge.net/download.html,
 http://www.linex.org/sources/linex/debian/dists/cl/gambas/binary-i386/
to a temporary directory. e.g. /d/temp/gambasdl

<li>Check the file /d/temp/gambasdl/Packages. See there is

<pre>
Filename: <b>dists/cl/gambas/binary-i386/gambas_1.9.20-4_all.deb</b>
Size: 3250
</pre>

<li>Move all downloaded files to /d/linux/dists/cl/gambas/binary-i386

<li>Add in Synaptic at Settings - Packet Sources - New:
<pre>
Addresse : file:///d/linux/
Distribution : cl
Sections : gambas
</pre>

<li>Search for gambas in Names, Install it
</ul>