Ubuntu Pastebin

Paste from gartral at Fri, 1 Apr 2016 15:17:02 +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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
jerold@tuaim-studios:~/Downloads$ sudo apt-get install libcupsimage2
libcupsimage2      libcupsimage2-dev  
jerold@tuaim-studios:~/Downloads$ sudo apt-get install libcupsimage2-dev 
[sudo] password for jerold: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libcupsimage2-dev : Depends: libjpeg-dev
E: Unable to correct problems, you have held broken packages.
jerold@tuaim-studios:~/Downloads$ sudo apt-get install libjpeg-dev libcupsimage2-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libjpeg-dev : Depends: libjpeg8-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
jerold@tuaim-studios:~/Downloads$ sudo apt-get install libjpeg8-dev libjpeg-dev libcupsimage2-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libjpeg8-dev : Depends: libjpeg-turbo8-dev (>= 1.1.90+svn722-1ubuntu6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
jerold@tuaim-studios:~/Downloads$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jerold@tuaim-studios:~/Downloads$ man apt
jerold@tuaim-studios:~/Downloads$ sudo apt-get install libjpeg8-dev libjpeg-dev libcupsimage2-dev libjpeg
libjpeg62            libjpeg62-dev        libjpeg8-dbg         libjpeg-dev          libjpeg-static       libjpeg-turbo8-dbg   libjpeg-turbo-progs  
libjpeg62-dbg        libjpeg8             libjpeg8-dev         libjpeg-progs        libjpeg-turbo8       libjpeg-turbo8-dev   libjpeg-turbo-test   
jerold@tuaim-studios:~/Downloads$ sudo apt-get install libjpeg8-dev libjpeg-dev libcupsimage2-dev libjpeg-turbo8-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libjpeg-turbo8-dev : Conflicts: libjpeg62-dev but 1:6b2-2 is to be installed
E: Unable to correct problems, you have held broken packages.
jerold@tuaim-studios:~/Downloads$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jerold@tuaim-studios:~/Downloads$ 
Download as text