4

I have downloaded AVG free installer file(avg2013flx-r3118-a6926.i386.sh) from http://free.avg.com/in-en/download-free-all-product.

Please let me know how to install it on Ubuntu 12.04

2 Answers2

3

Dowload the deb file for Ubuntu, and then, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded, probably the Downloads folder, and run the command(s) below:

Install ib32-libs if you are on 64-bit PC

sudo apt-get install ia32-libs

sudo dpkg -i avg2013flx-r3118-a6926.i386.deb
Mitch
  • 107,631
0
sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  lib32ncurses5 lib32z1
wjandrea
  • 14,236
  • 4
  • 48
  • 98