Apt-fast is a tool that uses axel to accelerate apt-get software installation. This tool is used to install the software in Ubuntu because of the multi-thread download function of axel, therefore, when downloading a software package, it will be several times faster than the normal apt-get. Of course, this also depends on the network. If you download a software package from the PPA source, it may not be much improved. I have been downloading things from the PPA source very slowly, so I usually use a proxy to download things. The process is the same as that of aptget,
Apt-fast is a tool that uses axel to accelerate apt-get software installation. This tool is used to install the software in Ubuntu because of the multi-thread download function of axel, therefore, when downloading a software package, it will be several times faster than the normal apt-get. Of course, this also depends on the network. If you download a software package from the PPA source, it may not be much improved. I have been downloading things from the PPA source very slowly, so I usually use a proxy to download things.
Like aptget, you only need to change apt-get to apt-fast.
Installation:
Sudo add-apt-repository ppa: tldm217/tahutek.net
Sudo apt-get update
Sudo apt-get install apt-fast