BitDefender


Download: download.bitdefender.com
Direct Download: BitDefender-Antivirus-Scanner-7.6-4.linux-gcc4x.i586.deb.run (32-bit)
BitDefender-Antivirus-Scanner-7.6-4.linux-gcc4x.amd64.deb.run (64-bit)
License Type: Free after registration
Command Line Scanner: included
Command Line Updater: included


Quick Install:
#!/bin/bash

# check system architecture
sarch=`uname -m`
if [ "$sarch" != "x86_64" ]; then
    # i386 only
    wget -P ~/Desktop "http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Current/EN_FR_BR_RO/Linux/BitDefender-Antivirus-Scanner-7.6-4.linux-gcc4x.i586.deb.run"
    wget -P ~/Desktop "http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Current/EN_FR_BR_RO/Linux/BitDefender-Antivirus-Scanner-7.6-4.linux-gcc4x.i586.deb.run.md5"
else
    # amd64 only
    wget -P ~/Desktop "http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Current/EN_FR_BR_RO/Linux/BitDefender-Antivirus-Scanner-7.6-4.linux-gcc4x.amd64.deb.run"
    wget -P ~/Desktop "http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Current/EN_FR_BR_RO/Linux/BitDefender-Antivirus-Scanner-7.6-4.linux-gcc4x.amd64.deb.run.md5"
fi

md5sum -c ~/Desktop/BitDefender*.md5
chmod +x ~/Desktop/BitDefender*.run
sudo ~/Desktop/BitDefender*.run

# these are the recommended settings during the installation

# Please enter "accept" if you agree to the License Agreement.
# accept

# Do you want to install BitDefender Antivirus Scanner GUI package ? (Y/n) y

# install registration key - REPLACE all of the 1's with your own key
sudo sed -i "s/^Key =.*$/Key = 11111111111111111111/g" /opt/BitDefender-scanner/etc/bdscan.conf




Copyright © 2011 kavulix