![]() |
2010-04-19
, 05:43
|
|
Posts: 144 |
Thanked: 32 times |
Joined on Jan 2010
@ Cali
|
#12
|
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.
To remove packages manually:Code:sudo gainroot df - h /
Of course replace <package name> with an actual package name like apt-get remove dosboxCode:sudo gainroot apt-get remove <package name>
![]() |
2010-04-19
, 07:24
|
|
Posts: 577 |
Thanked: 699 times |
Joined on Feb 2010
@ Malta
|
#13
|
The Following User Says Thank You to pantera1989 For This Useful Post: | ||
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.