> I downloaded firestarter and am wondering how I get apt-get to install > it. When I run the command, it says it cannot find the deb file.
You need to use "dpkg" to install it now that it's already downloaded. "dpkg -i filename.deb" will do it. Regards Hall