purge
4.0.23-2.fc28.x86_64 : The Squid proxy caching server
Install
- All systems
-
curl cmd.cat/purge.sh
- Debian
-
apt-get install squid
- Ubuntu
-
apt-get install squid
- Alpine
-
apk add squid
- Arch Linux
-
pacman -S squid
- Kali Linux
-
apt-get install squid
- Fedora
-
dnf install squid-7
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install squid
- OS X
-
brew install squid
- Raspbian
-
apt-get install squid
- Dockerfile
- dockerfile.run/purge
- Docker
-
docker run cmd.cat/purge purge
powered by Commando
squid-7
4.0.23-2.fc28.x86_64 : The Squid proxy caching server
squid
Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools.