Results 1 to 10 of 403

Thread: HOWTO: Install AVG free anti-virus

Threaded View

  1. #1
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    HOWTO: Install AVG free anti-virus

    AVG Linux Free Edition - Do not exist anymore


    Tested in Feisty x86
    For Ubuntu 64-bit: http://ubuntuforums.org/showthread.php?p=3840641



    This guide have been totally rewritten due to the support of an avg.deb package.


    If you're looking for Anti-virus to protect Windows OS, network, servers etc. via your Linux system, you might use this instead: HOWTO: Install F-Prot anti-virus

    This one is for paranoid single home users


    NOTE: It can only scan, no more no less!


    ================================================== ==========


    Q: Is viruses, trojans and malware a threat to a linux system as in Windows?

    A: No, there's a very few viruses to linux and the way a Linux/unix is build up makes it difficult to do any serious damage to the system, in fact I've never heard from people who got their Linux/unix system infected.

    Q: So why install a anti-virus application/program?

    A: For an ordinary Linux Home user with only one OS system their's no need for Anti-virus, but people who's running network, server or dual booting with win OS this tool can be very handy to scan and delete viruses.

    Q: I'm a home user only running Linux do I need it?

    A: No, a firewall is way better as protection in that case.



    ================================================== ==========

    Before Installation

    Make sure that your sourcelist is set up correctly. If you are in doubt make a search on the forum.



    Installation

    Download The Free AVG Advisor from here (.deb) to your Desktop.

    Code:
    cd ~/Desktop
    sudo dpkg -i avg75fld-r45-a0973.i386.deb


    Launcher

    Making a launcher to start AVG

    Code:
    sudo rm -r /usr/share/applications/avggui.desktop
    sudo nano /usr/share/applications/avg.desktop
    add:
    Code:
    [Desktop Entry]
    Name=AVG Antivirus
    Comment=Antivirus
    Exec=gksudo avggui &
    Icon=/opt/grisoft/avggui/prog/pixmaps/avgico_big.png
    Terminal=false
    Type=Application
    Categories=Application;System;
    save and exit.

    You can now start AVG by going to Applications tab ---> System Tools.



    ================================================== ====

    If people want to discuss security about virus' and firewall if it needed or not, also a good place to see peoples opinion on this matter: http://ubuntuforums.org/showthread.php?t=131616
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	AVG-Main.png 
Views:	2074 
Size:	91.7 KB 
ID:	32394  
    Last edited by Perfect Storm; November 26th, 2007 at 09:59 AM. Reason: Updated

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •