File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,38 +7,61 @@ categories: KnowledgeBase
77
88Packages available for Squid on multiple architectures.
99
10+ Debian provides Squid in two "flavours" (packages with different features available).
11+ * ``` squid ``` - the base package built with GnuTLS support suitable for reverse proxy (aka "accelerator proxies").
12+ * ``` squid-openssl ``` - extended functionality using OpenSSL for [ SSL-Bump] ( /Features/SslPeekAndSplice ) HTTPS intercept and decryption.
13+
1014## Maintainer
1115
1216Luigi Gangitano
1317
18+ ### Squid-6
19+
20+ Bug Reports: < http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=squid >
21+
22+ > :information_source :
23+ Debian Trixie (13)
24+
25+ Install Procedure:
26+
27+ ```
28+ apt install squid
29+ ```
30+ or
31+ ```
32+ apt install squid-openssl
33+ ```
34+
1435### Squid-5
1536
1637Bug Reports: < http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=squid >
1738
1839> :information_source :
19- Debian Bookworm (11 )
40+ Debian Bookworm (12 )
2041
2142Install Procedure:
2243
2344```
24- aptitude install squid
45+ apt install squid
2546```
2647
48+ > :information_source :
49+ The `squid-openssl` package mentioned above is available with this Squid version.
50+ But, is a complete package and cannot be installed alongside the `squid` package.
2751
2852## Troubleshooting
2953
30- The ** squid-dbg** (or ** squid3 -dbg** ) packages provide debug symbols
54+ The ** squid-dbg** (or ** squid-openssl -dbg** ) packages provide debug symbols
3155needed for bug reporting if the bug is crash related. See the
3256[ Bug Reporting FAQ] ( /SquidFaq/BugReporting )
3357for what details to include in a report.
3458
35- Install the one matching your main Squid packages name (* squid* or
36- * squid3* )
59+ Install the one matching your main Squid packages name:
3760
3861```
39- aptitude install squid-dbg
62+ apt install squid-dbg
4063
41- aptitude install squid3 -dbg
64+ apt install squid-openssl -dbg
4265```
4366
4467## See Also
You can’t perform that action at this time.
0 commit comments