sudo gedit /etc/apt/sources.listAdd the line:
deb http://download.bitdefender.com/repos/deb/ bitdefender non-freeThen the following commands to download and import the key, update APT, and then install BitDefender;
sudo wget http://download.bitdefender.com/repos/deb/bd.key.ascThe scan can then be run shell, the log will be placed in your Nepenthes log folder (/var/log/nepenthes):
sudo apt-key add bd.key.asc
sudo apt-get update
sudo apt-get install bitdefender-scanner
sudo bdscan --log=/var/log/nepenthes/scan.txt /var/lib/nepenthes/binaries
source:
