Most of the packages on this site are easily installed using the dpkg -i command line tool.

As an example, if you have downloaded the xandros-detect-base_0.0.31.1-2_i386.deb package to the /tmp/ directory, the following command can be used to install this package (entered in a root user console):

    dpkg -i /tmp/xandros-detect-base_0.0.31.1-2.i386.deb

If you have downloaded multiple packages to a floppy disk (possibly as a method to transfer them from another computer), and wish to install them all at once, the following commands could be used (entered in a root user console):

    modprobe floppy     (only necessary if your floppy is not working)
    mount /mnt/fd0       (0 is the number zero)
    dpkg -i /mnt/fd0/*
    umount /mnt/fd0

Please send us email at support@xandros.com if you have any problems with these packages.

Thanks,