View Full Version : How can I install AVIRA AntiVir?
pjc20571
March 3rd, 2009, 09:34 AM
Hello to everybody!
I know that Linux Not need an AV as desperately as Windows do,
BUT I'd like to have AVIRA AntiVir installed.
(1) From where can I download it?
(2) How can I (please, guide me step-by-step) install AVIRA AntiVir in my Kubuntu environment?
Thank you in advance!
tlu
March 3rd, 2009, 11:33 AM
-{ Quote: "Hello to everybody!
I know that Linux Not need an AV as desperately as Windows do,
BUT I'd like to have AVIRA AntiVir installed.
(1) From where can I download it?" }-
http://www.free-av.de/en/download/download_servers.php
-{ Quote: " (2) How can I (please, guide me step-by-step) install AVIRA AntiVir in my Kubuntu environment?
Thank you in advance!" }-
I haven't used it for a long time but AFAIR the package contains installation instructions. If you really think you need real-time protection (you don't, IMHO) you should google for dazuko.
Searching_ _ _
March 6th, 2009, 09:49 PM
This was originally a post at CastleCops, may it rest in peace.
(open) Terminal Window
Get root/admin rights (type) sudo su
Change directories (type) cd(space)/tmp
Download Antivir
(type) wget http://dlce.antivir.com/down/unix/packages/antivir-workstation-pers.tar.gz
(Note: There is also a liscense file; http://dlce.antivir.com/down/windows/hbedv.key; Not sure how it applies. Maybe someone will point out how?)
Extract the downloaded tar file!
(type) tar xvpzf antivir-workstation-pers.tar.gz
Change directory
(type) cd antivir-workstation-pers
Install
(type) ./install
Updating (type) antivir --update
Identify NTFS
(type) cat /etc/fstab
(This will tell you where your mount point for the NTFS volume is; should be something like /dev/hda1 or /dev/sda1)
Mount NTFS drive
(type) ntfs-3g /dev/(your drive) /media/(your drive)
Choose a scanning method (type all one line, maintain spaces between flags)
antivir -lang=EN -rfmalware.txt -r1 --allfiles --alltypes --scan-in-mbox -s -z -onefs -ren /media/(your drive)
(-ren will rename malware with .xxx instead of deleting)
When done unmount NTFS
(type) unmount /media/(your drive)I hope this is what you needed. I am not very familiar with linux. For me it is monkey see, monkey do. If there are any inconsistencies or tweaking needed to the above Maybe a Linux Pro will correct where it is wrong.
Also, this was originally written for a windows audience wanting to scan NTFS with Antivir from Knoppix. If you are a Linux only adjust as needed.
vBulletin® Copyright ©2000-2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums