Ubuntu Pastebin

Paste from Xpistos at Tue, 8 Dec 2015 16:03:41 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
x@Gotham:/home/d/bin$  sudo apt-get install linux-headers-3.2.0-94-generic-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-headers-3.2.0-94-generic-pae : Depends: linux-headers-3.2.0-94 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
x@Gotham:/home/d/bin$ sudo apt-get install linux-headers-3.2.0-94
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-94-generic-pae but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
x@Gotham:/home/d/bin$
Download as text