Ubuntu 16.04LTS 上的 COMODO 杀毒安装问题

Vin*_*eth 7 software-installation 16.04

我已经cav-linux_x64.deb从他们的官方网站下载了,当我尝试使用 GDebi 包安装程序进行安装时,它说依赖项不满足(libssl0.9.8)。当我尝试使用终端安装时,它说

(Reading database ... 234555 files and directories currently installed.)
Preparing to unpack .../Downloads/cav-linux_x64.deb ...
Unpacking cav-linux (1.1.268025-1) over (1.1.268025-1) ...

Uninstallation succeed!

dpkg: dependency problems prevent configuration of cav-linux:
 cav-linux depends on libssl0.9.8 (>= 0.9.8m-1); however:
  Package libssl0.9.8 is not installed.

dpkg: error processing package cav-linux (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cav-linux
Run Code Online (Sandbox Code Playgroud)

当我尝试安装时,libssl0.9.8它说

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libssl0.9.8 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

E: Package 'libssl0.9.8' has no installation candidate**
Run Code Online (Sandbox Code Playgroud)

当我检查 16.04 的软件包时,我发现 16.04 不包含该软件包。我应该怎么做才能在我的笔记本电脑上安装 Comodo?

宏碁 4736z 64 位英特尔奔腾双核和 3 GB RAM。

提前致谢

Rin*_*ind 4

16.04 上的 libssl 版本比 Comodo 想要的要新。顺便说一句:由于安全修复,我们的版本较新 (...),因此您使用的 Comodo 软件包对于 16.04 来说太旧了。Comodo 于 8 月 31 日获得更新。确保下载最新版本,因为这更有可能修复依赖性。

如果仍然遇到依赖性问题,您将需要手动安装旧版本。您可以在此处找到精确的版本。用于dpkg安装它,然后安装 Comodo。

另请注意,防病毒软件的唯一真正用途是在将文件发送到 Windows 计算机之前扫描文件。它不会在 Linux 文件中发现任何病毒(因为我们不会从网络上随机下载软件,也不会从我们的存储库中下载软件,并且这些软件没有病毒,因此我们不需要病毒扫描程序)。

关于评论中的事情:

它也不会阻止网络钓鱼,也不会阻止您遇到与恶意网站相关的问题。还有其他工具可以实现这一点。对于那些你有 rkhunter、ispprotect(网站恶意软件扫描程序)、chrootkit、lynis 等等。另请注意,大多数 Rootkit 扫描程序也存在缺陷(他们声称的问题中 99.99% 都是误报),最好使用 2 个或更多 Rootkit 扫描程序并比较结果。当两个或更多人认为存在问题时,您可能就有问题了。如果只有 1 个,则很可能是误报。