5 Anti-virus on Ubuntu 12.04LTS

revox

Well-known member
  • Apr 10, 2010
    4,815
    2
    2,360
    113
    කොළොංපුරේ
    5 Anti-virus on Ubuntu 12.04LTS

    I use 5 AV on Ubuntu. Not because Linux needs a AV but I duel boot with Windowz 7 and to keep it safe.
    Here are the five AV (not in particular order)

    1) AVG – Download http://free.avg.com/ww-en/download.prd-alf
    How to install and run help - https://help.ubuntu.com/community/Antivirus/Avg

    xksxet.png


    2) Avira – Download http://dlpe.antivir.com/package/wks_avira/unix/en/pers/antivir_workstation-pers.tar.gz
    Ctrl+Alt+T for terminal -
    tar xvzf antivir_workstation-pers.tar.gz
    sudo ./antivir-workstation-pers-3.0.2-5/install
    To run it . . .
    sudo avupdate-guard
    go to the directory you wont to scan and . . .
    sudo avscan --scan-mode=all --detect-prefixes=alltypes -s

    5mg7qc.png


    3)Avast(with GUI) – Download http://www.avast.com/linux-home-edition – download the deb pakage.
    Ctrl+Alt+T for terminal -
    sudo dpkg -i avast4workstatio<package_name>.deb
    When you launch it, it will prompt you to register and obtain a free license key.

    2nc3yav.png


    4)BitDefender (with GUI) – How to download and install - https://help.ubuntu.com/community/BitDefender

    k2jmah.png


    5) ClamTk – Click on Ubuntu software center and enter 'ClamTk' and install the package.

    2a7fqc9.png


    I had issues with installing and running BitDefender and Avira but got help from searchers from its forums and Google and fixed them and run them with out a problem. I'm no Linux expert and did it with trail and error, so you too can install and run them. Also some of them require you to register to get a free key.

    I don't mind if someone copies this and translates it to Sinhala. I'm lazy to type it in Sinhala.

    Please give me some REP's if you find it useful.
     

    penguinruwan

    Well-known member
  • Aug 10, 2008
    967
    267
    83
    It is possible to get a virus for Ubuntu, but:

    • The way most Linux distributions are built make it very hard for virus/trojans/backdoors to take advantage of vulnerabilities in binary packages. Ubuntu changes every six months (and updates --sometimes anoying-- land at least every week). It makes it very difficult for a virus author to track all these changes. In contrast, windows takes several years to change. That gives some time to the virus author to try to be as destructive/invasive as it can.
    • AFAIK, there is a substantial difficulty to "leak" binary code or suspicious source code to Ubuntu's Official or Debian's official packaging systems.
    • There might be 3 ways to infect a Linux box:
      • You 've been running Linux for years without updating any of your internet-facing services/apps.
      • You installed a virus/trojan by yourself.
      • You downloaded the virus in source code, compiled it and ran it with administrator privileges ;)
     

    revox

    Well-known member
  • Apr 10, 2010
    4,815
    2
    2,360
    113
    කොළොංපුරේ
    It is possible to get a virus for Ubuntu, but:

    • The way most Linux distributions are built make it very hard for virus/trojans/backdoors to take advantage of vulnerabilities in binary packages. Ubuntu changes every six months (and updates --sometimes anoying-- land at least every week). It makes it very difficult for a virus author to track all these changes. In contrast, windows takes several years to change. That gives some time to the virus author to try to be as destructive/invasive as it can.
    • AFAIK, there is a substantial difficulty to "leak" binary code or suspicious source code to Ubuntu's Official or Debian's official packaging systems.
    • There might be 3 ways to infect a Linux box:
      • You 've been running Linux for years without updating any of your internet-facing services/apps.
      • You installed a virus/trojan by yourself.
      • You downloaded the virus in source code, compiled it and ran it with administrator privileges ;)

    Thanks brother..................