Page 1 of 1

can't install squid

Posted: 07 Jul 2010, 15:06
by tiddler
bubba:~# apt-get install squid
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package squid
bubba:~#


Any thoughts?

Re: can't install squid

Posted: 08 Jul 2010, 02:38
by Kiff
Try

Code: Select all

apt-cache search squid

Re: can't install squid

Posted: 08 Jul 2010, 03:37
by tiddler
Tried that.

Doesnt find anything.
Im not at terminal right now to post exact response.

I have a Bubba 2 and I did do an update to the latest version of the software prior to trying installing squid.

Re: can't install squid

Posted: 08 Jul 2010, 05:05
by RandomUsername
Squid isn't in the Excito repos. You need to make sure you've got the Debian repos enabled too.

Add these three lines to the bottom of /etc/apt/sources.list and then run

Code: Select all

apt-get update

Re: can't install squid

Posted: 08 Jul 2010, 07:24
by tiddler
Well that seems to have done the trick.

Many thanks to all.