When I try to install packages or updates I receive this error:
linux-image-extra-4.4.0-109-generic :
Depends: linux-image-4.4.0-109-generic but it is not installed
How can I fix this?
When I try to install packages or updates I receive this error:
linux-image-extra-4.4.0-109-generic :
Depends: linux-image-4.4.0-109-generic but it is not installed
How can I fix this?
sudo apt-get install linux-image-generic
? Welcome to Ask Ubuntu. – chili555 Apr 20 '18 at 20:42lsb_release -a
if unsure)? Could you please [edit] your question to include the full, verbatim output ofsudo apt-get install -f linux-image-generic
? Thanks. – David Foerster Apr 22 '18 at 00:24sudo apt-get install linux-headers-generic
but i received a messageThe following packages have unmet dependencies: linux-generic: Depends: linux-headers-generic (= 4.4.4.0.109.114) but 4.4.0.119.125 is to be installed
andlinux-headers-generic: Depends: Linux-headers-4.4.0.119 but is is not going to be installed
– Luigi Apr 24 '18 at 13:37{}
button in the editor toolbar) will be much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks. – David Foerster Apr 24 '18 at 13:47