Squid und ClamAV: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
'''apt install git'''
 
'''apt install git'''
 
*git clone https://github.com/darold/squidclamav
 
*git clone https://github.com/darold/squidclamav
 +
 +
 +
=Links=
 +
*https://github.com/darold/squidclamav

Version vom 24. September 2022, 17:21 Uhr

Installation von Clamav

  • apt install c-icap clamav clamdscan libicapapi-dev

Tool zum kompilieren

apt install gcc make

Über git clone squidclamav Source runterladen

Wenn noch nicht geschehen git installieren

apt install git


Links