我使用的是 Centos 6.6 32 位操作系统。现在我想将squid代理从3.1更新到3.5。 centos 6.6 可以更新吗?如果可以的话请告诉我如何更新。
答案1
祝你平安:
cat /etc/yum.repos.d/SQUID.repo
[squid]
name=Squid repo for CentOS 6
baseurl=http://www1.ngtech.co.il/rpm/centos/6/x86_64 #go to "http://www1.ngtech.co.il/rpm/centos/6/" and view which architecture is right for you
failovermethod=priority
enabled=1
gpgcheck=0
yum clean all
yum repolist
yum update
答案2
看看Centos 6.6 支持打包,看起来支持的最高Squid版本是3.4.14。
如果您想更新到 3.5,您需要使用 Dmitriy 的答案和此处的非官方存储库鱿鱼 3.5 文档: