If I remove any application with sudo apt-get remove <applicationName>
, the application is removed and then I can remove the repository later on.
I have noticed that certain cached and config files remain in the system. Some take up a large amount of space, e.g. GOOGLE-CHROME. It is hard to find and delete the remaining manually, as I am often not certain whether to delete them or not.
Is there any way to delete an application including the config and cache files along with the application?
config
files stored in your home folder, this is status-by-design or in other words a feature. – Seth Jan 18 '13 at 19:46config
files toHome
though, it might store them else ware. A good way to find out is to reinstall Google Chrome and see if it has any of your settings, etc. – Seth Jan 18 '13 at 20:02