Well, the type of file you\'re looking for is going to be dependant on what sort of packaging system your linux distro uses. My guess (since this is aimed at the beginner linux user) is that it is going to be a .deb debian based system since it has one of the best packaging systems...(I know Gentoo\'s is way cooler with the ebuilds, but come on! No novice likes to wait like that). If it is I would think it would be relatively easy to create a .deb file from the binary compiled version, once it has been tested to work on your distro. Deb\'s are fairly easy to create I think, I\'m not sure about RPM\'s, but I would assume they are similar? Then once it is in a deb, just go ahead and tar.bz2 it or whatever you\'re compressing the iso files with and have it go in the installer list.