我目前使用的是ubuntu14.04,我正在尝试下载蒸汽发射器,但当我尝试时,我得到一个屏幕,读。
"The package system is broken
Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get install -f" 当我打开细节的时候它会读到。
"The following packages have unmet dependencies:
linux-image-extra-3.13.0-73-generic: Depends: linux-image-3.13.0-73-generic but it is not installed
linux-image-generic: Depends: linux-image-3.13.0-73-generic but it is not installed"请帮忙谢谢。
Filesystem Size Used Avail Use% Mounted on
udev 914M 4.0K 914M 1% /dev
tmpfs 185M 940K 184M 1% /run
/dev/mapper/ubuntu--kylin--vg-root 292G 43G 235G 16% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 5.0M 0 5.0M 0% /run/lock
none 924M 184K 924M 1% /run/shm
none 100M 44K 100M 1% /run/user
/dev/sda1 236M 236M 0 100% /boot
izzy-22@Randys-PC:~$ 发布于 2017-03-18 13:12:53
看起来,您的问题是有些包依赖于其他包,这会导致apt陷入困境。我想说的是开放终端并运行sudo apt install linux-image-3.13.0.73-generic,因为这个包没有安装,而且似乎是问题的原因。只需安装该软件包,然后报告它是否有效。它应该解决这个依赖错误。
现在看看问题中的编辑,您的/boot已经满了,所以尝试运行,
sudo apt-get autoremove
移除储存在那里的旧内核和原始人。那就跑
sudo apt-get install linux-image-3.13.0.73-generic。
这将修复依赖关系问题。
https://askubuntu.com/questions/894295
复制相似问题