我尝试通过终端在 64 位 Ubuntu 15.10 上安装 32 位 Linux 应用程序 (Cadsoft Eagle)。结果如下:
error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
我已经安装了许多用于 32 位支持的库。
当我尝试安装此包(sudo apt-get install libssl0.9.8:i386
)时,结果是:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl0.9.8:i386 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:i386' has no installation candidate
我能做些什么?
答案1
libssl0.9.8 不再在 ubuntu 15.10 存储库中可用。如果需要,您可以从此链接手动下载并安装 deb 文件libssl0.9.8(到达该页面后点击链接“security.ubuntu.com/ubuntu”)。
您可以通过复制主文件夹中的 deb 文件来安装下载的软件包,然后打开终端并输入此命令sudo dpkg -i libssl0.9.8_0.9.8o-7ubuntu3.2_amd64.deb