I came across these instructions in an old Blog post.
"If you’ve installed a lot of programs from Synaptic, you may want to get rid of their installation packages. To delete the installation packages, or .debs, open up a Terminal (Applications->Accessories->Terminal) and enter the following: sudo rm -f /var/cache/apt/archives/*.deb"
I was not aware that a copy of the a .deb package was kept in the system after installation through Synaptic. After seeing this I took a look in my /var/cache/apt/archives directory, and there were no .deb packages there (yes I enabled hidden files). I decided to run the command just to see what would happen, and absolutely nothing happened. So what's the deal here? Do other distributions keep .deb packages, and Mint doesn't? Thanks for any insight into this.




