Having trouble updating

After the move to the new OS (which went fine), I can’t seem to be able to update anymore.

It’s taking forever and doesn’t seem to work at all.

It’s not only updating by the way, I noticed also that rebooting is taking at least twice as long as before.

Do you have enough free space to do the update ? I needed to remove add ons to get up to 1GB free then I could update ok.

don’t know, how do I know in Linux how much space is used on the sd card?

In terminal type df -m and you should see the sizes and free space

core-ssh:~# df -m
Filesystem 1M-blocks Used Available Use% Mounted on
none 4784 3670 849 81% /
tmpfs 486 0 486 0% /dev
tmpfs 486 0 486 0% /sys/fs/cgroup
/dev/sda2 294 226 49 82% /dev/init
/dev/sda6 4784 3670 849 81% /data
/dev/sda6 4784 3670 849 81% /config
/dev/sda6 4784 3670 849 81% /ssl
/dev/sda6 4784 3670 849 81% /addons
/dev/sda6 4784 3670 849 81% /backup
/dev/sda6 4784 3670 849 81% /share
/dev/sda6 4784 3670 849 81% /etc/resolv.conf
/dev/sda6 4784 3670 849 81% /etc/hostname
/dev/sda6 4784 3670 849 81% /etc/hosts
shm 64 0 64 0% /dev/shm
tmpfs 486 0 486 0% /proc/timer_list
tmpfs 486 0 486 0% /proc/timer_stats
tmpfs 486 0 486 0% /proc/sched_debug
tmpfs 486 0 486 0% /sys/firmware

ok thx, will do that