I have uninstalled a package and i have added the ppa via terminal for example.
I have to know that the packages have uninstalled successfully without leaving any file in my computer.
Is there any Command line to check it whether it was removed without leaving a single file?
I'm using Ubuntu14.04
apt-file list package_name
will list all the files a package installs although it doesn't include generated config files – mchid Aug 06 '15 at 05:48