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
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::
2 matches
Mail list logo