Skip to main content

Scan for Viruses under Linux with AVG Free Antivirus

Most of us run multiple Operating Systems on our PC's and are connected to LAN with machines running different Operating Systems. Now, Linux even though is sort of immune to viruses (there are few viruses, and Linux can get infected ) most of Desktop Linux users don't need Anti virus tool, but there are people who run Windows and there are umpteen number of Viruses, Worms and Trojans for Windows and removing them can be difficult.

Running Antivirus tool on Linux can be especially helpful in such cases , searching and removing viruses from a different Operating System would definitely help speed up the process and prevent Viruses from interfering with AntiVirus's scan process, also for PC's connected to LAN, Anti virus for Linux could detect any virus laden file transfer prompting one to take appropriate action and prevent virus from spreading to other PC's on the LAN.

There are couple of AntiVirus tool available on Linux, and in this article I would look into AVG Free Antivirus, which is one of the most user friendly of the Lot and offers a simple , intuitive interface.

Installing AVG Free Antivirus on Ubuntu

AVG provides a debian package along with packages for other distributions that you can download from this site , Or if you are on Ubuntu you can issue the following command in the Terminal (Application -> Accessories -> Terminal ) window to install AVG Free Antivirus.
$ wget http://www.avg.com/filedir/inst/avg75fld-r51-a1243.i386.deb
and
$ sudo dpkg -i avg75fld-r51-a1243.i386.deb

Finally , Once you have install AVG Free launch it's GUI Frontend from (Applications -> Accessories -> AVG for Linux Workstation ).
AVG Antivirus Linux Frontend

The AVG Free version that you have downloaded and installed contains Old Virus definitions and needs to be updated which you can easily do by clicking on the Update button.

AVG Antivirus Updating itself

Now, once AVG has updated itself you can start scanning your drive for Viruses. You might though like to configure few of AVG Antivirus settings which you can do easily from (Service -> Program Settings ).

Different AVG Antivirus settings

To scan click on the Test button and select the folder/drive you want to scan. However , one thing I disliked about AVG Free anti virus was that it does not offer any option to remove scanned Viruses ( You would have to buy a commercial version of the AVG to enable removing of viruses). You would either have to go to the path and delete the infected file yourself or use some other Virus scanner on Windows to remove viruses. I looked into the manual for options to enable removing viruses or at least quarantining infected file and found we could do by modifying configuration file , I tried on my system but it sadly did not work.


Scanning for viruses , and final test result.

The Test result of Virus scan are stored with names of virus , date/time and location where virus was found stored in the database. The Test Result can be accessed by clicking on Test Result button in the front end of AVG.


Virus Scan test result archive

Conclusion : Antivirus on Linux is not essential, still it is useful addition to your desktop arsenal especially if you are computer is part of a network with Windows computers. AVG Free though is limited with its lack of ability to disinfect virus laden files, still AVG Free is one of the most user friendly Antivirus solution available on the Linux platform.


I found this article here

Comments

Popular posts from this blog

How to install Skype on Ubuntu 9.10 Karmic Koala

The two methods  below doesn't work now. Please see http://blog.dipinkrishna.info/2009/11/how-to-download-and-install-skype-for_3060.html for a successfull installation of skype on ubuntu.   I have provided two methods. Please do comment which one is successful. Follow these steps to install skype in ubuntu 9.10 (64 bit).         First add:             deb http://packages.medibuntu.org/ karmic free non-free         to your /etc/apt/source.list Now open a terminal and type: $ sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list Then do an update: $ sudo apt-get update $ sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring $ sudo apt-get -q update And finally install Skype. $ sudo apt-get install skype Ready ... now start skype with $ skype OR Download the setup 32 -bit 64 -bit ...

gtalx: Howto Gtalk in ubuntu ( google talk )

Did you fail to use " gtalk in ubuntu " ... Now you can chat and talk to your gmail buddies in ubuntu... 1. check for gtk2.0 and qt4 $ sudo apt-get install libgtk2.0-dev $ sudo apt-get install libqt4-dev libogg-dev libtheora-dev $ sudo apt-get install libsdl-dev libavcodec-dev libswscale-dev $ sudo apt-get install libexpat-dev libraw1394-dev libvorbis-dev $ sudo apt-get install libgsm1-dev  libspeexdsp-dev libmediastreamer0-dev libortp-dev 2. Remove 'pulse audio sound server' Open synaptic package manager and remove pulse audio 3. "Download gtalx" from here Dowload it here 4. Extract the file.... $ tar -zxvf 0.0.4.tar.gz 5. Get into the directory.... $ cd 0.0.4 and then... $ sudo chmod u+x make $ ./make $ sudo ./make install 6. Enjoy..... Please comment about your installation(whether it was a success or not....) Take gtalx from Applications > Internet > gtalx Enter your gmail login information..and click connect... ...

wbar: a quick luanch bar( similar to avant and cairo dock)

wbar is a quick-launch bar (not a dock) that has an appearance similar to Avant Window Manager and Cairo Dock. It is GTK (Gnome) based but can work in all desktop environments. It does not require a compositing manager to be installed and is therefore quicker and more suitable for low-end hardware systems. It is the default in the Google gOS desktop and is available as a .deb package from Google. Download and install (from the command-line Terminal): wget http://wbar.googlecode.com/files/wbar_1.3.3_i386.deb sudo dpkg -i wbar_1.3.3_i386.deb Start wbar with custom start options (e.g. by pressing alt+F2). Here is an example: wbar -isize 48 -j 1 -p bottom -balfa 40 -bpress -nanim 3 -z 2.5 -above-desk Here is another example: wbar -above-desk -pos bottom -isize 60 -nanim 1 -bpress -jumpf 0.0 -zoomf 1.5 For a full list of command-line startup options, see: wbar --help Tip: If you want the "wave" effect just increase the -nanim value. I like the icons to just pop up so I do...