Skip to content

Commit e118681

Browse files
authored
Update Debian.md (#29)
1 parent 1466656 commit e118681

1 file changed

Lines changed: 30 additions & 7 deletions

File tree

docs/KnowledgeBase/Debian.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,61 @@ categories: KnowledgeBase
77

88
Packages 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

1216
Luigi 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

1637
Bug Reports: <http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=squid>
1738

1839
> :information_source:
19-
Debian Bookworm (11)
40+
Debian Bookworm (12)
2041

2142
Install 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
3155
needed for bug reporting if the bug is crash related. See the
3256
[Bug Reporting FAQ](/SquidFaq/BugReporting)
3357
for 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

0 commit comments

Comments
 (0)