[squid-users] Squid Install w/ 3.1 and not 2.7

2012-01-25 Thread berry guru
I'm wondering how to install the latest version of Squid ...version 3.1 on Ubuntu server using apt-get. When I run the command 'sudo apt-get install squid' its going out and grabbing version 2.7.STABLE9. How do you get the latest version? What tells apt-get to go out and grab the 2.7 version

Re: [squid-users] Squid Install w/ 3.1 and not 2.7

2012-01-25 Thread Will Roberts
sudo apt-get install squid3 (at least on Debian) --Will On Wed, Jan 25, 2012 at 1:57 PM, berry guru berryg...@gmail.com wrote: I'm wondering how to install the latest version of Squid ...version 3.1 on Ubuntu server using apt-get.  When I run the command 'sudo apt-get install squid' its

Re: [squid-users] Squid Install w/ 3.1 and not 2.7

2012-01-25 Thread berry guru
Dang! I was putting in the squid-3 for some odd reason. Thanks Will! On Wed, Jan 25, 2012 at 11:00 AM, Will Roberts ironwil...@gmail.com wrote: sudo apt-get install squid3 (at least on Debian) --Will On Wed, Jan 25, 2012 at 1:57 PM, berry guru berryg...@gmail.com wrote: I'm wondering

Re: [squid-users] Squid Install w/ 3.1 and not 2.7

2012-01-25 Thread berry guru
Will I run into issues now having them both installed? To be sure, I went into the /etc directory and ran 'rm -rf squid'. Will this suffice? I'm afraid I'll have problems having both Squid installations on this server. On Wed, Jan 25, 2012 at 11:01 AM, berry guru berryg...@gmail.com wrote:

Re: [squid-users] Squid Install w/ 3.1 and not 2.7

2012-01-25 Thread Will Roberts
If you don't want the other one just tell apt-get to remove it: sudo apt-get purge squid --Will On Wed, Jan 25, 2012 at 2:08 PM, berry guru berryg...@gmail.com wrote: Will I run into issues now having them both installed?  To be sure, I went into the /etc directory and ran 'rm -rf squid'.