Meu apt.conf está assim:

/etc/apt/apt.conf
--------------------------------------------------------------------
// Options for the downloading routines
Acquire
{
  Queue-Mode "host";       // host|access
  Retries "0";
  Source-Symlinks "true";

  // HTTP method configuration
  http
  {
    Proxy "http://USER:[EMAIL PROTECTED]:PORT";
    Timeout "120";
    Pipeline-Depth "5";

    // Cache Control. Note these do not work with Squid 2.0.2
    No-Cache "false";
    Max-Age "86400";     // 1 Day age on index files
    No-Store "false";    // Prevent the cache from storing archives
  };
};
--------------------------------------------------------------------


Qualquer dúvida, consulte usr/share/doc/apt/examples/configure-index.gz
ou man apt.conf

Ronaldo


On Tue, 2003-07-15 at 16:02, Marcos Dutra wrote:
> Pessoal,
> 
> Estou com um problema com o apt-get, aonde aqui eu tenho um servidor proxy 
> squid com autenticação http, porém gostaria de saber como posso usar o 
> apt-get com o source apontando para http.
> Eu mexi alguns parâmetros no apt.conf mas não funcionou, quem já tiver o 
> caminho certo e colocasse a solução para todos seria muito útil.
> 
> Grato
> 
> marcos
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 


Responder a