squid

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

Debian Debian
RUN apt-get update && \ apt-get install -y squid
Ubuntu
RUN apt-get update && \ apt-get install -y squid
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 squid
click the source code to copy install squid on any operating system with command-not-found.com