Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: HOWTO: Install Avast Antivirus.

  1. #1
    Join Date
    Sep 2005
    Beans
    762

    HOWTO: Install Avast Antivirus.

    Download the .DEB from
    http://www.avast.com/eng/download-av...x-edition.html

    Install it using GDebi or use the terminal.
    Code:
    sudo dpkg -i file_name.deb
    If you don't get any icon/menu entry in the Application-Accessories menu.
    Then run this in the terminal
    Code:
    cd /usr/lib/avast4workstation/share/avast/desktop
    sudo ./install-desktop-entries.sh install
    If you like to use GTK 2.x then work your way to the avast directory.
    Code:
    cd /usr/lib/avast4workstation
    Then just remove the
    Code:
    sudo rm -rf lib-x11/
    and
    Code:
    sudo rm -rf lib-gtk2/
    Thats it.

    EDIT: Screenshot GTK 1.2
    EDIT 2: Added screenshot using GTK 2. See attachment (last img.) And added som info on how to make it use GTK 2.x, Thanks from forum members in this thread.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	q1by8.png 
Views:	817 
Size:	24.4 KB 
ID:	18809   Click image for larger version. 

Name:	screenshotkq1.png 
Views:	563 
Size:	17.4 KB 
ID:	18810   Click image for larger version. 

Name:	Screenshot-avast! Antivirus.png 
Views:	530 
Size:	18.7 KB 
ID:	18811  
    Last edited by yopnono; November 3rd, 2006 at 10:34 PM.

  2. #2
    Join Date
    Apr 2005
    Beans
    123

    Re: HOWTO: Install Avast Antivirus.

    what does it look like? could you post a screenshot?

  3. #3
    Join Date
    Sep 2005
    Beans
    762

    Re: HOWTO: Install Avast Antivirus.

    Quote Originally Posted by hussam View Post
    what does it look like? could you post a screenshot?
    Done..

  4. #4
    Join Date
    Apr 2006
    Location
    Copenhagen
    Beans
    91
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install Avast Antivirus.

    Why would you need a virus scanner? All software is from a trusted source (apt) and ubuntu doesn't led you run sofware as root without password.
    Kind regards
    Thomas Jansson - www.tjansson.dk
    Geek By Nature | Linux By Choice

  5. #5
    skymt is offline May the Ubuntu Be With You!
    Join Date
    Feb 2006
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install Avast Antivirus.

    Quote Originally Posted by tjansson View Post
    Why would you need a virus scanner? All software is from a trusted source (apt) and ubuntu doesn't led you run sofware as root without password.
    If you want to send a file you downloaded from the web to a Windows user, it's a good idea to make sure it's virus-free.

  6. #6
    Join Date
    Aug 2006
    Location
    Paris
    Beans
    4
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install Avast Antivirus.

    Thanks works great !
    i was lost with the menu entry

  7. #7
    Join Date
    Aug 2006
    Beans
    34

    Re: HOWTO: Install Avast Antivirus.

    Hi,
    how can i install it on amd64 ubuntu?

  8. #8
    Join Date
    Sep 2005
    Beans
    762

    Re: HOWTO: Install Avast Antivirus.

    Hi I have truly no idea, sorry. But check the avast forum.
    http://forum.avast.com/

  9. #9
    Join Date
    Aug 2006
    Beans
    34

    Re: HOWTO: Install Avast Antivirus.

    ok thx
    =D>

  10. #10
    Join Date
    Oct 2006
    Location
    Edinburgh - Scotland
    Beans
    16
    Distro
    Kubuntu 6.10 Edgy

    Lightbulb Re: HOWTO: Install Avast Antivirus.

    I managed to install the 32 bit version of avast on 64 bit Kubuntu with the following command and it works fine. You do need the 32bit libs though.

    sudo dpkg -i --force-architecture avast4workstation_1.0.6-2_i386.deb



    Steps:
    I had already installed the 32bit libs (i think when i was installing wine)

    not 100% sure but if i remember correctly it was from the following post
    http://ubuntuforums.org/showthread.php?t=185557


    the code i think you need you need is (copied from the other post):

    Download the 32 bit libs
    http://packages.ubuntu.com/cgi-bin/download.pl?arch=i386&file=pool%2Fmain%2Flibx%2Fli bxxf86dga%2Flibxxf86dga1_1.0.0-0ubuntu3_i386.deb&md5sum=f1f2a20a6db2bf5eb44db45cd b3a1337&arch=i386&type=main
    Save the files to your desktop.

    First we will install the needed libraries.
    Code:

    cd ~/Desktop dpkg -x libxxf86dga1_1.0.0-0ubuntu3_i386.deb libs sudo cp ~/Desktop/libs/usr/lib/* /usr/lib32



    You now ahve the needed 32 bit libs and can force avast to install using them

    sudo dpkg -i --force-architecture avast4workstation_1.0.6-2_i386.deb


    Hope this helps, It worked for Me. 8)




    Now a question,
    Does anyone know if there is an on access scanner for avast on linux?

Page 1 of 3 123 LastLast

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
  •