sudo apt-get install dpkg-repack fakeroot mkdir ~/dpkg-repack; cd ~/dpkg-repack fakeroot -u dpkg-repack `dpkg --get-selections | grep xorg | cut -f1` fakeroot -u dpkg-repack `dpkg --get-selections | grep xrdp | cut -f1` Basically, I create debian packages from the existing pack...