Ubuntu Pastebin

Paste from funeral at Wed, 30 Aug 2017 16:15:04 +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
23
24
25
26
27
28
29
30
31
32
bentarve@laptop:/boot$ sudo apt remove linux-image-extra-4.10.0-33-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-image-generic : Depends: linux-image-4.10.0-33-generic but it is not going to be installed
                       Depends: linux-image-extra-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
 linux-signed-image-generic : Depends: linux-image-extra-4.10.0-33-generic 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 autoremove; sudo apt install linux-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-image-extra-4.10.0-33-generic : Depends: linux-image-4.10.0-33-generic but it is not installed
 linux-image-generic : Depends: linux-image-4.10.0-33-generic but it is not 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 installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
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.
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