GrayWizardLinux wrote:thanks for the info but I do not get it.... I do not understand what i am doing.
oh well.
That's why my Macs will always be #1.
Linux Mint #2

OK, as way of detailed explanation.
Step 1 Go to this webpage in your browser
http://www.avast.com/eng/download-avast-for-linux-edition.htmlStep 2 Left click on the download link next to the DEB package. This will open a dialogue box for you to download the deb file for avast. Save to your hard drive.
Step 3 Go to the directory where the download file is located. You should see a file called "avast4workstation_1.0.8-2_i386.deb", double left click on this and a package installer will launch. Install the package.Close the package installer. The avast program is now installed on your system; the following steps will get you a menu item for avast.
Step 4 You now need to get into the directory where avast is located; this is done by the following code. So open a terminal window and type or cut and paste the following code.
- Code: Select all
cd /usr/lib/avast4workstation/share/avast/desktop
Step 4 You now need to execute (run) the shell script which will place an entry in your menu to launch the program, so whilst you are in the directory type or paste in the terminal the following
- Code: Select all
sudo ./install-desktop-entries.sh install
It will ask for your password because you are temporarily using root privileges - the "sudo" bit of the command line. Input your password and hit enter. Then close the terminal window.
Step 5 Go to your mint menu and then Accessories and you will find a menu entry for "avast! Antivirus". Click on this to run the program, the rest you should be OK with.
Hope this helps.
Can't comment on Macs as I have never had enough money to be able to afford one !