> ps:
> option: APT::Acquire::Languages "none";
> is inefficient , Translation_xx still fetched
>
> option: APT::Acquire::Translation "none";
> is efficient only if purging previous
> /var/lib/apt/lists/..._i18n_Translation-xx
> but still fetching "Translation_en" and warns :
> "N: Option 'APT::Acquire::Translation' is deprecated. Please use
> 'Acquire::Languages' instead, see 'man 5 apt.conf' for details."

The option that works for me to stop the Translation_xx fetching is
Acquire::Languages "none";
{in other words, get rid of that "APT::" part"}

Reply via email to