Archives For November 30, 1999

This tutorial shows how to install BitDefender Antivirus Scanner in Ubuntu 13.10 Saucy or Linux Mint 16 Petra from bitdefender repository.

Bitdefender is an antivirus software suite developed by Romania-based software company Softwin. You can use the Free Edition on Ubuntu Linux to scan remove devices and ntfs partitions.

Tutorial Objectives:

  • Install BitDefender Scanner in Ubuntu 13.10 or Linux Mint 16
  • Enjoy!

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands to add BitDefender repository for Linux:

sudo sh -c 'echo "deb http://download.bitdefender.com/repos/deb/ bitdefender non-free" >> /etc/apt/sources.list.d/bitdefender.list'

Then get the key:

wget -O- -q http://download.bitdefender.com/repos/deb/bd.key.asc | sudo apt-key add -

After that, you can install the Scanner after checking for updates. Or run:

sudo apt-get update; sudo apt-get install bitdefender-scanner-gui

You can also install Bitdefender-samba, Bitdefender-mail with the commands below:

sudo apt-get install bitdefender-samba bitdefender-mail

Once installed, restart your computer and you’ll see the shortcut icon in Unity Dash.

bitdefender ubuntu 13.10

BitDefender Anti-virus is available for Linux from its official repository. Here I’ll show you how to install it on Ubuntu 13.04 Raring Ringtail.

Ubuntu itself has few virus, you can install anti-virus program on Ubuntu Linux to scan USB devices or Windows NTFS partitions.

Objectives:

  • Install BitDefender on Ubuntu from official repository
  • Enjoy!

To get started, press Ctrl+Alt+T key combination to open terminal, then run below command to add BitDefender official repository for Linux.

sudo sh -c 'echo "deb http://download.bitdefender.com/repos/deb/ bitdefender non-free" >> /etc/apt/sources.list.d/bitdefender.list'

Then download and install the key via below command:

wget -O- -q http://download.bitdefender.com/repos/deb/bd.key.asc | sudo apt-key add -

After adding the repository, use your package manager to install BitDefender. Or run below commands to update packages list and do install:

sudo apt-get update; sudo apt-get install bitdefender-scanner-gui

Once installed, run GUI via below command. Read this tutorial to manually add a launcher.

/opt/BitDefender-scanner/bin/bdgui