PDA

View Full Version : I can not use sudo apt-get update


5jarinko
March 30th, 2006, 02:45 AM
I can not use sudo apt-get update

I have to use prosy server

but if I put to file /etc/apt/apt.conf information about my proxy it is does not work

example:


root@hasox:/etc/apt# cat /etc/apt/apt.conf
APT::Authentication::TrustCDROM "true";
Acquire::http::Proxy "http://logi:my_password@ip_adress_of_proxy:8080";
Acquire::::Proxy "false";

public_void
March 30th, 2006, 04:40 AM
Try
ACQUIRE {
http::proxy "http://[UserName]:[Password]@[Address]:[Port]/"
}