【发布时间】:2018-02-16 14:58:45
【问题描述】:
我尝试按照安装指南安装 certbot 在官方Certbot 网站上。
很遗憾,我无法安装以下软件包
sudo apt-get install software-properties-common
sudo apt-get install certbot
The following packages have unmet dependencies:
linux-image-extra-4.4.0-70-generic : Depends: linux-image-4.4.0-70-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-4.4.0-70-generic but it is not going to be installed
linux-signed-image-4.4.0-70-generic : Depends: linux-image-4.4.0-70-generic (= 4.4.0-70.91) but it is not going to be installed
software-properties-common : Depends: python3-software-properties (= 0.96.20.7) aber 0.96.20.4 but it is not going to be installed
E: Unable to correct problems
我当前的内核版本是
4.4.0-63-generic
解决此问题的方法:
- 清理 /boot - 无效
- 试过 sudo apt-get -f install - 没有效果
更新:
我终于自己想出了一个解决方案。
sudo apt-get update && sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get autoremove
【问题讨论】:
-
我投了反对票。此类问题请到 UBUNTU 论坛。
标签: ssl https ubuntu-16.04 certbot