Version 6 (modified by mitty, 12 years ago) (diff) |
---|
Avira
- Ubuntu Desktop Edition 10.04.1(64-bit)にAVIRA AntiVir Workstationをインストールする | guro_chanの日記
$ sudo aptitude install ia32-libs
- 12.04 x86_64でも同様にして動作する
- ライセンスが失効したAvira Free Antivirus (Unix/Linux)の更新 | guro_chanの日記
- この方法ではうまくいかない
- Can't update Unix Antivir personal - UNIX 用 Avira Free Antivirus - Avira Support Forum
- こちらが正しい模様、具体的には以下の通り
- wget http://personal.avira-update.com/package/peclkey/win32/int/hbedv.key
- sudo cp hbedv.key /usr/lib/AntiVir/guard/avira_personal.key
error in savapi session
- scan中に /etc/cron.d/avira_updater によってavupdate-guardが走ると、以下の様なエラーメッセージなどとともにscanが中断される
- Error: cannot connect to SAVAPI (AV scanner backend)
- scan progress: "/path/to/scan" (error in savapi session)
avast!
- avast! Linux Home Edition - Antivirus Software for Linux
- Avast 64 for linux
On normal ubuntu, just force architecture and install the i386 package. (from commandline, dpkg --force-architecture -i avast4workstation... etc.)
- Avira同様、ia32-libsが必要
- Install Avast Antivirus in Ubuntu 12.04 Precise
- PC徒然日記 : |ubuntu 11.10| Avast!インストール後の設定変更
以下のエラーが出た。
An error occured in avast! engine: ・・・(以降、文字化け)・・・
本エラーは共有メモリの不足が原因のため、以下の手順で共有メモリの容量を増やした。
- % sudo vi /etc/sysctl.conf
kernel.shmmax=67108864
- 次の様なエラーが出る場合、shmmaxを増やすことで対処可能
- $ avast
avast: can not initialize avast! engine: Invalid argument
- HOW-TO: Avast4Linux doesn't work with latest VPS ("cannot initialize, invalid")?
sysctl -w kernel.shmmax=128000000
- $ avast