Basically I've looked around and found this fix to increase the cache size:
Code: Select all
root@conors-laptop:/home/conor# leafpad /ect/apt/apt.conf
Thanks!
Code: Select all
root@conors-laptop:/home/conor# leafpad /ect/apt/apt.conf
Sheesh. Better minds than mine will have to reply to that statement.problem is now it's kicking out a segmentation fault after I put in the command
Code: Select all
APT::Default-Release"mepis";
APT::Cache-Limit 40000000;
APT::Get::Purge;
APT::Get::AllowUnauthenticated 0;
Acquire::cdrom::Mount"/media/cdrom";