[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-talk] [Tails-dev] Help us build Tails 3.2~alpha1 build reproducibly



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!
-- 
tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk