![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Has an Ubuntu Drip
![]() Join Date: Sep 2005
Beans: 743
|
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 Then run this in the terminal Code:
cd /usr/lib/avast4workstation/share/avast/desktop sudo ./install-desktop-entries.sh install Code:
cd /usr/lib/avast4workstation Code:
sudo rm -rf lib-x11/ Code:
sudo rm -rf lib-gtk2/ 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. Last edited by yopnono; November 3rd, 2006 at 05:34 PM.. |
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() Join Date: Apr 2005
Beans: 131
Edgy Eft Testing
|
Re: HOWTO: Install Avast Antivirus.
what does it look like? could you post a screenshot?
|
|
|
|
|
|
#3 |
|
Has an Ubuntu Drip
![]() Join Date: Sep 2005
Beans: 743
|
Re: HOWTO: Install Avast Antivirus.
|
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2006
Location: Copenhagen
Beans: 91
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.
|
|
|
|
|
|
#5 |
|
Fresh Brewed Ubuntu
![]() |
Re: HOWTO: Install Avast Antivirus.
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 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Location: Paris
Beans: 3
Ubuntu 6.06
|
Re: HOWTO: Install Avast Antivirus.
Thanks works great !
i was lost with the menu entry |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2006
Beans: 34
|
Re: HOWTO: Install Avast Antivirus.
Hi,
how can i install it on amd64 ubuntu? |
|
|
|
|
|
#8 |
|
Has an Ubuntu Drip
![]() Join Date: Sep 2005
Beans: 743
|
Re: HOWTO: Install Avast Antivirus.
Hi I have truly no idea, sorry. But check the avast forum.
http://forum.avast.com/ |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2006
Beans: 34
|
Re: HOWTO: Install Avast Antivirus.
ok thx
__________________
|
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() |
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. Now a question, Does anyone know if there is an on access scanner for avast on linux? |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|