0

While surfing the net I came across a command called apt-fast which speeds up downloading packages.

I'm not familiar with this command. Can that command be used to download torrents faster like an album your downloading through a torrent client such as Transmission, and, if so, what do you put at the end of the command to specify what to speed up, eg:do you put apt-fast-(link address) or apt-fast-(eminem discography)? Also, could you run this command in the middle of your download or does it have to be done at the start?

Braiam
  • 69,112
James
  • 19

1 Answers1

2

Torrents are already fast in this sense, because they download from multiple peers, and start at different parts of the file, downloading in many more pieces then can be achieved with a download accelerator.

apt-fast downloads multiple parts of the file from the same source.

You may be able to use Axel or aria2 (what apt-fast uses) to download regular files, but not with torrents.


If you are asking how to use apt-fast, It is used exactly like apt-get is used to install programs. https://askubuntu.com/a/171562/47291

Mateo
  • 8,152