View Single Post
thefoxtrot's Avatar
Posts: 144 | Thanked: 32 times | Joined on Jan 2010 @ Cali
#12
Originally Posted by pantera1989 View Post
thefoxtrot please do the following:

Firstly take a look at this wiki page:
http://wiki.maemo.org/Free_up_rootfs_space

Do what they say there and learn about what you did wrong.

You should always check the space an app is taking after installing. Do that by in xterm do this and check how much you had before and after installing.
Code:
sudo gainroot
df - h /
To remove packages manually:
Code:
sudo gainroot
apt-get remove <package name>
Of course replace <package name> with an actual package name like apt-get remove dosbox
Yes. And thank you for maintaining a certain degree of civility when dealing with a n00b.

Thanks.