apt-get: You don't have enough free space
Hi,
I installed node.js with apt-get on my STM32MP157C-DK2, which worked great.
Now I want to install another package but it fails
apt-get install nodejs-npm...
Need to get 7286 kB of archives.
After this operation, 0 B of additional disk space will be used.
E: You don't have enough free space in /var/cache/apt/archives/.But I think there is still enough free space on the SD Card:
root@stm32mp1:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 715M 682M 0 100% /
devtmpfs 150M 0 150M 0% /dev
tmpfs 214M 0 214M 0% /dev/shm
tmpfs 214M 20M 195M 10% /run
tmpfs 214M 0 214M 0% /sys/fs/cgroup
tmpfs 214M 4.0K 214M 1% /tmp
/dev/mmcblk0p4 58M 8.5M 46M 16% /boot
tmpfs 214M 80K 214M 1% /var/volatile
/dev/mmcblk0p7 14G 74M 13G 1% /usr/local
/dev/mmcblk0p5 15M 8.4M 5.1M 63% /vendorhope someone can help. Otherwise I have to cancel my work with node.js
regards
Lukas
