安装avast失败

时间:2016-03-13 15:55:33

标签: installation

我尝试在我的Ubuntu上安装avast。因此,我在注册后从http://files.avast.com/lin/repo/pool/安装了一个.deb软件包。 然后我使用Ubuntu软件中心打开软件包,该软件中心说扫描& avast可以在终端使用。

但是当我输入$ scan <path-to-test-file>/test.txt时,我收到以下错误消息:

connect(): /var/run/avast/scan.sock: No such file or directory

因此,在安装过程中,它不会创建scan.sock。 / var/run/avast/完全为空。

注册后,我收到一封电子邮件,其中包含以下步骤:

1. Add the Avast repository to the system repositories
# echo "deb http://deb.avast.com/lin/repo debian release" >> /etc/apt/sources.list
# apt key add /path/to/avast.gpg
# apt-get update

2. Install the Avast package and optionally the "avast-fss" and avast-proxy packages.
# apt-get install avast
# apt-get install avast-fss
# apt-get install avast-proxy 

我做了每一步,但又一次,scan.sock不存在。

有人可以帮忙吗?

0 个答案:

没有答案