View Single Post
gvid's Avatar
Posts: 15 | Thanked: 6 times | Joined on Jun 2012 @ Sri lanka
#6
Originally Posted by michaaa62 View Post
Your rootfs is full. You might look at it yourself with this simple command
Code:
df
Try to free some space by disabling extras-testing and extras-devel catalogues. Then you might search the wiki for the moveroot.sh script to gain some more free space.
You might then analyze the biggest space wasters with
Code:
du -a / | sort -n | tail -n 50
Thank you michaaa62..you are correct.my rootfs is full.
Actually I cant disable those catalogues as my phne do not show any catalogues now.
I tried the wiki page.

Clear apt cache

Run following command (has to be done as root)

apt-get clean


plz tell me whats the meanin of "has to be done as root"