Linux-Noob Forums
How do I install SQUID - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Slackware (https://www.linux-noob.com/forums/forum-96.html)
+--- Thread: How do I install SQUID (/thread-2462.html)



How do I install SQUID - Nasa - 2005-08-27


How do I install and configure SQUID !!

- http proxy

- ftp proxy




How do I install SQUID - znx - 2005-08-28


whats the distribution of linux that you are using, because you might be able to simply install from RPM's or Deb's :)

 

Fedora



Code:
yum install squid




 

Debian (if you have apt on fedora you can do this too :))



Code:
apt-get install squid




 

;)




How do I install SQUID - Nasa - 2005-08-28

On Linux SlackeWare 10.1



How do I install SQUID - KobrAs - 2005-08-28


Hi

 

First of all please get yourself a book of linux basics, then www.squid-cache.org get squid, configure it and install it.

You just need to read the squid.conf file thats has ~3400 lines.

 

Isn't that hard




How do I install SQUID - znx - 2005-08-28


Don't normally like sending away from the forum but I'm not a slackware user, so hopefully you can try these and come back with any problems that you find along the way.

 

First you might want to install swaret, which is a package handling utility (can handle upgrade/install/remove with source or binary installs too). So try this:

 



Code:
# wget http://peterhost.dl.sourceforge.net/sourceforge/swaret/swaret-1.6.2-noarch-1.tgz.tar
# mv swaret-1.6.2-noarch-1.tgz.tar swaret-1.6.2-noarch-1.tgz
# installpkg swaret-1.6.2-noarch-1.tgz
# swaret --set VERSION=10.1
# swaret --update
# swaret --upgrade
# swaret --install squid




 

Hope this is right (maybe one of the slackhead's can confirm it for me :))

 

Also these might help:

[/url]http://www.squid-cache.org - Official site

http://squid-docs.sourceforge.net - Documentation for squid

http://squid.visolve.com/squid/sqguide.htm - A quick start guide to installing/configuring.

 

If you want to install as per usual with slack, you can try searching here to find the squid package to be installed:

[url=http://www.linuxpackages.net/]http://www.linuxpackages.net/

 

 

Like I said, any issues come back :)