Installing .deb packages in Debian is simple. Just run: sudo dpkg -i debian-squeeze_samscope_1.2.3.3-2_amd64.deb Replace the .deb file with the name of the file you downloaded, of course. If you get messages about missing dependencies, this can likely be resolved by running: sudo aptitude install -f And following the prompts to install the missing dependencies.