I am downloading a very large package and my internet connection isn't the fastest, so browsing the web at the same time is a pain. How can I limit the bandwidth apt-get
uses?
I am downloading a very large package and my internet connection isn't the fastest, so browsing the web at the same time is a pain. How can I limit the bandwidth apt-get
uses?
A trick I picked up when adjusting someone else's computer:
For temporary limits, add the
-o
flag to yourapt-get
command:For permanent throttling, create the file
/etc/apt/apt.conf.d/75lowerspeed
and save the following in it:Both methods limits
apt-get
to 25 kBps (kilobytes per second).