On 6/5/19 3:11 PM, Ryad karkar wrote:
> Hi all,
> 
> When i want do "sudo apt-get update" on my debian 8.11, i have this error :
> 
> E: Malformed line 1 in source list /etc/apt/sources.list.d/mssql-cli.list 
> ([arch] is not an assignment)
> E: The list of sources could not be read.
> 
> the next commands works for install mssql-cli :
> 
> #Installer les composants du systèmesudo apt-get updatesudo apt-get install 
> curl apt-transport-https
> 
> #Importez les clés GPG du référentiel publicwget -qO- 
> https://packages.microsoft.com/keys/microsoft.asc| sudo apt-key add -
> 
> #Enregistrez le flux de produits Microsoft
> echo  "deb [arch = amd64] https://packages.microsoft.com/debian/8/prod jessie 
> main " | sudo tee /etc/apt/sources.list.d/mssql-cli.list

Hello,

try to get rid of the extra spaces - [arch=amd64] instead of [arch = amd64].

Regards
          Racke

> 
> I'm inspire for documentation officielle Microsoft : 
> https://github.com/dbcli/mssql-cli/blob/master/doc/installation/linux.md#debian-8
> 
> This probleme is not 100% of Ansible but i want this tool for use after with 
> ansible.
> 
> Someone can help me please guy !!! :)
> 
> thanks community ansible ! ;)
> 
> Regards,
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to
> [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/f7104009-e27c-431b-8074-764275ede6e9%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/f7104009-e27c-431b-8074-764275ede6e9%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.


-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5e164f2f-6d47-418f-4b62-0d148e965bdf%40linuxia.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to