Ubuntu Pastebin

Paste from funeral at Wed, 30 Aug 2017 16:18:44 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
bentarve@laptop:/boot$ sudo apt remove linux-image-extra-4.10.0-33-generic linux-image-generic linux-signed-image-4.10.0-33-generic linux-signed-image-generic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 linux-generic : Depends: linux-image-generic (= 4.10.0.33.33) but it is not going to be installed
 linux-signed-generic : Depends: linux-signed-image-generic (= 4.10.0.33.33) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
bentarve@laptop:/boot$ sudo apt install linux-image-generic linux-signed-image-generic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-image-generic is already the newest version (4.10.0.33.33).
linux-image-generic set to manually installed.
linux-signed-image-generic is already the newest version (4.10.0.33.33).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 linux-image-extra-4.10.0-33-generic : Depends: linux-image-4.10.0-33-generic but it is not going to be installed
 linux-image-generic : Depends: linux-image-4.10.0-33-generic but it is not going to be installed
 linux-signed-image-4.10.0-33-generic : Depends: linux-image-4.10.0-33-generic (= 4.10.0-33.37) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Download as text