How can i increase the size of APT::Cache-limit

Asked by Postantsidis Theodoros

I have this message but i don't know how to do. Can you write to me all the commands, just to copy, because i don't know anything about programming.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Warren Hill (warren-hill) said :
#1

Open a terminal (CTRL+ALT+T)

sudo gedit /etc/apt/apt.conf.d/70debconf

This opens a file in gedit (the text editor)

Add this line at the bottom of the file, save and exit

APT::Cache-Limit "100000000";

Or if you want a different size change 100000000 to what you want
Job done. You may want to test it try this in a terminal

sudo apt-get clean && sudo apt-get update --fix-missing

Revision history for this message
Postantsidis Theodoros (blokaki) said :
#2

i solve this problem thank you very much. I must to solve now the problem with the broken connections but i hope...

Revision history for this message
Warren Hill (warren-hill) said :
#3

Please mark this question as solved. Open a new question with details of you connection problems and we will try to hep.

Can you help with this problem?

Provide an answer of your own, or ask Postantsidis Theodoros for more information if necessary.

To post a message you must log in.