1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Linux向けのセキュリティソフトがあるので試してみた。

①ClamAV CUIベース
②ClamTV GUIベース

ClamAVインストール

先にClamAVをインストールします。

ClamAVインストール
 sudo apt install clamav clamav-daemon libclamunrar

インストールできたか確認します。

確認
clamscan --version

image.png
image.png
コマンドも通り、何やらアイコンが追加されました。
あんまり人相が良くない。

最初はサービスが立ち上がってないようですので、
立ち上げてあげます。

サービス起動
sudo systemctl start clamav-daemon.service
確認
sudo systemctl start clamav-daemon.service

image.png
activeとなり、立ち上がったことを確認しました。

ClamTVインストール

確認
sudo apt install -y clamtk

GUIツールであるClamTVをインストールします。
image.png
スキャン、アップデートの確認もできて無料のツールです!

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?