13,005
回編集
70行目: | 70行目: | ||
sed -i -e "s/^Example/#Example/" /<Clam AntiVirusのインストールディレクトリ>/clamd.conf # Exampleから始まる行をコメントアウト | sed -i -e "s/^Example/#Example/" /<Clam AntiVirusのインストールディレクトリ>/clamd.conf # Exampleから始まる行をコメントアウト | ||
sed -i -e "s/^Example/#Example/" /<Clam AntiVirusのインストールディレクトリ>/freshclam.conf # Exampleから始まる行をコメントアウト | sed -i -e "s/^Example/#Example/" /<Clam AntiVirusのインストールディレクトリ>/freshclam.conf # Exampleから始まる行をコメントアウト | ||
<br> | |||
最後に、ビルドディレクトリにあるinstall_manifest.txtファイルを、Clam AntiVirusのインストールディレクトリにコピーする。<br> | |||
cp install_manifest.txt <ClamAVのインストールディレクトリ> | |||
<br> | |||
ソースコードからインストールしたClam AntiVirusをアンインストールする場合、上記のinstall_manifest.txtファイルを使用する。<br> | |||
cd <Clam AntiVirusのインストールディレクトリ> | |||
xargs rm < install_manifest.txt | |||
# または | |||
sudo xargs rm < install_manifest.txt | |||
<br><br> | <br><br> | ||