anonym:
> ### ... and the checksums differ (i.e. reproduction failed).
> [...]
> sudo apt -o APT::Install-Suggests="true" \
> -o APT::Install-Recommends="true" \
> install diffoscope -t stretch-backports
It was reported to us that the above command pulls in ~3500 dependencies (~3.5 GB packages, 14 GB disk usage) on a minimal Debian Stretch, including a full GNOME desktop environment. Whoops! You will get 80% less dependencies (but still all the needed ones!) with this command:
sudo apt -o APT::Install-Recommends="true" \
install diffoscope/stretch-backports
Sorry for the inconvenience (again)!
Cheers!