Have been using apt-fast for a while now and really liking it. In case you don't know it is useful to speed up apt-get. However, I have a few questions regarding apt-fast:
I would like to make any call to
apt-getrunapt-fast. I'm assuming I can put a script called "apt-get" in my~/binfolder that executesapt-fast... so maybe I'm answering my own question on this first one.Would a script like this work?
#!/bin/bash exec apt-fast $@ exit 0apt-fastdoes not seem to speed up the very thing I wish it sped up most -apt-get updateI would like
apt-fastto makeapt-get updaterun faster. Is this possible?
apt-getinstead ofapt-fast,apt-fasthas only 1 char more thanapt-get– Anwar Jul 27 '12 at 14:55apt-fastdoesn't speed up the update and just speeds up getting binaries? (I use apt-fast as well.) – Jul 27 '12 at 15:17