Hello everyone!
How I can change downloader for APT? I want to change standart downloader to Aria2.
Thank you.
Downloader for APT
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
Downloader for APT
Sorry for my bad English. English is not my native language. I study English by myself and I can do elementary mistakes.
Re: Downloader for APT
You can't use Aria2 for apt downloading I think. If this is about speeding up downloads you may consider something like apt-fast http://www.tecmint.com/use-apt-fast-com ... ls-ubuntu/.

Re: Downloader for APT
Aria2 provides download several parts of file in one time. It is very important for me, because I have very unstable connection.xenopeek wrote:If this is about speeding up downloads...
Sorry for my bad English. English is not my native language. I study English by myself and I can do elementary mistakes.
Re: Downloader for APT
You can get the URL to download by using apt-get with "--print-uris "Larkin wrote:Aria2 provides download several parts of file in one time. It is very important for me, because I have very unstable connection.xenopeek wrote:If this is about speeding up downloads...
http://askubuntu.com/questions/367574/h ... eb-package
"Instead of fetching the files to install their URIs are printed." ...etc...
Then download the .deb files to
/var/cache/apt/archives/
with Aria2. Then run the install again without the --print-uris, and it should install from the .deb files you already downloaded.Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
- ColonelPanic
- Level 1
- Posts: 9
- Joined: Wed Sep 28, 2016 11:44 am
Re: Downloader for APT
You can use wget in a terminal. With the -c option the download will be resumed if the connection is lost.
To download linuxmint-18.1-cinnamon-64bit.iso from kernel.org
To download linuxmint-18.1-cinnamon-64bit.iso from kernel.org
Code: Select all
wget -c http://mirrors.kernel.org/linuxmint/stable/18.1/linuxmint-18.1-cinnamon-64bit.iso
http://manpages.ubuntu.com/manpages/xen ... get.1.htmlWget has been designed for robustness over slow or unstable network
connections; if a download fails due to a network problem, it will keep
retrying until the whole file has been retrieved.
currently installed - LM 18 Cinnamon