Friday, November 30, 2012

Ubuntu - AVG instructions

To install AVG Debian based Antivirus, please follow these steps:

1. Log in your terminal as root, and type these two commands

wget http:<download path>/<currentfile.deb> See AVG site for path
sudo dpkg -i <currentfile.deb>
2. How to run AVG?
       To run this application, you need to type this command on terminal

sudo avgctl --start
Other Important Commands

1. You can scan the specific directory by typing command:

avgscan -H /DirectoryName
2.  You can download updates file using command:
sudo avgupdate -d
3.  To update virus and other harmful application type commands below. You may choose one of this command:

sudo avgupdate --priority 1
sudo avgupdate --priority 2
sudo avgupdate --priority 3
sudo avgupdate --priority 4
sudo avgupdate --priority 5

No comments:

Post a Comment