<div dir="ltr">On Mon, Jul 29, 2013 at 5:19 AM, Prasad Mhatre <span dir="ltr"><<a href="mailto:prasad8mhatre@gmail.com" target="_blank">prasad8mhatre@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">i have install ubuntu 13.04,I want to download the all plug-in for it, i have Internet connection but it proxy enables as it is our college wifi,<br>

most of the sites are blocked by squid ,but the open source sites are not blocked.<br>
Now, when i go to terminal for updating it  or download any software from App center then it says that check Internet connection.<br>so how to enable this proxy setting for terminal and app center?,<br>or <br>is it possible to update if i download all files from<<<a href="http://in.archive.ubuntu.com/ubuntu/dists/raring/" target="_blank">http://in.archive.ubuntu.com/ubuntu/dists/raring/</a>>><br>


and copy it to /var/lib/apt.Pls tell some way to do so.<br><br></blockquote><div><br></div><div>You can edit the file /etc/apt/apt.conf and add the following:<br><br>Acquire::http::proxy "http://proxy.address:port/";<br>

Acquire::https::proxy "https://proxy.address:port/";<br>Acquire::ftp::proxy "ftp://proxy.address:port/";<br></div><div><br></div><div>Where the "proxy.address:port" part is replaced with the address and port of your university's squid server.  This will cause apt to go through the proxy when downloading packages.<br>

</div><div><br>-- <br></div></div><div dir="ltr"><div>Chris<br><br></div>"If you wish to make an apple pie from scratch, you must first invent the Universe." -- Carl Sagan<br><div><br><br></div></div>
</div></div>