Speed up apt-get by removing language related updates
If you use applications in English you don’t need translation for packages from English to English. If you stop this language related updates from apt-get, it will increase the apt-get update.
to do that open /etc/apt/apt.conf.d/00aptitude
1 |
nano /etc/apt/apt.conf.d/00aptitude |
And add the following line at the end of this file:
1 |
Acquire::Languages "none"; |