apt-fast https://github.com/ilikenwf/apt-fast may seriously speed up downloading packages for installing on Debian and Ubuntu, it's using aria2 by default for downloading (command name is actually aria2c
).
Here's a .deb package I've made https://github.com/doglinux/sid/raw/mas ... .0_all.deb , dependency is aria2 .
Usage: for example instead of apt install <packagename>
do: apt-fast install <packagename>
All possible options for apt or apt-get do apply for apt-fast too, btw.
apt-fast - speed up downloading packages
Moderator: fredx181
- fredx181
- Posts: 3250
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 408 times
- Been thanked: 1412 times
- Contact:
apt-fast - speed up downloading packages
- fredx181
- Posts: 3250
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 408 times
- Been thanked: 1412 times
- Contact:
Re: apt-fast - speed up downloading packages
dancytron wrote: Fri Aug 25, 2023 6:10 pmInstalled on DD bookworm. Works as advertised so far.
edit: It's fast.
I just did libreoffice with recommends (about 1.5 gig) was really fast.
Nice! I used it on Sid with the snapshot,debian.org repo activated in sources.list, on itself download speed is very slow (if using just apt with snapshot repo) but really makes a difference when using apt-fast.
To make it using apt-fast as default , alias for apt and apt-get, I added in ~/.bashrc :
alias apt-get="apt-fast"
alias apt="apt-fast"
And restarted X .
So then, even if you run apt install <package>
it will run with apt-fast . To test (download package(s) only) run apt install <package> -d
- fredx181
- Posts: 3250
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 408 times
- Been thanked: 1412 times
- Contact:
Re: apt-fast - speed up downloading packages
Interesting, curious, how you made mklive work with apt-fast ?
- fredx181
- Posts: 3250
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 408 times
- Been thanked: 1412 times
- Contact:
Re: apt-fast - speed up downloading packages
dancytron wrote: Mon Aug 28, 2023 6:24 pmMaybe I just imagined it, but after I set it in .xsession I think it picked it up on it's own.
That cannot work AFAIK, well, I just thought you did perhaps some modifying of mklive, should be possible to make it work, actually these days I'm experimenting with mkive-sid using apt-fast with the http://snapshot.debian.org/ repo. (edit: but downloading from snaphot.debian has some sort of rate limit, no complaint btw, it's a great service!)