| Well Sid had libpisock9 but malsync depends on libpisock8 so...... Add a stable repository to /etc/apt/sources.list.
 
 
 Code: 
deb http://ftp.us.debian.org/debian stable main contrib non-free
 
 Update and install:
 
 Code: 
apt-get update && apt-get install malsync
 |