<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://fr-wiki.ikoula.com/index.php?action=history&amp;feed=atom&amp;title=Cat%C3%A9gorie%3ALinux%2FClamAV_Antivirus</id>
	<title>Catégorie:Linux/ClamAV Antivirus - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://fr-wiki.ikoula.com/index.php?action=history&amp;feed=atom&amp;title=Cat%C3%A9gorie%3ALinux%2FClamAV_Antivirus"/>
	<link rel="alternate" type="text/html" href="https://fr-wiki.ikoula.com/index.php?title=Cat%C3%A9gorie:Linux/ClamAV_Antivirus&amp;action=history"/>
	<updated>2026-04-11T11:57:21Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://fr-wiki.ikoula.com/index.php?title=Cat%C3%A9gorie:Linux/ClamAV_Antivirus&amp;diff=27728&amp;oldid=prev</id>
		<title>Graguetbd28d : Page créée avec « ==Introduction== &lt;!--T:1--&gt;  Si vous souhaitez mettre en place un antivirus gratuit sur votre serveur Debian, vous pouvez opter pour une solution gratuite du nom de ClamAV... »</title>
		<link rel="alternate" type="text/html" href="https://fr-wiki.ikoula.com/index.php?title=Cat%C3%A9gorie:Linux/ClamAV_Antivirus&amp;diff=27728&amp;oldid=prev"/>
		<updated>2019-12-29T18:47:38Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ==Introduction== &amp;lt;!--T:1--&amp;gt;  Si vous souhaitez mettre en place un antivirus gratuit sur votre serveur Debian, vous pouvez opter pour une solution gratuite du nom de ClamAV... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction== &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si vous souhaitez mettre en place un antivirus gratuit sur votre serveur Debian, vous pouvez opter pour une solution gratuite du nom de ClamAV.&lt;br /&gt;
&lt;br /&gt;
Nous allons effectuer un update pour mettre à jour la liste des fichiers disponibles dans les dépôts APT présents sur le serveur dans le fichier /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez effectuer cette commande de manière régulière sur votre serveur.&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; Installation de ClamAV&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
apt-get install clamav clamav-daemon&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pour voir la version de votre ClamAV, vous pouvez effectuer un:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
clamscan --version&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ClamAV 0.101.4/25677/Sat Dec 28 10:54:48 2019&lt;br /&gt;
&lt;br /&gt;
De nombreuses options sont disponible pour ClamAV et si vous souhaitez y jeter un œil vous pouvez faire un:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
clamscan --help&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; Utilisation:&lt;br /&gt;
&lt;br /&gt;
Pour effectué un scan complet de votre système Debian, la commande ci-dessous doit être utilisé:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
clamscan --infected --remove --recursive /&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si vous souhaitez effectuer le scan d'un dossier en particulier, il suffit de préciser le chemin.&lt;br /&gt;
&lt;br /&gt;
Exemple:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
clamscan --infected --remove --recursive /home/utilisateur/images&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attention: Si vous lancé cette commande sur votre serveur, vous devrez attendre la fin de celle-ci pour effectuer d'autres actions.&lt;br /&gt;
Nous recommandons le scan de votre serveur ou d'un dossier dans un screen pour éviter de bloquer l'utilisation de votre serveur.&lt;br /&gt;
&lt;br /&gt;
Si vous souhaitez effectuer la désinstallation de ClamAV, vous pouvez taper la commande:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
apt-get remove clamav clamav-daemon&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Graguetbd28d</name></author>
	</entry>
</feed>