Thread
:
Reclaim storage after uninstalling software?
View Single Post
notnarb
2010-05-06 , 07:24
Posts: 109 | Thanked: 56 times | Joined on Apr 2009
#
2
open up terminal, and type in ls -a ("ls" lists files in current directory, -a shows
a
ll files), then "rm -r" (
r
e
m
ove
r
ecursively) the folders belonging to programs you don't want to use anymore.
The folders starting with periods are hidden folders which programs leave behinds to store user data (preferences and such), and can be safely deleted.
example
Code:
rm -r .navit
Quote & Reply
|
The Following User Says Thank You to notnarb For This Useful Post:
buurmas
notnarb
View Public Profile
Send a private message to notnarb
Find all posts by notnarb