[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)

Rafael Akchurin rafael.akchurin at diladele.com
Fri Mar 27 11:47:45 UTC 2026


Good morning everyone,

Online repository with latest Squid 7.5 (rebuilt from sources in Debian) for Ubuntu 24.04 LTS 64-bit is available at https://github.com/diladele/repo-squid-7_5_1-ubuntu-24_04
Github repo https://github.com/diladele/squid-ubuntu contains all scripts we used to make this compilation.

Here are simple instructions how to use the repo.

# get diladele apt key, dearmor it and add to trusted storage
curl https://packages.diladele.com/diladele_pub.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/diladele_pub.asc.gpg

# add new repo
echo "deb https://diladele.github.io/repo-squid-7_5_1-ubuntu-24_04/repo/ubuntu/ noble main" \
   >/etc/apt/sources.list.d/squid-7_5_1.diladele.github.io.list

# and install
apt update && apt install -y squid-openssl

# create the override folder for squid
mkdir -p /etc/systemd/system/squid.service.d/

# and override the default number of file descriptors
cat >/etc/systemd/system/squid.service.d/override.conf << EOL
[Service]
LimitNOFILE=65535
EOL

# finally reload the systemd
systemctl daemon-reload

This version of Squid will be part of Web Safety 9.8 being released in spring/summer of 2026.  If you have some spare time and are interested in Admin UI for Squid and ICAP web filtering, consider downloading a Web Safety appliance for VMware ESXi/vSphere , Microsoft Hyper-V, Proxmox or even deploy it directly on Microsoft Azure and Amazon AWS. The free license key for your experiments is available at the site. Downloads are at https://www.diladele.com/websafety/download.html

Hope you will find this useful.

Best regards,
Diladele Dev Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20260327/b23ef285/attachment-0001.htm>


More information about the squid-users mailing list