Re: Can I unset one of apt.conf settings by -o option of apt-get?

2011-04-25 Thread Kai NODA
Thank you very much, Dom!! The double quotes worked for my case. 2011/4/26 Dom : [snip] > This is just a guess, try putting double quotes around the option: > > apt-get -o "Acquire::http::Proxy=''" source util-linux -- 野田 開 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wi

Can I unset one of apt.conf settings by -o option of apt-get?

2011-04-25 Thread Kai NODA
Hi, all Suppose that $ cat /etc/apt/apt.conf Acquire { http::Proxy "http://my.proxy.example:80/";; [snip] } then I had a problem: $ apt-get source util-linux -o Acquire::http::Proxy='' E: Option Acquire::http::Proxy=: Configuration item specification must have an =. $ apt-get -o Acquire::http::