-2

Why it is not possible to possible on ubuntu to install antivirus or other software just by downloading exe file instead of using command line? Im having all the pains to install free AVG 2014 on ubuntu 12.04 Thanks

1 Answers1

1

You can use Ubuntu software center to install a program graphically.

For AVG, a antivirus is useless on Ubuntu. In fact, the antivirus will detect Windows virus (which doesn't affect Linux users) in order to avoid your computer to be a vector of virus. Most of the time, on Linux, a virus appears as a file that you can simply delete.

If you still want AVG, follow this link.

https://help.ubuntu.com/community/Antivirus/Avg

You can also install clamTk and clamav from the Software center or

sudo apt-get install clamav clamtk
cochisebt
  • 320