Apt-fast: Apt download accelerator

"Apt-fast" is a script created by Matt Parnell who increase the speed of apt-get several times using axel (download accelerator). This script downloads the package divided into X parts all at the same time, increasing the download limit. It works for Ubuntu, and its derivatives.

Installation:

1.- Download the script.

2.- Modify the name, permissions and move it to the corresponding place.

mv apt-fast.sh apt-fast
chmod + x apt-fast
sudo mv apt-fast / usr / bin /

3.- Install Axel (the download accelerator).

sudo apt-get install axel

How to use it

Instead of typing sudo apt-get install firefox to install Firefox, we must write sudo apt-fast install firefox.

Obviously you will not notice much difference in a package from the official repositories because the speed is very good, but if that package is in the Launchpad PPAs.

Via | WebUpd8


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Adas said

    I wrote a comment to post.