Hi, I'd like to disable downloading translations for a single package repository (which doesn't have them and therefore produces a lot of noise). Adding option '[ lang= ]' to the corresponding sources.list line seems the natural solution, but I cannot find any syntax that achieves my goal "do not download any translations for this repository" apt-get always errors out with some kind of "missing value". Andreas
If you lookup the Acquire::Languages mentioned in sources.list(5) in apt.conf(5), you'll find that the correct answer is `lang=none`. As always, empty means default, so not being able to set it is irrelevant.