PINE64
cache/apt/archives FULL - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: UBPorts on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=125)
+---- Thread: cache/apt/archives FULL (/showthread.php?tid=9222)



cache/apt/archives FULL - canadien666 - 02-19-2020

Hi all,

I've running UT on my (BH) PinePhone (off the SD card) for a week or so.  

I run apt update && apt upgrade every few days, but when I ran it today I got an error message after I ran apt upgrade: E: You don't have enough free space in /var/cache/apt/archives/

I installed the image using "Rufus" on a clean/new SD card.  Haven't had any issues running Update/upgrade until now.

Any ideas for a fix other than wiping the SD card and starting over???

Thanks.


RE: cache/apt/archives FULL - canadien666 - 02-19-2020

(02-19-2020, 07:23 AM)canadien666 Wrote: Hi all,

I've running UT on my (BH) PinePhone (off the SD card) for a week or so.  

I run apt update && apt upgrade every few days, but when I ran it today I got an error message after I ran apt upgrade: E: You don't have enough free space in /var/cache/apt/archives/

I installed the image using "Rufus" on a clean/new SD card.  Haven't had any issues running Update/upgrade until now.

Any ideas for a fix other than wiping the SD card and starting over???

Thanks.
  FYI, apt clean and apt autoclean did not rectify the problem...


RE: cache/apt/archives FULL - PinePhoneCoder - 02-19-2020

I think you forgot to resize the sd card partition. In linux you can do that like this:

sudo parted /dev/mmcblk2p1 resizepart 1 100%
sudo resize2fs /dev/mmcblk2p1

Replace the device name (/dev/mmcblk2p1) with your device.


RE: cache/apt/archives FULL - canadien666 - 02-19-2020

Thanks, that makes perfect sense... I knew i forgot something!