[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#809029: apt: trusted=yes option in sources.list not recognized



Andreas Metzler:
> On 2015-12-26 Andreas Metzler <ametzler@bebt.de> wrote:
> [...]
>> root@argenau:~cat /etc/apt/sources.list
>> deb  trusted=yes  http://ftp.at.debian.org/debian/ stretch main contrib non-free
>> root@argenau:~# apt update
>> E: Malformed entry 1 in list file /etc/apt/sources.list (URI parse)
>> E: The list of sources could not be read.
> [...]
> 
> FWIW "Trusted: yes" in deb822 style sources works.
> 
> cu Andreas
> 


Hi Andreas,

I believe you have to use

  deb [trusted=yes] http://... ...

Which is admittedly not very clear from:

 deb [ option1=value1 option2=value2 ] uri suite [component1] \
   [component2] [...]

Where [] is also used as an marker of optional items.

Thanks,
~Niels



Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: