Follow this article’s guidelines to speed up a slow apt-get install on Debian using the “apt-fast” utility.
How to Speed Up Slow apt-get Install on Debian
To speed up slow apt-get install on the Debian system, you should follow the below-given steps:
Step 1: First, you must install the download accelerator aria2 on the Debian system from the following command:
Step 2: Then install curl command on Debian system through the following command:
Step 3: After that, execute the following bash command to install apt-fast on the Debian system.
Step 4: You must open the apt-fast configuration file through the nano editor on the Debian terminal from the following command:
Step 5: Uncomment the following MIRRORS line inside the file.
Step 6: Then, save the apt-fast conf file using “CTRL+X”, add “Y” and enter to exit the terminal.
Step 7: Once the changes are done, you can use the “apt-fast install” command instead of “apt-get install” to install a package on the Debian system quickly.
I am sharing a screenshot of installing qmmp on the Debian system using the “apt-fast install” command.
Conclusion
To speed up the installation process on Debian is important for users who want to save time. Using the “apt-get install” command is not going to help them while installing a package with many dependencies. Thus, the must install “apt-fast” tool that will speed up the installation process and it works similar to the “apt-get install” command. But allows users to perform the installation at a much better pace.