squid3

Squid is a high-performance proxy caching server for Web clients,

Debian Debian
RUN apt-get update && \ apt-get install -y squid3
Ubuntu
RUN apt-get update && \ apt-get install -y squid3
Alpine
RUN apk add squid
Arch Arch Linux
RUN pacman -S --noconfirm squid
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y squid
CentOS
RUN yum install -y squid
Fedora
RUN dnf install -y squid
Raspbian
RUN apt-get update && \ apt-get install -y squid3
click the source code to copy install squid3 on any operating system with command-not-found.com