Ubuntu Pastebin

Paste from gartral at Fri, 1 Apr 2016 15:24:37 +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
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                          Version                                    Architecture Description
+++-=============================================-==========================================-============-===============================================================================
rc  fglrx-updates                                 2:15.201-0ubuntu2~15.10.2                  amd64        Video driver for the AMD graphics accelerators
rc  fglrx-updates-core                            2:15.201-0ubuntu2~15.10.2                  amd64        Minimal video driver for the AMD graphics accelerators
jerold@tuaim-studios:~/Downloads$ sudo apt-get --dry-run install 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:
 libcupsimage2-dev : Depends: libjpeg-dev
E: Unable to correct problems, you have held broken packages.
jerold@tuaim-studios:~/Downloads$ sudo apt-get remove fglrx
fglrx           fglrx-amdcccle  fglrx-core      
jerold@tuaim-studios:~/Downloads$ sudo apt-get remove fglrx
fglrx           fglrx-amdcccle  fglrx-core      
jerold@tuaim-studios:~/Downloads$ sudo apt-get remove fglrx-updates
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'fglrx-updates' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jerold@tuaim-studios:~/Downloads$ sudo apt-get remove fglrx-updates-core
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'fglrx-updates-core' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Download as text