hasen's tech life

Twitter: @hasen

CentOS v6.6に Sophos Anti-Virus(無償版)をインストールした

# CentOS v6.6に Sophos Anti-Virus(無償版)をインストール
# 試しに仮想環境にインストールしてみる.
# https://www.sophos.com/ja-jp/products/free-tools/sophos-antivirus-for-linux.aspxからダウンロード

# directory
$ mkdir test_sophos_av
$ cd test_sophos_av

# Vagrant
$ vagrant init centos66
$ vagrant up
$ cp /PATH/TO/sav-linux-free-9.tgz ./.vagrant/machines/default/virtualbox/
$ vagrant ssh

# yum
$ sudo yum update -y

# Aaphos Anti-Virsu
# install
$ sudo cp /vagrant/sav-linux-free-9.tgz /usr/local/src/
$ cd /usr/local/src
$ sudo tar -zxvf sav-linux-free-9.tgz
$ sudo ./sophos-av/install.sh
> Installation completed.
> Your compouter is now protected by Sophos Anti-Virus.

# uninstall
$ sudo /opt/sophos-av/uninstall.sh