We’ve shown you how to install BitDefender in Ubuntu previously, and this brief tutorial is going to show you the easiest way to install it via its repository.
To read our previous post on this topic, click here.
Now, this blog isn’t going to tell you whether you should install antivirus in Ubuntu or not. That decision is yours to make. If you think that you need antivirus in Ubuntu and wish to install BitDefender, then continue below to easily install BitDefender in Ubuntu 12.04 (Precise Pangolin).
Objectives:
- Install BitDefender in Ubuntu 12.04 from its Repository
- Enjoy!
To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to add BitDefender repository key.
wget -O- -q http://download.bitdefender.com/repos/deb/bd.key.asc | sudo apt-key add -
Next, copy and paste the line below into the terminal and press Enter to enable BitDefender repository.
sudo sh -c 'echo "deb http://download.bitdefender.com/repos/deb/ bitdefender non-free" >> /etc/apt/sources.list'
Finally, run the commands below to install BitDefender Scanner GUI.
sudo apt-get update && sudo apt-get install bitdefender-scanner-gui
Log Out and Back in to use BitDefender.
The first thing you may have to do is update your virus signature by clicking ‘Update’. You may also want to go to Settings and enable pre-loading of virus engines.
Enjoy!
Frequently Asked Questions
How to add BitDefender repository key in Ubuntu 12.04?
To add BitDefender repository key in Ubuntu 12.04, open the terminal and run the command: wget -O- -q http://download.bitdefender.com/repos/deb/bd.key.asc | sudo apt-key add -
What is the command to enable BitDefender repository in Ubuntu 12.04?
To enable BitDefender repository in Ubuntu 12.04, paste the following command in the terminal and press Enter: sudo sh -c 'echo "deb http://download.bitdefender.com/repos/deb/ bitdefender non-free" >> /etc/apt/sources.list'
How to install BitDefender Scanner GUI in Ubuntu 12.04?
To install BitDefender Scanner GUI in Ubuntu 12.04, execute the commands in the terminal: sudo apt-get update && sudo apt-get install bitdefender-scanner-gui
What should I do after installing BitDefender in Ubuntu 12.04?
After installing BitDefender in Ubuntu 12.04, log out and back in to use it. Update your virus signature by clicking 'Update' and enable pre-loading of virus engines in Settings.
How to update virus signature in BitDefender installed on Ubuntu 12.04?
To update virus signature in BitDefender installed on Ubuntu 12.04, simply click on the 'Update' option within the interface.
Where can I find the Settings option in BitDefender on Ubuntu 12.04?
In BitDefender on Ubuntu 12.04, you can find the Settings option within the interface where you can enable pre-loading of virus engines.
Is it necessary to install antivirus software like BitDefender in Ubuntu 12.04?
The decision to install antivirus software like BitDefender in Ubuntu 12.04 depends on your personal preference and security needs. Evaluate the risks and benefits before making a choice.
What are the objectives of installing BitDefender in Ubuntu 12.04 from its repository?
The main objectives of installing BitDefender in Ubuntu 12.04 from its repository are to enhance system security by using a trusted antivirus solution and to easily access updates and support from the official source.