Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 1111  / 3 Years ago, thu, september 23, 2021, 11:02:35

In Terminal that is possible by using apt-fast (using Axel).



But is it possible to put to work Axel and apt-fast in Synaptic Manager?



I found this suggestion, but I would not attempt it without the assistance from Ask Ubuntu :)


More From » synaptic

 Answers
6

The method in the forum thread (tricking Synaptic by renaming apt-fast to apt-get and vice versa) will not work with Ubuntu, because our Synaptic does not use apt-get. I've verified this by quickly looking at the source code, and also by moving /usr/bin/apt-get elsewhere -- Synaptic still works fine. Synaptic does reuse bits of code from apt-get, and it does use the actual dpkg binaries to perform installation, configuration, etc., but it does not use the apt-get binary.


Alternatives



  • I would first recommend trying to find a fast, "networkically"-close mirror to try to max out speed. Please see the command-line method in this answer for a very reliable way to do so.



  • The second is to mark packages to install in Synaptic and then generate a download script from the File menu. This is a bash script with multiple wget -c entries, one for each deb file. Simply use sed -i -e 's/wget -c/axel/g' scriptname to use axel instead, run the script in an empty directory, and then do sudo dpkg -i *.deb.




[#35935] Friday, September 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
naldis

Total Points: 257
Total Questions: 101
Total Answers: 111

Location: Kenya
Member since Sat, Feb 25, 2023
1 Year ago
;