Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 1662  / 1 Year ago, sun, january 15, 2023, 4:34:40

The Ubuntu "Software Up To Date" is now becoming painful like Windows.



Every time the update check starts, it takes ages to "update cache" and hogs all the internet bandwidth. How to reduce the bandwidth usage of the update process? Additionally, how to remove unnecessary updates of redundant software.



I need to also reduce the download volume as quota is limited (and very costly at about $1 per 100MB).


More From » apt

 Answers
3

To limit bandwidth used by apt you can edit /etc/apt/apt.conf.d/50unattended-upgrades, uncomment the Acquire::http::Dl-Limitline and set the speed you want. For example:



Open the terminal: Ctrl+Alt+T

Open the file: sudo gedit /etc/apt/apt.conf.d/50unattended-upgrades

Change the last line to the following: Acquire::http::Dl-Limit "50";



Where the number between quotes is the speed in kb/sec.


[#36628] Sunday, January 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
azaaburge

Total Points: 266
Total Questions: 85
Total Answers: 109

Location: Djibouti
Member since Sat, Oct 29, 2022
2 Years ago
;