bubba:~# apt-get install squid
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package squid
bubba:~#
Any thoughts?
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
can't install squid
Re: can't install squid
Try
Code: Select all
apt-cache search squid
Re: can't install squid
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.
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.
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: can't install squid
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
Add these three lines to the bottom of /etc/apt/sources.list and then run
Code: Select all
apt-get update
deb http://archive.debian.org/debian etch main
deb http://archive.debian.org/debian etch contrib
deb http://archive.debian.org/debian etch non-free
Re: can't install squid
Well that seems to have done the trick.
Many thanks to all.
Many thanks to all.