I just started apt-get upgrade
which downloads
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20180508.1.orig.tar.gz
This is currently super slow. Downloading those 30MB from archive.canonical.com is estimated to take more than 1h.
Can I interrupt it and stop it from downloading it?
What I tried
kill PID
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
But now dpkg
want to install that package ...
sudo apt remove adobe-flashplugin
or whatever the name of the package is. Just remove it. – solsTiCe May 09 '18 at 12:00sudo dpkg --configure -a
to fix the interruption, right? Anddpkg --configure -a
will start the slow download again... – Martin Thoma May 09 '18 at 12:06adobe-flashplugin_20180508.1.orig.tar.gz
: My update eventually - after several minutes - downloaded the file. In your case, might it not be worth waiting? – Finn Årup Nielsen May 10 '18 at 05:57