![]() |
Clean up tool
Hi,
I noticed that when I de-install a program not everything is removed although I can not browse or see where those files are (or I don't know hoe to). For example when installing the gpr-calendar and add calendars those settings stay on the device when de-install and afterwards install and start the application again - therefore I guess that over time alot of unused files are remaining in the memory. A tool to clean up those unused stuff would be great. Is there already something like this? Thanks |
Re: Clean up tool
For apt-based software management systems, including the n810, from a command line you can run two commands:
(1) apt-get clean (2) apt-get autoclean The first removes the left behind files other than lock files. The second removes package files that can no longer be downloaded (because you have a newer versions installed, for instance). You can check out the apt-get man page for more apt goodness here: http://www.debian.org/doc/manuals/ap...pt-get.en.html You will see your /var directory shrink substantially using these, usually. Edit: oops, forgot to mention that you'll need root access to get permission to the /var directories to do this. |
Re: Clean up tool
I think you mean the per-user settings. They are in /home/user/.<name of application>. To delete settings of a certain app, for example one called 'some-app' do the following:
- Open xterm. By default you are in /home/user/ - To see all folders and files in there type: Code:
ls -al Code:
rm -rf .some-app Code:
mv .some-app .some-app-backup |
Re: Clean up tool
Thanks for those hints. My Unix days are long time back. Could you please let me know how I become root? Thanks.
|
Re: Clean up tool
Quote:
I've been inclined to go with one of the first two options. But some will swear by the openssh method. If you search the forums for these keywords, you'll see where to get the packages and what to do once you get them. I'd look at them and see which one looks easiest for you to understand and get working quickly and go with that. |
All times are GMT. The time now is 06:17. |
vBulletin® Version 3.8.8