sadly, apt-get purge gives me a error about missing command, or something like that, so i cant really tell it to purge any leftovers related to python-launcher...
### View orphan files: dpkg --list | grep ^rc | awk '{ print $2; }' ### Clean up the files: #dpkg --purge $(dpkg --list | grep ^rc | awk '{ print $2; }')