Thread
:
I need some help !!!!
View Single Post
jd4200
2012-10-06 , 01:24
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#
4
You've definitely got some sort of proxy set up for apt.
Acquire::HTTP::Proxy "http://127.0.0.1:8118";
Try running:
unset http_proxy
-and then-
apt-get update
Does it work now?
If not, have a look at the contents of the files: /etc/apt/apt.conf, and the files within /etc/apt/apt.conf.d/ for a line that mentions "proxy" or "127.0.0.1" and remove them
__________________
BTC:
19ePiXZUdxqNAq9tStLzZV4dduSQeGPJzj
Quote & Reply
|
The Following 6 Users Say Thank You to jd4200 For This Useful Post:
Ammar Hamdan
,
Mentalist Traceur
,
MINKIN2
,
reinob
,
Sourav.dubey
,
Wikiwide
jd4200
View Public Profile
Send a private message to jd4200
Find all posts by jd4200