0

I cannot find a way to install Avast Internet Security 6.0.1367.exe from the exe file directly.

I would like to know how to install it on my computer, to know the right commands to install it from terminal.

David Foerster
  • 36,264
  • 56
  • 94
  • 147

2 Answers2

6

I cannot find a way to install Avast Internet Security 6.0.1367.exe from the exe file directly.

Install Windows.


You are using Ubuntu, not Windows so please have a look at this link for Avast Linux. You need to add their repository:

sudo echo "deb http://deb.avast.com/lin/repo debian release" >> /etc/apt/sources.list
sudo apt-key add /path/to/avast.gpg
sudo apt-get update

and then you can install it...

sudo apt-get install avast
sudo apt-get install avast-fss
sudo apt-get install avast-proxy

You do need an account and a license:

How to insert a license file to Avast Security for Linux?

The access to the program repositories is not restricted in any way, you can always obtain all the latest packages, but for running the components, a license file is required. The license for the products comes in the form of a file named license.avastlic. After obtaining the license file, copy it into the /etc/avast directory:

sudo cp /path/to/license.avastlic /etc/avast 

Mind though: being smart is far more important than to rely on 3rd party software. THEIR interest is making money of your paranoia. Nothing more. Use on-line mail (so downloads stay on-line and the mail provider will scan your mails for you) and do not download/install software from random sites (we use Software Center) and there is no need for this kind of software.

Rinzwind
  • 299,756
  • Thanks, @Rinzwind, I'll try and tell you if it worked. Now I find it impossible – Miguel Espeso May 15 '18 at 10:34
  • FWIW they make it hard for some reason. The avast.gpg is text in a pdf file, you need to copy it to make the file, but the format is wrong, so you need to add a blank line after the header. Then contact their sales department to get a license file ... wow. Why do they even bother offering it. – pbhj Sep 24 '18 at 13:41
3

While it's possible to install and run many Windows applications in Ubuntu through the WINE compatibility layer, anti-virus software is not among them on principle because it's tied tightly to features1 of Windows that WINE doesn't emulate and never will.

There are native anti-virus solutions as outlined in “What antivirus programs are available?” but it's debatable to what extent Linux systems benefit from them.2


1 Meaning particular programming interfaces (sometimes even private ones) and implementation details, not practical functionality that other operating systems lack.

2 taken from karel’s comments

David Foerster
  • 36,264
  • 56
  • 94
  • 147
  • Thanks, @David Foerster . I'll try and tell you if it worked. Now I find it impossible – Miguel Espeso May 15 '18 at 10:36
  • Thanks @ David Foerster , for the advice. I already have experience in the Stackoverflow-Spanish site and I know how it works. If I have not done it yet, it is because I could not prove it, I have problems with the Ubuntu computer and it is repairing itself. When I put the advice into practice, I'll let you know. Thank you. – Miguel Espeso May 15 '18 at 11:36