通常情况下,sudo apt-get安装得到我想要的没有问题,它安装依赖关系,并带走了很多麻烦。 由于某种原因,现在停止工作。
$ sudo apt-get install libssl0.9.8 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: libssl0.9.8: Depends: libc6 (>= 2.7) but 2.6.1-1ubuntu10 is to be installed E: Broken packages
它似乎有安装libc6它依赖的麻烦,但是当我运行apt-get安装libc6它告诉我它已经安装并且是最新的。
我有安装openssl类似的问题。
我试着运行apt = get update,但是没有帮助。
我不是这方面的专家,但似乎问题是软件包不再受支持(即使是旧版本的服务器)。
经过大量的研究(我通过SSH在远程服务器上这样做,所以不能有任何问题),以下相当有帮助:
升级Gutsy
此外,还有一个更通用的指南,从微风5.10一直升级到这里的最新版本
你需要做一个apt-get升级,而不是樱桃selectlibssl,因为它取决于更新版本的libc。