install: add line to /etc/apt/sources.list deb http://www.remastersys.com/ubuntu [distro] main try running sudo apt-get update if it fails because of the public key, do the following: gpg --keyserver pgpkeys.mit.edu --recv-key [KEY-FROM-ERROR-MESSAGE] gpg -a --export [KEY-FROM-ERROR-MESSAGE] | sudo apt-key add - links: http://www.miketyka.com/2012/01/creating-a-ubuntu-livecd-using-virtualbox-and-remastersys/ http://en.kioskea.net/faq/809-debian-apt-get-no-pubkey-gpg-error