I am using Squid 3.5 in CentOS 7.What should I do if I want to upgrade to 4.10?

Asked 2 years ago, Updated 2 years ago, 127 views

I am using Squid 3.5 in CentOS 7.
What should I do if I want to upgrade the version to 4.10?
I would appreciate it if you could let me know if anyone knows.

[root@localhost]#cat/etc/os-release 
NAME="CentOS Linux"
VERSION="7(Core)"
ID = "centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

[root@localhost] #squid-v
Squid Cache: Version 3.5.20
Service Name:squid

linux centos yum squid

2022-09-30 13:52

1 Answers

Up to v3.5 Squid packages supported for CentOS 7 distribution.
(Squid-v4.0.x found as package for CentOS 8)

Your choice is…

If you look at the documents on the Squid official site, there are several Squid-4.x packages for CentOS 7 available in the community repository, which was up to v4.1-5.

SquidFaq/BinaryPackages-Squid Web Proxy Wiki

If v4.10 or later is absolutely necessary, I think it will be compiled from the source code and installed.

Download|squid:Optimizing Web Delivery


2022-09-30 13:52

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.