Can't upgrade HWE on Precise

Asked by Jaime Cruz

Got a message that I need to upgrade my HWE, as it will not be supported after August 7. I clicked the "Install" button, but it fails with the following messages:

The following packages have unmet dependencies:

libgl1-mesa-glx-lts-trusty: Depends: libglapi-mesa-lts-trusty (= 10.1.3-0ubuntu0.1~precise1) but 10.1.3-0ubuntu0.1~precise1 is to be installed
                            Depends: libx11-6 (>= 2:1.4.99.1) but 2:1.4.99.1-0ubuntu2.2 is to be installed
                            Depends: libxdamage1 (>= 1:1.1) but 1:1.1.3-2build1 is to be installed
xserver-xorg-lts-trusty: Depends: xserver-xorg-core-lts-trusty (>= 2:1.11) but 2:1.15.1-0ubuntu2~precise1 is to be installed

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of :

apt-cache policy libgl1-mesa-glx-lts-trusty libglapi-mesa-lts-trusty libxdamage1 xserver-xorg-lts-trusty xorg-core-lts-trusty; lsb_release -a

Thanks

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#2

libgl1-mesa-glx-lts-trusty:
  Installed: (none)
  Candidate: 10.1.3-0ubuntu0.1~precise1
  Version table:
     10.1.3-0ubuntu0.1~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
libglapi-mesa-lts-trusty:
  Installed: (none)
  Candidate: 10.1.3-0ubuntu0.1~precise1
  Version table:
     10.1.3-0ubuntu0.1~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
libxdamage1:
  Installed: 1:1.1.3-2build1
  Candidate: 1:1.1.3-2build1
  Version table:
 *** 1:1.1.3-2build1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
        100 /var/lib/dpkg/status
xserver-xorg-lts-trusty:
  Installed: (none)
  Candidate: 1:7.7+1ubuntu8~precise1
  Version table:
     1:7.7+1ubuntu8~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
N: Unable to locate package xorg-core-lts-trusty
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#3

Sorry, just noticed I omitted the "-a" from the tail end of that command. Here is the corrected output:

libgl1-mesa-glx-lts-trusty:
  Installed: (none)
  Candidate: 10.1.3-0ubuntu0.1~precise1
  Version table:
     10.1.3-0ubuntu0.1~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
libglapi-mesa-lts-trusty:
  Installed: (none)
  Candidate: 10.1.3-0ubuntu0.1~precise1
  Version table:
     10.1.3-0ubuntu0.1~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
libxdamage1:
  Installed: 1:1.1.3-2build1
  Candidate: 1:1.1.3-2build1
  Version table:
 *** 1:1.1.3-2build1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
        100 /var/lib/dpkg/status
xserver-xorg-lts-trusty:
  Installed: (none)
  Candidate: 1:7.7+1ubuntu8~precise1
  Version table:
     1:7.7+1ubuntu8~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
N: Unable to locate package xorg-core-lts-trusty
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID: Ubuntu
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

What is the output of

sudo dpkg --configure -a
sudo apt-get install -f

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#5

sudo dpkg --configure -a
sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  libkms1
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

sudo apt-get --purge autoremove

Will clear that up. Does it help?

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#7

No luck:

The following packages have unmet dependencies:

libgl1-mesa-glx-lts-trusty: Depends: libglapi-mesa-lts-trusty (= 10.1.3-0ubuntu0.1~precise1) but 10.1.3-0ubuntu0.1~precise1 is to be installed
                            Depends: libx11-6 (>= 2:1.4.99.1) but 2:1.4.99.1-0ubuntu2.2 is to be installed
                            Depends: libxdamage1 (>= 1:1.1) but 1:1.1.3-2build1 is to be installed
xserver-xorg-lts-trusty: Depends: xserver-xorg-core-lts-trusty (>= 2:1.11) but 2:1.15.1-0ubuntu2~precise1 is to be installed

Revision history for this message
Deren Wu (deren-wu) said :
#8

How about try "apt-get clean && apt-get update"?

Sometimes this command is helpful.

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#9

Both commands ended normally, but made no difference.

Revision history for this message
Deren Wu (deren-wu) said :
#10

Could you try to use "aptitude install" instead of "apt-get install"? Aptitude would provide more detail information.

Of course, if you don't have aptitude yes, please run "apt-get install aptitude" first.

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#11

I don't know what the command would be. When I open the "Update Manager" there is a box that says "New hardware support is available" with a button labeled "Install." That's all I know. When I push that button, it prompts me for that password, and then another box comes up saying the update failed. When I click on the little arrow to the left of the word "Details" I get the text which I've copied and pasted above.

Revision history for this message
Manfred Hampl (m-hampl) said :
#12

Please follow steps 1 to 6 of https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

and in step 6 post all output into this question document that you have already created:

https://answers.launchpad.net/ubuntu/+question/251498

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#13

jaimec@jaimec-p7-1235:~$ ubuntu-support-status
Support status summary of 'jaimec-p7-1235':

You have 63 packages (2.8%) supported until October 2013 (18m)
You have 2 packages (0.1%) supported until July 2019 (5y)
You have 112 packages (5.0%) supported until January 2016 (18m)
You have 1707 packages (76.6%) supported until April 2017 (5y)

You have 128 packages (5.7%) that can not/no-longer be downloaded
You have 217 packages (9.7%) that are unsupported

Your current Hardware Enablement Stack (HWE) is going out of support
on 08/07/2014. After this date security updates for critical parts (kernel
and graphics stack) of your system will no longer be available.

For more information, please see:
http://wiki.ubuntu.com/1204_HWE_EOL

To upgrade to a supported (or longer supported) configuration:

* Upgrade from Ubuntu 12.04 LTS to Ubuntu 14.04 LTS by running:
sudo do-release-upgrade -p

OR

* Install a newer HWE version by running:
sudo apt-get install linux-generic-lts-trusty libgl1-mesa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty

and reboot your system.

Run with --show-unsupported, --show-supported or --show-all to see more details
cat /etc/dpkg/dpkg.cfg.d/multiarch
foreign-architecture i386
dpkg --print-foreign-architectures
i386

sudo grep -R proxy /etc/apt/*
[sudo] password for jaimec:

grep proxy /etc/environment
echo $http_proxy
echo $ftp_proxy
grep proxy /etc/bash.bashrc
grep proxy ~/.bashrc
cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
sudo fuser -vvv /var/lib/dpkg/lock
sudo fuser -vvv /var/cache/apt/archives/lock
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"

uname -a
Linux jaimec-p7-1235 3.5.0-52-generic #79~precise1-Ubuntu SMP Fri Jul 4 21:03:49 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
sudo rm -rf /var/lib/dpkg/updates/*
sudo rm -rf /var/lib/apt/lists
sudo rm /var/cache/apt/*.bin
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial
LANG=C;sudo apt-get clean
LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://archive.canonical.com precise Release.gpg [198 B]
Get:2 http://archive.ubuntu.com precise Release.gpg [198 B]
Get:3 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:4 http://archive.ubuntu.com precise-backports Release.gpg [198 B]
Get:5 http://archive.ubuntu.com precise-security Release.gpg [198 B]
Get:6 http://archive.canonical.com precise Release [7078 B]
Get:7 http://archive.ubuntu.com precise Release [49.6 kB]
Get:8 http://archive.ubuntu.com precise-updates Release [49.6 kB]
Get:9 http://archive.ubuntu.com precise-backports Release [49.6 kB]
Get:10 http://archive.ubuntu.com precise-security Release [49.6 kB]
Get:11 http://archive.canonical.com precise/partner amd64 Packages [7892 B]
Get:12 http://archive.ubuntu.com precise/main Sources [934 kB]
Get:13 http://archive.canonical.com precise/partner i386 Packages [8931 B]
Ign http://archive.canonical.com precise/partner TranslationIndex
Ign http://archive.canonical.com precise/partner Translation-en
Get:14 http://archive.ubuntu.com precise/restricted Sources [5470 B]
Get:15 http://archive.ubuntu.com precise/universe Sources [5019 kB]
Get:16 http://archive.ubuntu.com precise/multiverse Sources [155 kB]
Get:17 http://archive.ubuntu.com precise/main amd64 Packages [1273 kB]
Get:18 http://archive.ubuntu.com precise/restricted amd64 Packages [8452 B]
Get:19 http://archive.ubuntu.com precise/universe amd64 Packages [4786 kB]
Get:20 http://archive.ubuntu.com precise/multiverse amd64 Packages [119 kB]
Get:21 http://archive.ubuntu.com precise/main i386 Packages [1274 kB]
Get:22 http://archive.ubuntu.com precise/restricted i386 Packages [8431 B]
Get:23 http://archive.ubuntu.com precise/universe i386 Packages [4796 kB]
Get:24 http://archive.ubuntu.com precise/multiverse i386 Packages [121 kB]
Get:25 http://archive.ubuntu.com precise/main TranslationIndex [3706 B]
Get:26 http://archive.ubuntu.com precise/multiverse TranslationIndex [2676 B]
Get:27 http://archive.ubuntu.com precise/restricted TranslationIndex [2596 B]
Get:28 http://archive.ubuntu.com precise/universe TranslationIndex [2922 B]
Get:29 http://archive.ubuntu.com precise-updates/main Sources [473 kB]
Get:30 http://archive.ubuntu.com precise-updates/restricted Sources [8056 B]
Get:31 http://archive.ubuntu.com precise-updates/universe Sources [108 kB]
Get:32 http://archive.ubuntu.com precise-updates/multiverse Sources [8905 B]
Get:33 http://archive.ubuntu.com precise-updates/main amd64 Packages [814 kB]
Get:34 http://archive.ubuntu.com precise-updates/restricted amd64 Packages [13.7 kB]
Get:35 http://archive.ubuntu.com precise-updates/universe amd64 Packages [244 kB]
Get:36 http://archive.ubuntu.com precise-updates/multiverse amd64 Packages [15.3 kB]
Get:37 http://archive.ubuntu.com precise-updates/main i386 Packages [846 kB]
Get:38 http://archive.ubuntu.com precise-updates/restricted i386 Packages [13.7 kB]
Get:39 http://archive.ubuntu.com precise-updates/universe i386 Packages [250 kB]
Get:40 http://archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
Get:41 http://archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
Get:42 http://archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
Get:43 http://archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
Get:44 http://archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
Get:45 http://archive.ubuntu.com precise-backports/main Sources [5145 B]
Get:46 http://archive.ubuntu.com precise-backports/restricted Sources [14 B]
Get:47 http://archive.ubuntu.com precise-backports/universe Sources [38.4 kB]
Get:48 http://archive.ubuntu.com precise-backports/multiverse Sources [5311 B]
Get:49 http://archive.ubuntu.com precise-backports/main amd64 Packages [6412 B]
Get:50 http://archive.ubuntu.com precise-backports/restricted amd64 Packages [14 B]
Get:51 http://archive.ubuntu.com precise-backports/universe amd64 Packages [41.4 kB]
Get:52 http://archive.ubuntu.com precise-backports/multiverse amd64 Packages [5206 B]
Get:53 http://archive.ubuntu.com precise-backports/main i386 Packages [6420 B]
Get:54 http://archive.ubuntu.com precise-backports/restricted i386 Packages [14 B]
Get:55 http://archive.ubuntu.com precise-backports/universe i386 Packages [41.2 kB]
Get:56 http://archive.ubuntu.com precise-backports/multiverse i386 Packages [5178 B]
Get:57 http://archive.ubuntu.com precise-backports/main TranslationIndex [72 B]
Get:58 http://archive.ubuntu.com precise-backports/multiverse TranslationIndex [72 B]
Get:59 http://archive.ubuntu.com precise-backports/restricted TranslationIndex [70 B]
Get:60 http://archive.ubuntu.com precise-backports/universe TranslationIndex [73 B]
Get:61 http://archive.ubuntu.com precise-security/main Sources [106 kB]
Get:62 http://archive.ubuntu.com precise-security/restricted Sources [2494 B]
Get:63 http://archive.ubuntu.com precise-security/universe Sources [30.7 kB]
Get:64 http://archive.ubuntu.com precise-security/multiverse Sources [1795 B]
Get:65 http://archive.ubuntu.com precise-security/main amd64 Packages [407 kB]
Get:66 http://archive.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
Get:67 http://archive.ubuntu.com precise-security/universe amd64 Packages [93.8 kB]
Get:68 http://archive.ubuntu.com precise-security/multiverse amd64 Packages [2442 B]
Get:69 http://archive.ubuntu.com precise-security/main i386 Packages [433 kB]
Get:70 http://archive.ubuntu.com precise-security/restricted i386 Packages [4620 B]
Get:71 http://archive.ubuntu.com precise-security/universe i386 Packages [99.1 kB]
Get:72 http://archive.ubuntu.com precise-security/multiverse i386 Packages [2650 B]
Get:73 http://archive.ubuntu.com precise-security/main TranslationIndex [74 B]
Get:74 http://archive.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
Get:75 http://archive.ubuntu.com precise-security/restricted TranslationIndex [72 B]
Get:76 http://archive.ubuntu.com precise-security/universe TranslationIndex [73 B]
Get:77 http://archive.ubuntu.com precise/main Translation-en [726 kB]
Get:78 http://archive.ubuntu.com precise/multiverse Translation-en [93.4 kB]
Get:79 http://archive.ubuntu.com precise/restricted Translation-en [2395 B]
Get:80 http://archive.ubuntu.com precise/universe Translation-en [3341 kB]
Get:81 http://archive.ubuntu.com precise-updates/main Translation-en [358 kB]
Get:82 http://archive.ubuntu.com precise-updates/multiverse Translation-en [9010 B]
Get:83 http://archive.ubuntu.com precise-updates/restricted Translation-en [3027 B]
Get:84 http://archive.ubuntu.com precise-updates/universe Translation-en [142 kB]
Get:85 http://archive.ubuntu.com precise-backports/main Translation-en [5882 B]
Get:86 http://archive.ubuntu.com precise-backports/multiverse Translation-en [4610 B]
Get:87 http://archive.ubuntu.com precise-backports/restricted Translation-en [14 B]
Get:88 http://archive.ubuntu.com precise-backports/universe Translation-en [32.9 kB]
Get:89 http://archive.ubuntu.com precise-security/main Translation-en [186 kB]
Get:90 http://archive.ubuntu.com precise-security/multiverse Translation-en [1299 B]
Get:91 http://archive.ubuntu.com precise-security/restricted Translation-en [1253 B]
Get:92 http://archive.ubuntu.com precise-security/universe Translation-en [57.5 kB]
Fetched 27.9 MB in 11s (2521 kB/s)
Reading package lists... Done
sudo dpkg --configure -a
sudo dpkg --clear-avail
LANG=C;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.
LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Hit http://archive.canonical.com precise Release.gpg
Hit http://archive.ubuntu.com precise Release.gpg
Hit http://archive.ubuntu.com precise-updates Release.gpg
Hit http://archive.ubuntu.com precise-backports Release.gpg
Hit http://archive.ubuntu.com precise-security Release.gpg
Hit http://archive.canonical.com precise Release
Hit http://archive.ubuntu.com precise Release
Hit http://archive.ubuntu.com precise-updates Release
Hit http://archive.ubuntu.com precise-backports Release
Hit http://archive.canonical.com precise/partner amd64 Packages
Hit http://archive.ubuntu.com precise-security Release
Hit http://archive.canonical.com precise/partner i386 Packages
Ign http://archive.canonical.com precise/partner TranslationIndex
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise/multiverse i386 Packages
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/multiverse Sources
Hit http://archive.ubuntu.com precise-updates/main amd64 Packages
Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-updates/main i386 Packages
Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://archive.ubuntu.com precise-backports/main Sources
Hit http://archive.ubuntu.com precise-backports/restricted Sources
Hit http://archive.ubuntu.com precise-backports/universe Sources
Hit http://archive.ubuntu.com precise-backports/multiverse Sources
Hit http://archive.ubuntu.com precise-backports/main amd64 Packages
Hit http://archive.ubuntu.com precise-backports/restricted amd64 Packages
Ign http://archive.canonical.com precise/partner Translation-en
Hit http://archive.ubuntu.com precise-backports/universe amd64 Packages
Hit http://archive.ubuntu.com precise-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-backports/main i386 Packages
Hit http://archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://archive.ubuntu.com precise-security/main Sources
Hit http://archive.ubuntu.com precise-security/restricted Sources
Hit http://archive.ubuntu.com precise-security/universe Sources
Hit http://archive.ubuntu.com precise-security/multiverse Sources
Hit http://archive.ubuntu.com precise-security/main amd64 Packages
Hit http://archive.ubuntu.com precise-security/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-security/universe amd64 Packages
Hit http://archive.ubuntu.com precise-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-security/main i386 Packages
Hit http://archive.ubuntu.com precise-security/restricted i386 Packages
Hit http://archive.ubuntu.com precise-security/universe i386 Packages
Hit http://archive.ubuntu.com precise-security/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-security/main TranslationIndex
Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-security/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Hit http://archive.ubuntu.com precise-backports/main Translation-en
Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://archive.ubuntu.com precise-backports/universe Translation-en
Hit http://archive.ubuntu.com precise-security/main Translation-en
Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://archive.ubuntu.com precise-security/restricted Translation-en
Hit http://archive.ubuntu.com precise-security/universe Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list.d/google-chrome.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out this entry, but any other modifications may be lost.
     3 # deb http://dl.google.com/linux/chrome/deb/ stable main

/etc/apt/sources.list.d/playdeb.list

     1 # deb http://archive.getdeb.net/ubuntu precise-getdeb games

/etc/apt/sources.list.d/caffeine-developers-ppa-precise.list

     1 # deb http://ppa.launchpad.net/caffeine-developers/ppa/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/caffeine-developers/ppa/ubuntu precise main

/etc/apt/sources.list.d/ubuntu-wine-ppa-precise.list

     1 # deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main

/etc/apt/sources.list.d/nemh-gambas3-precise.list

     1 # deb http://ppa.launchpad.net/nemh/gambas3/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/nemh/gambas3/ubuntu precise main

/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_create-launcher_ubuntu.list

     1 # deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/create-launcher/ubuntu precise main #Added by software-center; credentials stored in /etc/apt/auth.conf

/etc/apt/sources.list.d/eduke32.list

     1 # deb http://apt.duke4.net precise main
     2 # deb-src http://apt.duke4.net precise main

/etc/apt/sources.list.d/steam.list

     1 # deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
     2 # deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam

/etc/apt/sources.list.d/i-nex-development-team-stable-precise.list

     1 # deb http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu precise main

/etc/apt/sources.list.d/indicator-multiload-stable-daily-precise.list

     1 # deb http://ppa.launchpad.net/indicator-multiload/stable-daily/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/indicator-multiload/stable-daily/ubuntu precise main

/etc/apt/sources.list.d/noobslab-apps-precise.list

     1 # deb http://ppa.launchpad.net/noobslab/apps/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/noobslab/apps/ubuntu precise main

/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_steam_ubuntu.list

     1 # deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu precise main #Added by software-center; credentials stored in /etc/apt/auth.conf

/etc/apt/sources.list.d/google-talkplugin.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out this entry, but any other modifications may be lost.
     3 # deb http://dl.google.com/linux/talkplugin/deb/ stable main

/etc/apt/sources.list.d/doomsday-builds-stable.list

     1
     2 # Mirrored on Dropbox
     3 # deb http://dl.dropbox.com/u/11948701/builds/apt stable main

/etc/apt/sources.list.d/tsbarnes-indicator-keylock-precise.list

     1 # deb http://ppa.launchpad.net/tsbarnes/indicator-keylock/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/tsbarnes/indicator-keylock/ubuntu precise main

/etc/apt/sources.list.d/libreoffice-libreoffice-4-0-precise.list

     1 # deb http://ppa.launchpad.net/libreoffice/libreoffice-4-0/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/libreoffice/libreoffice-4-0/ubuntu precise main

/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_master-pdf-editor_ubuntu.list

     1 # deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/master-pdf-editor/ubuntu precise main #Added by software-center; credentials stored in /etc/apt/auth.conf

/etc/apt/sources.list.d/atareao-atareao-precise.list

     1 # deb http://ppa.launchpad.net/atareao/atareao/ubuntu precise main
     2 # deb-src http://ppa.launchpad.net/atareao/atareao/ubuntu precise main

/etc/apt/sources.list.d/eloaders-i-nex-daily-precise.list

/etc/apt/sources.list.d/google-earth.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out this entry, but any other modifications may be lost.
     3 # deb http://dl.google.com/linux/earth/deb/ stable main

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/main/binary-i386/
     2
     3 # deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/restricted/binary-i386/
     4 # deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ precise main restricted
     5
     6 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     7 # newer versions of the distribution.
     8 deb http://archive.ubuntu.com/ubuntu precise main restricted
     9 deb-src http://archive.ubuntu.com/ubuntu precise main restricted
    10
    11 ## Major bug fix updates produced after the final release of the
    12 ## distribution.
    13 deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
    14 deb-src http://archive.ubuntu.com/ubuntu precise-updates main restricted
    15
    16 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    17 ## team. Also, please note that software in universe WILL NOT receive any
    18 ## review or updates from the Ubuntu security team.
    19 deb http://archive.ubuntu.com/ubuntu precise universe
    20 deb-src http://archive.ubuntu.com/ubuntu precise universe
    21 deb http://archive.ubuntu.com/ubuntu precise-updates universe
    22 deb-src http://archive.ubuntu.com/ubuntu precise-updates universe
    23
    24 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    25 ## team, and may not be under a free licence. Please satisfy yourself as to
    26 ## your rights to use the software. Also, please note that software in
    27 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    28 ## security team.
    29 deb http://archive.ubuntu.com/ubuntu precise multiverse
    30 deb-src http://archive.ubuntu.com/ubuntu precise multiverse
    31 deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
    32 deb-src http://archive.ubuntu.com/ubuntu precise-updates multiverse
    33
    34 ## N.B. software from this repository may not have been tested as
    35 ## extensively as that contained in the main release, although it includes
    36 ## newer versions of some applications which may provide useful features.
    37 ## Also, please note that software in backports WILL NOT receive any review
    38 ## or updates from the Ubuntu security team.
    39 deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
    40 deb-src http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
    41
    42 deb http://archive.ubuntu.com/ubuntu precise-security main restricted
    43 deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted
    44 deb http://archive.ubuntu.com/ubuntu precise-security universe
    45 deb-src http://archive.ubuntu.com/ubuntu precise-security universe
    46 deb http://archive.ubuntu.com/ubuntu precise-security multiverse
    47 deb-src http://archive.ubuntu.com/ubuntu precise-security multiverse
    48
    49 ## Uncomment the following two lines to add software from Canonical's
    50 ## 'partner' repository.
    51 ## This software is not part of Ubuntu, but is offered by Canonical and the
    52 ## respective vendors as a service to Ubuntu users.
    53 deb http://archive.canonical.com/ubuntu precise partner
    54 # deb-src http://archive.canonical.com/ubuntu precise partner
    55
    56 ## This software is not part of Ubuntu, but is offered by third-party
    57 ## developers who want to ship their latest software.
    58 # deb http://extras.ubuntu.com/ubuntu precise main
    59 # deb-src http://extras.ubuntu.com/ubuntu precise main
    60
    61 # deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
    62 # deb http://files.crnatural.net lloyd main contrib
    63
    64 # deb http://download.videolan.org/pub/debian/stable/ /
    65 # deb-src http://download.videolan.org/pub/debian/stable/ /

Revision history for this message
Manfred Hampl (m-hampl) said :
#14

Ok, the troubleshooting procedure does not show any problem.

What is now the full output of

sudo apt-get install linux-generic-lts-trusty libgl1-mesa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty

If that fails, please provide the output of

apt-cache policy libx11-6

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#15

sudo apt-get install linux-generic-ltssa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty
[sudo] password for jaimec:
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:
 libgl1-mesa-glx-lts-trusty : Depends: libglapi-mesa-lts-trusty (= 10.1.3-0ubuntu0.1~precise1) but it is not going to be installed
 xserver-xorg-lts-trusty : Depends: xserver-xorg-video-all-lts-trusty but it is not going to be installed or
                                    xorg-driver-video
                           Recommends: xserver-xorg-video-all-lts-trusty but it is not going to be installed
                           Recommends: x11-xserver-utils-lts-trusty but it is not going to be installed
                           Conflicts: libglapi-mesa:i386 (>= 0~)
E: Unable to correct problems, you have held broken packages.

apt-cache policy libx11-6
libx11-6:
  Installed: 2:1.4.99.1-0ubuntu2.2
  Candidate: 2:1.4.99.1-0ubuntu2.2
  Version table:
 *** 2:1.4.99.1-0ubuntu2.2 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     2:1.4.99.1-0ubuntu2.1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
     2:1.4.99.1-0ubuntu2 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

Revision history for this message
Manfred Hampl (m-hampl) said :
#16

ok, now please provide the output of the command

apt-cache policy libgl1-mesa-glx-lts-trusty libglapi-mesa-lts-trusty xserver-xorg-lts-trusty xserver-xorg-video-all-lts-trusty xorg-driver-video xserver-xorg-video-all-lts-trusty x11-xserver-utils-lts-trusty libglapi-mesa:i386

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#17

libgl1-mesa-glx-lts-trusty:
  Installed: (none)
  Candidate: 10.1.3-0ubuntu0.1~precise1
  Version table:
     10.1.3-0ubuntu0.1~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
libglapi-mesa-lts-trusty:
  Installed: (none)
  Candidate: 10.1.3-0ubuntu0.1~precise1
  Version table:
     10.1.3-0ubuntu0.1~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
xserver-xorg-lts-trusty:
  Installed: (none)
  Candidate: 1:7.7+1ubuntu8~precise1
  Version table:
     1:7.7+1ubuntu8~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
xserver-xorg-video-all-lts-trusty:
  Installed: (none)
  Candidate: 1:7.7+1ubuntu8~precise1
  Version table:
     1:7.7+1ubuntu8~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
xorg-driver-video:
  Installed: (none)
  Candidate: (none)
  Version table:
xserver-xorg-video-all-lts-trusty:
  Installed: (none)
  Candidate: 1:7.7+1ubuntu8~precise1
  Version table:
     1:7.7+1ubuntu8~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
x11-xserver-utils-lts-trusty:
  Installed: (none)
  Candidate: 7.7+2ubuntu1~precise1
  Version table:
     7.7+2ubuntu1~precise1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
libglapi-mesa:i386:
  Installed: (none)
  Candidate: 8.0.4-0ubuntu0.7
  Version table:
     8.0.4-0ubuntu0.7 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages
     8.0.4-0ubuntu0.6 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise-security/main i386 Packages
     8.0.2-0ubuntu3 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

Revision history for this message
Manfred Hampl (m-hampl) said :
#18

Try once again with

sudo apt-get update
sudo apt-get install --no-install-recommends linux-generic-lts-trusty libgl1-mesa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty

and copy/paste all output as done before.

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#19

sudo apt-get install --no-install-recommends linux-generic-lts-trusty libgl1-mesa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty
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:
 libgl1-mesa-glx-lts-trusty : Depends: libglapi-mesa-lts-trusty (= 10.1.3-0ubuntu0.1~precise1) but it is not going to be installed
 xserver-xorg-lts-trusty : Conflicts: libglapi-mesa:i386 (>= 0~)
E: Unable to correct problems, you have held broken packages.

Revision history for this message
Manfred Hampl (m-hampl) said :
#20

Ok, what is the output of

sudo apt-get install --no-install-recommends linux-generic-lts-trusty libgl1-mesa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty libglapi-mesa-lts-trusty libglapi-mesa:i386-

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#21

sudo apt-get install --no-install-recommends linux-generic-lts-trusty libgl1-mesa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty libglapi-mesa-lts-trusty libglapi-mesa:i386-
[sudo] password for jaimec:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libglapi-mesa:i386 is not installed, so not removed
The following packages were automatically installed and are no longer required:
  libopenal1:i386 bluez-alsa:i386 libsdl-ttf2.0-0:i386 libgconf-2-4:i386
  libstdc++5:i386 libpam-winbind libqt4-declarative:i386 libgail18:i386
  libldap-2.4-2:i386 libao-common libv4l-0:i386 liblcms1:i386
  gnome-exe-thumbnailer libqt4-qt3support:i386 libroken18-heimdal:i386
  libunistring0:i386 libcupsimage2:i386 libgphoto2-port0:i386 libnss3:i386
  libdrm-nouveau2:i386 libwrap0:i386 libcaca0:i386 gtk2-engines:i386
  libgudev-1.0-0:i386 libsamplerate0:i386 libcdparanoia0:i386
  libcairo-gobject2:i386 libavc1394-0:i386 libaio1:i386 libsane:i386
  odbcinst1debian2 odbcinst1debian2:i386 libqt4-test:i386 libqt4-script:i386
  libqt4-designer:i386 libsdl-mixer1.2:i386 libqt4-network:i386
  libqt4-dbus:i386 libxxf86vm1:i386 libcap2:i386 libproxy1:i386 ibus-gtk:i386
  libdbus-glib-1-2:i386 libtdb1:i386 libxcb-glx0:i386 libasn1-8-heimdal:i386
  libspeex1:i386 libjack-jackd2-0:i386 libxslt1.1:i386 libgomp1:i386
  libcapi20-3 libcapi20-3:i386 libibus-1.0-0:i386 libx11-xcb1:i386
  libtxc-dxtn-s2tc0:i386 odbcinst libgssapi3-heimdal:i386 libvisual-0.4-0:i386
  wine-mono0.0.8 libcanberra-gtk-module:i386 libcanberra0:i386
  gtk2-engines-murrine:i386 libwavpack1:i386 libsoup-gnome2.4-1:i386
  libmysqlclient18:i386 libv4lconvert0:i386 gstreamer0.10-plugins-good:i386
  libqt4-xmlpatterns:i386 unixodbc libiec61883-0:i386 libjson0:i386
  wine-gecko2.21 wine-gecko2.21:i386 libsdl-image1.2:i386
  libwind0-heimdal:i386 libsdl1.2debian:i386 libxaw7:i386 libgdbm3:i386
  winetricks libosmesa6 libosmesa6:i386 libcurl3:i386 libqtcore4:i386
  libesd0:i386 libmikmod2:i386 libgif4:i386 libpulse-mainloop-glib0:i386
  icoutils libtheora0:i386 libaa1:i386 libspeexdsp1:i386 libieee1284-3:i386
  libao4:i386 libxmu6:i386 libcanberra-gtk0:i386 libvorbisfile3:i386
  libqt4-sql:i386 libasound2:i386 libxpm4:i386 libflac8:i386 libqt4-svg:i386
  libusb-0.1-4:i386 libgail-common:i386 libhcrypto4-heimdal:i386
  liborc-0.4-0:i386 libraw1394-11:i386 libnspr4:i386 libshout3:i386
  libdv4:i386 libhx509-5-heimdal:i386 libvorbisenc2:i386 xul-ext-ubufox
  libqt4-xml:i386 libasyncns0:i386 gstreamer0.10-x:i386 libgettextpo0:i386
  libxss1:i386 libgd2-xpm:i386 libheimbase1-heimdal:i386 libsdl-net1.2:i386
  libgstreamer-plugins-base0.10-0:i386 libgnome-keyring0:i386 libxtst6:i386
  gtk2-engines-pixbuf:i386 libqtgui4:i386 libtag1c2a:i386 libssl0.9.8:i386
  libmpg123-0:i386 libmad0:i386 libsasl2-2:i386 gtk2-engines-oxygen:i386
  xaw3dg:i386 libpulse0:i386 libheimntlm0-heimdal:i386 libpulsedsp:i386
  libqt4-sql-mysql:i386 winbind libodbc1 libodbc1:i386 libexif12:i386
  libqt4-scripttools:i386 librtmp0:i386 fonts-droid libvorbis0a:i386
  libqtwebkit4:i386 libgstreamer0.10-0:i386 libxp6:i386 libaudio2:i386
  libxv1:i386 libsasl2-modules:i386 mysql-common
  gstreamer0.10-plugins-base:i386 libsndfile1:i386 libsqlite3-0:i386
  libmng1:i386 libltdl7:i386 libkrb5-26-heimdal:i386 libasound2-plugins:i386
  glib-networking:i386 libllvm3.1:i386 libsoup2.4-1:i386 libgphoto2-2:i386
  libogg0:i386 libtag1-vanilla:i386 libaudiofile1:i386
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libegl1-mesa-lts-trusty libgbm1-lts-trusty libgl1-mesa-dri-lts-trusty
  libglamor-ltst0 libllvm3.4 libwayland-ltst-client0 libwayland-ltst-server0
  libxatracker2-lts-trusty libxcb-xfixes0 libxrandr-ltst2
  linux-headers-3.13.0-30 linux-headers-3.13.0-30-generic
  linux-headers-generic-lts-trusty linux-image-3.13.0-30-generic
  xserver-common-lts-trusty xserver-xorg-core-lts-trusty
  xserver-xorg-input-all-lts-trusty xserver-xorg-input-evdev-lts-trusty
  xserver-xorg-input-mouse-lts-trusty xserver-xorg-input-synaptics-lts-trusty
  xserver-xorg-input-vmmouse-lts-trusty xserver-xorg-input-wacom-lts-trusty
  xserver-xorg-video-all-lts-trusty xserver-xorg-video-ati-lts-trusty
  xserver-xorg-video-cirrus-lts-trusty xserver-xorg-video-fbdev-lts-trusty
  xserver-xorg-video-glamoregl-lts-trusty xserver-xorg-video-intel-lts-trusty
  xserver-xorg-video-mach64-lts-trusty xserver-xorg-video-mga-lts-trusty
  xserver-xorg-video-modesetting-lts-trusty
  xserver-xorg-video-neomagic-lts-trusty xserver-xorg-video-nouveau-lts-trusty
  xserver-xorg-video-openchrome-lts-trusty xserver-xorg-video-r128-lts-trusty
  xserver-xorg-video-radeon-lts-trusty xserver-xorg-video-s3-lts-trusty
  xserver-xorg-video-savage-lts-trusty
  xserver-xorg-video-siliconmotion-lts-trusty
  xserver-xorg-video-sis-lts-trusty xserver-xorg-video-sisusb-lts-trusty
  xserver-xorg-video-tdfx-lts-trusty xserver-xorg-video-trident-lts-trusty
  xserver-xorg-video-vesa-lts-trusty xserver-xorg-video-vmware-lts-trusty
Suggested packages:
  libglide3 fdutils linux-lts-trusty-doc-3.13.0 linux-lts-trusty-source-3.13.0
  linux-lts-trusty-tools xfonts-100dpi xfonts-75dpi gpointing-device-settings
  touchfreeze firmware-linux
Recommended packages:
  libegl1-mesa-drivers-lts-trusty libtxc-dxtn-s2tc0 libtxc-dxtn0
  x11-xserver-utils-lts-trusty
The following packages will be REMOVED:
  fglrx-amdcccle-experimental-13 fglrx-experimental-13 ia32-libs
  ia32-libs-multiarch:i386 icaclient libgl1-mesa-dri-lts-quantal
  libgl1-mesa-dri-lts-quantal:i386 libgl1-mesa-glx-lts-quantal
  libgl1-mesa-glx-lts-quantal:i386 libglapi-mesa-lts-quantal
  libglapi-mesa-lts-quantal:i386 libglu1-mesa:i386 libqt4-opengl:i386
  libvisual-0.4-plugins:i386 libxatracker1-lts-quantal ubuntu-desktop wine1.6
  wine1.6-amd64 wine1.6-i386:i386 x11-xserver-utils-lts-quantal xorg
  xserver-common-lts-quantal xserver-xorg-core-lts-quantal
  xserver-xorg-input-all-lts-quantal xserver-xorg-input-evdev-lts-quantal
  xserver-xorg-input-mouse-lts-quantal
  xserver-xorg-input-synaptics-lts-quantal
  xserver-xorg-input-vmmouse-lts-quantal xserver-xorg-input-wacom-lts-quantal
  xserver-xorg-lts-quantal xserver-xorg-video-all-lts-quantal
  xserver-xorg-video-ati-lts-quantal xserver-xorg-video-cirrus-lts-quantal
  xserver-xorg-video-fbdev-lts-quantal xserver-xorg-video-intel-lts-quantal
  xserver-xorg-video-mach64-lts-quantal xserver-xorg-video-mga-lts-quantal
  xserver-xorg-video-modesetting-lts-quantal
  xserver-xorg-video-neomagic-lts-quantal
  xserver-xorg-video-nouveau-lts-quantal
  xserver-xorg-video-openchrome-lts-quantal
  xserver-xorg-video-r128-lts-quantal xserver-xorg-video-radeon-lts-quantal
  xserver-xorg-video-s3-lts-quantal xserver-xorg-video-savage-lts-quantal
  xserver-xorg-video-siliconmotion-lts-quantal
  xserver-xorg-video-sis-lts-quantal xserver-xorg-video-sisusb-lts-quantal
  xserver-xorg-video-tdfx-lts-quantal xserver-xorg-video-trident-lts-quantal
  xserver-xorg-video-vesa-lts-quantal xserver-xorg-video-vmware-lts-quantal
The following NEW packages will be installed:
  libegl1-mesa-lts-trusty libgbm1-lts-trusty libgl1-mesa-dri-lts-trusty
  libgl1-mesa-glx-lts-trusty libglamor-ltst0 libglapi-mesa-lts-trusty
  libllvm3.4 libwayland-ltst-client0 libwayland-ltst-server0
  libxatracker2-lts-trusty libxcb-xfixes0 libxrandr-ltst2
  linux-generic-lts-trusty linux-headers-3.13.0-30
  linux-headers-3.13.0-30-generic linux-headers-generic-lts-trusty
  linux-image-3.13.0-30-generic linux-image-generic-lts-trusty
  xserver-common-lts-trusty xserver-xorg-core-lts-trusty
  xserver-xorg-input-all-lts-trusty xserver-xorg-input-evdev-lts-trusty
  xserver-xorg-input-mouse-lts-trusty xserver-xorg-input-synaptics-lts-trusty
  xserver-xorg-input-vmmouse-lts-trusty xserver-xorg-input-wacom-lts-trusty
  xserver-xorg-lts-trusty xserver-xorg-video-all-lts-trusty
  xserver-xorg-video-ati-lts-trusty xserver-xorg-video-cirrus-lts-trusty
  xserver-xorg-video-fbdev-lts-trusty xserver-xorg-video-glamoregl-lts-trusty
  xserver-xorg-video-intel-lts-trusty xserver-xorg-video-mach64-lts-trusty
  xserver-xorg-video-mga-lts-trusty xserver-xorg-video-modesetting-lts-trusty
  xserver-xorg-video-neomagic-lts-trusty xserver-xorg-video-nouveau-lts-trusty
  xserver-xorg-video-openchrome-lts-trusty xserver-xorg-video-r128-lts-trusty
  xserver-xorg-video-radeon-lts-trusty xserver-xorg-video-s3-lts-trusty
  xserver-xorg-video-savage-lts-trusty
  xserver-xorg-video-siliconmotion-lts-trusty
  xserver-xorg-video-sis-lts-trusty xserver-xorg-video-sisusb-lts-trusty
  xserver-xorg-video-tdfx-lts-trusty xserver-xorg-video-trident-lts-trusty
  xserver-xorg-video-vesa-lts-trusty xserver-xorg-video-vmware-lts-trusty
0 upgraded, 50 newly installed, 52 to remove and 0 not upgraded.
Need to get 85.5 MB of archives.
After this operation, 244 MB disk space will be freed.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libllvm3.4 amd64 1:3.4-1ubuntu3~precise1 [9,667 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libglapi-mesa-lts-trusty amd64 10.1.3-0ubuntu0.1~precise1 [21.4 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgl1-mesa-glx-lts-trusty amd64 10.1.3-0ubuntu0.1~precise1 [109 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-common-lts-trusty all 2:1.15.1-0ubuntu2~precise1 [22.2 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-core-lts-trusty amd64 2:1.15.1-0ubuntu2~precise1 [1,561 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libglamor-ltst0 amd64 0.6.0-0ubuntu4~precise1 [101 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libwayland-ltst-client0 amd64 1.4.0-1ubuntu1~precise1 [25.3 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libwayland-ltst-server0 amd64 1.4.0-1ubuntu1~precise1 [31.4 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgbm1-lts-trusty amd64 10.1.3-0ubuntu0.1~precise1 [19.3 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-xfixes0 amd64 1.8.1-1ubuntu0.2 [9,524 B]
Get:11 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libegl1-mesa-lts-trusty amd64 10.1.3-0ubuntu0.1~precise1 [58.6 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-glamoregl-lts-trusty amd64 0.6.0-0ubuntu4~precise1 [9,670 B]
Get:13 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-r128-lts-trusty amd64 6.9.2-1build1~precise1 [56.6 kB]
Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-mach64-lts-trusty amd64 6.9.4-1build1~precise1 [78.8 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-radeon-lts-trusty amd64 1:7.3.0-1ubuntu3.1~precise1 [165 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-ati-lts-trusty amd64 1:7.3.0-1ubuntu3.1~precise1 [7,448 B]
Get:17 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-cirrus-lts-trusty amd64 1:1.5.2-1build1~precise1 [34.4 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-fbdev-lts-trusty amd64 1:0.4.4-1build1~precise1 [13.5 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-intel-lts-trusty amd64 2:2.99.910-0ubuntu1~precise1 [770 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-mga-lts-trusty amd64 1:1.6.3-1build1~precise1 [73.5 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-modesetting-lts-trusty amd64 0.8.1-1build1~precise1 [23.5 kB]
Get:22 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-neomagic-lts-trusty amd64 1:1.2.8-1build1~precise1 [33.5 kB]
Get:23 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-nouveau-lts-trusty amd64 1:1.0.10-1ubuntu2~precise1 [93.3 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-openchrome-lts-trusty amd64 1:0.3.3-1build1~precise1 [177 kB]
Get:25 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-s3-lts-trusty amd64 1:0.6.5-0ubuntu4~precise1 [33.3 kB]
Get:26 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-savage-lts-trusty amd64 1:2.3.7-2ubuntu2~precise1 [69.7 kB]
Get:27 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-siliconmotion-lts-trusty amd64 1:1.7.7-2build1~precise1 [55.9 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-sis-lts-trusty amd64 1:0.10.7-0ubuntu6~precise1 [263 kB]
Get:29 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-sisusb-lts-trusty amd64 1:0.9.6-2build1~precise1 [41.8 kB]
Get:30 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-tdfx-lts-trusty amd64 1:1.4.5-1build1~precise1 [33.5 kB]
Get:31 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-trident-lts-trusty amd64 1:1.3.6-0ubuntu5~precise1 [62.0 kB]
Get:32 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-vesa-lts-trusty amd64 1:2.3.3-1build1~precise1 [16.5 kB]
Get:33 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-all-lts-trusty amd64 1:7.7+1ubuntu8~precise1 [4,846 B]
Get:34 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-evdev-lts-trusty amd64 1:2.8.2-1ubuntu2~precise1 [34.3 kB]
Get:35 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-synaptics-lts-trusty amd64 1.7.4-0ubuntu1~precise2 [67.9 kB]
Get:36 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-mouse-lts-trusty amd64 1:1.9.0-1build1~precise1 [41.2 kB]
Get:37 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-vmmouse-lts-trusty amd64 1:13.0.0-1build1~precise1 [15.2 kB]
Get:38 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrandr-ltst2 amd64 2:1.4.2-1~precise1 [19.2 kB]
Get:39 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-wacom-lts-trusty amd64 1:0.23.0-0ubuntu2~precise1 [93.0 kB]
Get:40 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-all-lts-trusty amd64 1:7.7+1ubuntu8~precise1 [4,760 B]
Get:41 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-lts-trusty amd64 1:7.7+1ubuntu8~precise1 [17.4 kB]
Get:42 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgl1-mesa-dri-lts-trusty amd64 10.1.3-0ubuntu0.1~precise1 [4,907 kB]
Get:43 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxatracker2-lts-trusty amd64 10.1.3-0ubuntu0.1~precise1 [157 kB]
Get:44 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-vmware-lts-trusty amd64 1:13.0.2-2ubuntu1~precise1 [78.6 kB]
Get:45 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-3.13.0-30-generic amd64 3.13.0-30.55~precise1 [52.4 MB]
Get:46 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-generic-lts-trusty amd64 3.13.0.30.26 [2,500 B]
Get:47 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.13.0-30 all 3.13.0-30.55~precise1 [12.8 MB]
Get:48 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.13.0-30-generic amd64 3.13.0-30.55~precise1 [1,118 kB]
Get:49 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-generic-lts-trusty amd64 3.13.0.30.26 [2,490 B]
Get:50 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux-generic-lts-trusty amd64 3.13.0.30.26 [1,746 B]
Fetched 85.5 MB in 8s (10.1 MB/s)
Extracting templates from packages: 100%
(Reading database ... 1255674 files and directories currently installed.)
Removing fglrx-amdcccle-experimental-13 ...
Removing fglrx-experimental-13 ...
Removing all DKMS Modules
Done.
update-alternatives: removing manually selected alternative - switching x86_64-linux-gnu_gl_conf to auto mode
update-alternatives: using /usr/lib/pxpress/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: skip creation of /usr/bin/amdcccle because associated file /usr/lib/fglrx/bin/amdcccle (of link group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/share/applications/ubuntu-amdcccle.desktop because associated file /usr/share/fglrx/amdcccle.desktop (of link group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/share/applications/ubuntu-amdccclesu.desktop because associated file /usr/share/fglrx/amdccclesu.desktop (of link group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/bin/amdupdaterandrconfig because associated file /usr/lib/fglrx/bin/amdupdaterandrconfig (of link group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/bin/amdxdg-su because associated file /usr/lib/fglrx/bin/amdxdg-su (of link group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: not replacing /usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link.
update-alternatives: removing manually selected alternative - switching i386-linux-gnu_gl_conf to auto mode
update-alternatives: using /usr/lib/pxpress/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: not replacing /usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link.
update-alternatives: using /usr/lib/i386-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-initramfs: deferring update (trigger activated)
Removing icaclient ...
Removing ia32-libs ...
Removing ia32-libs-multiarch:i386 ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for ureadahead ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-52-generic
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package libllvm3.4.
(Reading database ... 1254890 files and directories currently installed.)
Unpacking libllvm3.4 (from .../libllvm3.4_1%3a3.4-1ubuntu3~precise1_amd64.deb) ...
(Reading database ... 1254894 files and directories currently installed.)
Removing libgl1-mesa-dri-lts-quantal:i386 ...
Removing xserver-xorg-input-all-lts-quantal ...
Removing xserver-xorg-input-wacom-lts-quantal ...
Removing xserver-xorg-input-vmmouse-lts-quantal ...
Removing xserver-xorg-input-synaptics-lts-quantal ...
Removing xserver-xorg-input-mouse-lts-quantal ...
Removing x11-xserver-utils-lts-quantal ...
Removing 'diversion of /usr/bin/xrandr to /usr/bin/xrandr.orig by x11-xserver-utils-lts-quantal'
Removing libqt4-opengl:i386 ...
Removing libvisual-0.4-plugins:i386 ...
Removing libglu1-mesa:i386 ...
Removing libgl1-mesa-glx-lts-quantal:i386 ...
Removing libglapi-mesa-lts-quantal:i386 ...
Removing xserver-xorg-video-all-lts-quantal ...
Removing xserver-xorg-video-vmware-lts-quantal ...
Removing libxatracker1-lts-quantal ...
Removing xserver-xorg-video-trident-lts-quantal ...
Removing xserver-xorg-video-tdfx-lts-quantal ...
Removing xserver-xorg-video-sisusb-lts-quantal ...
Removing xserver-xorg-video-sis-lts-quantal ...
Removing xserver-xorg-video-siliconmotion-lts-quantal ...
Removing xserver-xorg-video-savage-lts-quantal ...
Removing xserver-xorg-video-s3-lts-quantal ...
Removing xserver-xorg-video-ati-lts-quantal ...
Removing xserver-xorg-video-radeon-lts-quantal ...
Removing xserver-xorg-video-r128-lts-quantal ...
Removing xserver-xorg-video-openchrome-lts-quantal ...
Removing xserver-xorg-video-nouveau-lts-quantal ...
Removing xserver-xorg-video-neomagic-lts-quantal ...
Removing xserver-xorg-video-modesetting-lts-quantal ...
Removing xserver-xorg-video-mga-lts-quantal ...
Removing xserver-xorg-video-mach64-lts-quantal ...
Removing xserver-xorg-video-intel-lts-quantal ...
Removing xserver-xorg-video-fbdev-lts-quantal ...
Removing xserver-xorg-video-cirrus-lts-quantal ...
Removing wine1.6-i386:i386 ...
Removing wine1.6 ...
update-binfmts: warning: no executable /usr/bin/wine found, but continuing anyway as you request
Removing wine1.6-amd64 ...
dpkg: libgl1-mesa-glx-lts-quantal: dependency problems, but removing anyway as you requested:
 libgl1-mesa-dev depends on libgl1-mesa-glx (= 8.0.4-0ubuntu0.7) | libgl1-mesa-glx-lts-quantal | libgl1-mesa-glx-lts-raring | libgl1-mesa-glx-lts-saucy | libgl1-mesa-glx-lts-trusty; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal is to be removed.
  Package libgl1-mesa-glx-lts-raring is not installed.
  Package libgl1-mesa-glx-lts-saucy is not installed.
  Package libgl1-mesa-glx-lts-trusty is not installed.
 libgnome-desktop-3-2 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 gnome-session-bin depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 dosbox depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libvisual-0.4-plugins depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libglew1.6 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 nux-tools depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 mplayer depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libglewmx1.6 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 gambas3-gb-opengl depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xscreensaver-gl depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 openjdk-7-jre depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgle3 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgle3 depends on xlibmesa3-gl | libgl1; however:
  Package xlibmesa3-gl is not installed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgle3 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgle3 depends on xlibmesa3-gl | libgl1; however:
  Package xlibmesa3-gl is not installed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 i-nex depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 audacious-plugins depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libqt4-opengl depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 x11-utils depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xscreensaver-data-extra depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xscreensaver-gl-extra depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libglu1-mesa depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 gambas3-gb-opengl-sge depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 doomsday depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xorg depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 mesa-utils depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 virtualbox-4.3 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 unity depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 compiz-plugins-default depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libwxgtk2.8-0 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libnux-2.0-0 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libva-glx1 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 compiz-plugins-main-default depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgnome-desktop-3-2 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 gnome-session-bin depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 dosbox depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libvisual-0.4-plugins depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libglew1.6 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 eduke32 depends on libgl1-mesa-glx; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
 nux-tools depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 mplayer depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libglewmx1.6 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 gambas3-gb-opengl depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xscreensaver-gl depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 openjdk-7-jre depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgle3 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgle3 depends on xlibmesa3-gl | libgl1; however:
  Package xlibmesa3-gl is not installed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 i-nex depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 audacious-plugins depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libqt4-opengl depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 x11-utils depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xscreensaver-data-extra depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xscreensaver-gl-extra depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libglu1-mesa depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 gambas3-gb-opengl-sge depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 doomsday depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 xorg depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libgl1-mesa-dev depends on libgl1-mesa-glx (= 8.0.4-0ubuntu0.7) | libgl1-mesa-glx-lts-quantal | libgl1-mesa-glx-lts-raring | libgl1-mesa-glx-lts-saucy | libgl1-mesa-glx-lts-trusty; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal is to be removed.
  Package libgl1-mesa-glx-lts-raring is not installed.
  Package libgl1-mesa-glx-lts-saucy is not installed.
  Package libgl1-mesa-glx-lts-trusty is not installed.
 mesa-utils depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 virtualbox-4.3 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 unity depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 compiz-plugins-default depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libwxgtk2.8-0 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libnux-2.0-0 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 libva-glx1 depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
 compiz-plugins-main-default depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1-mesa-glx is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1-mesa-glx is to be removed.
  Package libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal:i386 which provides libgl1 is not installed.
  Package libgl1-mesa-glx-lts-quantal which provides libgl1 is to be removed.
Removing libgl1-mesa-glx-lts-quantal ...
dpkg: libgl1-mesa-dri-lts-quantal: dependency problems, but removing anyway as you requested:
 xorg depends on libgl1-mesa-dri; however:
  Package libgl1-mesa-dri is not installed.
  Package libgl1-mesa-dri-lts-quantal:i386 which provides libgl1-mesa-dri is not installed.
  Package libgl1-mesa-dri-lts-quantal which provides libgl1-mesa-dri is to be removed.
Removing libgl1-mesa-dri-lts-quantal ...
dpkg: xserver-xorg-input-evdev-lts-quantal: dependency problems, but removing anyway as you requested:
 xserver-xorg-lts-quantal depends on xserver-xorg-input-all-lts-quantal | xorg-driver-input; however:
  Package xserver-xorg-input-all-lts-quantal is not installed.
  Package xorg-driver-input is not installed.
  Package xserver-xorg-input-wacom-lts-quantal which provides xorg-driver-input is not installed.
  Package xserver-xorg-input-synaptics-lts-quantal which provides xorg-driver-input is not installed.
  Package xserver-xorg-input-vmmouse-lts-quantal which provides xorg-driver-input is not installed.
  Package xserver-xorg-input-evdev-lts-quantal which provides xorg-driver-input is to be removed.
  Package xserver-xorg-input-mouse-lts-quantal which provides xorg-driver-input is not installed.
 xserver-xorg-lts-quantal depends on xserver-xorg-input-evdev-lts-quantal; however:
  Package xserver-xorg-input-evdev-lts-quantal is to be removed.
 xserver-xorg-lts-quantal depends on xserver-xorg-input-all-lts-quantal | xorg-driver-input; however:
  Package xserver-xorg-input-all-lts-quantal is not installed.
  Package xorg-driver-input is not installed.
  Package xserver-xorg-input-wacom-lts-quantal which provides xorg-driver-input is not installed.
  Package xserver-xorg-input-synaptics-lts-quantal which provides xorg-driver-input is not installed.
  Package xserver-xorg-input-vmmouse-lts-quantal which provides xorg-driver-input is not installed.
  Package xserver-xorg-input-evdev-lts-quantal which provides xorg-driver-input is to be removed.
  Package xserver-xorg-input-mouse-lts-quantal which provides xorg-driver-input is not installed.
 xserver-xorg-lts-quantal depends on xserver-xorg-input-evdev-lts-quantal; however:
  Package xserver-xorg-input-evdev-lts-quantal is to be removed.
Removing xserver-xorg-input-evdev-lts-quantal ...
dpkg: xserver-xorg-core-lts-quantal: dependency problems, but removing anyway as you requested:
 xserver-xorg-lts-quantal depends on xserver-xorg-core-lts-quantal (>= 2:1.11).
 xserver-xorg-video-vesa-lts-quantal depends on xorg-video-abi-13; however:
  Package xorg-video-abi-13 is not installed.
  Package xserver-xorg-core-lts-quantal which provides xorg-video-abi-13 is to be removed.
 xserver-xorg-video-vesa-lts-quantal depends on xserver-xorg-core-lts-quantal (>= 2:1.12.99.901); however:
  Package xserver-xorg-core-lts-quantal is to be removed.
 xserver-xorg-video-vesa-lts-quantal depends on xorg-video-abi-13; however:
  Package xorg-video-abi-13 is not installed.
  Package xserver-xorg-core-lts-quantal which provides xorg-video-abi-13 is to be removed.
 xserver-xorg-video-vesa-lts-quantal depends on xserver-xorg-core-lts-quantal (>= 2:1.12.99.901); however:
  Package xserver-xorg-core-lts-quantal is to be removed.
Removing xserver-xorg-core-lts-quantal ...
Removing xserver-common-lts-quantal ...
Removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-quantal'
Removing libglapi-mesa-lts-quantal ...
dpkg: xserver-xorg-video-vesa-lts-quantal: dependency problems, but removing anyway as you requested:
 xserver-xorg-lts-quantal depends on xserver-xorg-video-all-lts-quantal | xorg-driver-video; however:
  Package xserver-xorg-video-all-lts-quantal is not installed.
  Package xorg-driver-video is not installed.
  Package xserver-xorg-video-nouveau-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-s3-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-ati-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-mga-lts-quantal which provides xorg-driver-video is not installed.
  Package fglrx-experimental-13 which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-mach64-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-neomagic-lts-quantal which provides xorg-driver-video is not installed.
  Package fglrx which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-sis-lts-quantal which provides xorg-driver-video is not installed.
  Package fglrx-updates which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-trident-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-intel-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-sisusb-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-modesetting-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-r128-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-vmware-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-cirrus-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-vesa-lts-quantal which provides xorg-driver-video is to be removed.
  Package xserver-xorg-video-siliconmotion-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-openchrome-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-fbdev-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-tdfx-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-radeon-lts-quantal which provides xorg-driver-video is not installed.
  Package xserver-xorg-video-savage-lts-quantal which provides xorg-driver-video is not installed.
Removing xserver-xorg-video-vesa-lts-quantal ...
dpkg: xserver-xorg-lts-quantal: dependency problems, but removing anyway as you requested:
 xorg depends on xserver-xorg (>= 1:7.6+12ubuntu2) | xserver-xorg-renamed; however:
  Package xserver-xorg is not installed.
  Package xserver-xorg-renamed is not installed.
  Package xserver-xorg-lts-quantal which provides xserver-xorg-renamed is to be removed.
 xorg depends on xserver-xorg (>= 1:7.6+12ubuntu2) | xserver-xorg-renamed; however:
  Package xserver-xorg is not installed.
  Package xserver-xorg-renamed is not installed.
  Package xserver-xorg-lts-quantal which provides xserver-xorg-renamed is to be removed.
Removing xserver-xorg-lts-quantal ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Selecting previously unselected package libglapi-mesa-lts-trusty.
(Reading database ... 1251969 files and directories currently installed.)
Unpacking libglapi-mesa-lts-trusty (from .../libglapi-mesa-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb) ...
Selecting previously unselected package libgl1-mesa-glx-lts-trusty.
Unpacking libgl1-mesa-glx-lts-trusty (from .../libgl1-mesa-glx-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb) ...
Setting up libglapi-mesa-lts-trusty (10.1.3-0ubuntu0.1~precise1) ...
Setting up libgl1-mesa-glx-lts-trusty (10.1.3-0ubuntu0.1~precise1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package xserver-common-lts-trusty.
(Reading database ... 1251989 files and directories currently installed.)
Unpacking xserver-common-lts-trusty (from .../xserver-common-lts-trusty_2%3a1.15.1-0ubuntu2~precise1_all.deb) ...
Adding 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-trusty'
Selecting previously unselected package xserver-xorg-core-lts-trusty.
Unpacking xserver-xorg-core-lts-trusty (from .../xserver-xorg-core-lts-trusty_2%3a1.15.1-0ubuntu2~precise1_amd64.deb) ...
Selecting previously unselected package libglamor-ltst0.
Unpacking libglamor-ltst0 (from .../libglamor-ltst0_0.6.0-0ubuntu4~precise1_amd64.deb) ...
Selecting previously unselected package libwayland-ltst-client0.
Unpacking libwayland-ltst-client0 (from .../libwayland-ltst-client0_1.4.0-1ubuntu1~precise1_amd64.deb) ...
Selecting previously unselected package libwayland-ltst-server0.
Unpacking libwayland-ltst-server0 (from .../libwayland-ltst-server0_1.4.0-1ubuntu1~precise1_amd64.deb) ...
Selecting previously unselected package libgbm1-lts-trusty.
Unpacking libgbm1-lts-trusty (from .../libgbm1-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb) ...
Selecting previously unselected package libxcb-xfixes0.
Unpacking libxcb-xfixes0 (from .../libxcb-xfixes0_1.8.1-1ubuntu0.2_amd64.deb) ...
Selecting previously unselected package libegl1-mesa-lts-trusty.
Unpacking libegl1-mesa-lts-trusty (from .../libegl1-mesa-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-glamoregl-lts-trusty.
Unpacking xserver-xorg-video-glamoregl-lts-trusty (from .../xserver-xorg-video-glamoregl-lts-trusty_0.6.0-0ubuntu4~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-r128-lts-trusty.
Unpacking xserver-xorg-video-r128-lts-trusty (from .../xserver-xorg-video-r128-lts-trusty_6.9.2-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-mach64-lts-trusty.
Unpacking xserver-xorg-video-mach64-lts-trusty (from .../xserver-xorg-video-mach64-lts-trusty_6.9.4-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-radeon-lts-trusty.
Unpacking xserver-xorg-video-radeon-lts-trusty (from .../xserver-xorg-video-radeon-lts-trusty_1%3a7.3.0-1ubuntu3.1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-ati-lts-trusty.
Unpacking xserver-xorg-video-ati-lts-trusty (from .../xserver-xorg-video-ati-lts-trusty_1%3a7.3.0-1ubuntu3.1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-cirrus-lts-trusty.
Unpacking xserver-xorg-video-cirrus-lts-trusty (from .../xserver-xorg-video-cirrus-lts-trusty_1%3a1.5.2-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-fbdev-lts-trusty.
Unpacking xserver-xorg-video-fbdev-lts-trusty (from .../xserver-xorg-video-fbdev-lts-trusty_1%3a0.4.4-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-intel-lts-trusty.
Unpacking xserver-xorg-video-intel-lts-trusty (from .../xserver-xorg-video-intel-lts-trusty_2%3a2.99.910-0ubuntu1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-mga-lts-trusty.
Unpacking xserver-xorg-video-mga-lts-trusty (from .../xserver-xorg-video-mga-lts-trusty_1%3a1.6.3-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-modesetting-lts-trusty.
Unpacking xserver-xorg-video-modesetting-lts-trusty (from .../xserver-xorg-video-modesetting-lts-trusty_0.8.1-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-neomagic-lts-trusty.
Unpacking xserver-xorg-video-neomagic-lts-trusty (from .../xserver-xorg-video-neomagic-lts-trusty_1%3a1.2.8-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-nouveau-lts-trusty.
Unpacking xserver-xorg-video-nouveau-lts-trusty (from .../xserver-xorg-video-nouveau-lts-trusty_1%3a1.0.10-1ubuntu2~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-openchrome-lts-trusty.
Unpacking xserver-xorg-video-openchrome-lts-trusty (from .../xserver-xorg-video-openchrome-lts-trusty_1%3a0.3.3-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-s3-lts-trusty.
Unpacking xserver-xorg-video-s3-lts-trusty (from .../xserver-xorg-video-s3-lts-trusty_1%3a0.6.5-0ubuntu4~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-savage-lts-trusty.
Unpacking xserver-xorg-video-savage-lts-trusty (from .../xserver-xorg-video-savage-lts-trusty_1%3a2.3.7-2ubuntu2~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-siliconmotion-lts-trusty.
Unpacking xserver-xorg-video-siliconmotion-lts-trusty (from .../xserver-xorg-video-siliconmotion-lts-trusty_1%3a1.7.7-2build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-sis-lts-trusty.
Unpacking xserver-xorg-video-sis-lts-trusty (from .../xserver-xorg-video-sis-lts-trusty_1%3a0.10.7-0ubuntu6~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-sisusb-lts-trusty.
Unpacking xserver-xorg-video-sisusb-lts-trusty (from .../xserver-xorg-video-sisusb-lts-trusty_1%3a0.9.6-2build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-tdfx-lts-trusty.
Unpacking xserver-xorg-video-tdfx-lts-trusty (from .../xserver-xorg-video-tdfx-lts-trusty_1%3a1.4.5-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-trident-lts-trusty.
Unpacking xserver-xorg-video-trident-lts-trusty (from .../xserver-xorg-video-trident-lts-trusty_1%3a1.3.6-0ubuntu5~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-vesa-lts-trusty.
Unpacking xserver-xorg-video-vesa-lts-trusty (from .../xserver-xorg-video-vesa-lts-trusty_1%3a2.3.3-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-video-all-lts-trusty.
Unpacking xserver-xorg-video-all-lts-trusty (from .../xserver-xorg-video-all-lts-trusty_1%3a7.7+1ubuntu8~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-input-evdev-lts-trusty.
Unpacking xserver-xorg-input-evdev-lts-trusty (from .../xserver-xorg-input-evdev-lts-trusty_1%3a2.8.2-1ubuntu2~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-input-synaptics-lts-trusty.
Unpacking xserver-xorg-input-synaptics-lts-trusty (from .../xserver-xorg-input-synaptics-lts-trusty_1.7.4-0ubuntu1~precise2_amd64.deb) ...
Selecting previously unselected package xserver-xorg-input-mouse-lts-trusty.
Unpacking xserver-xorg-input-mouse-lts-trusty (from .../xserver-xorg-input-mouse-lts-trusty_1%3a1.9.0-1build1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-input-vmmouse-lts-trusty.
Unpacking xserver-xorg-input-vmmouse-lts-trusty (from .../xserver-xorg-input-vmmouse-lts-trusty_1%3a13.0.0-1build1~precise1_amd64.deb) ...
Selecting previously unselected package libxrandr-ltst2.
Unpacking libxrandr-ltst2 (from .../libxrandr-ltst2_2%3a1.4.2-1~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-input-wacom-lts-trusty.
Unpacking xserver-xorg-input-wacom-lts-trusty (from .../xserver-xorg-input-wacom-lts-trusty_1%3a0.23.0-0ubuntu2~precise1_amd64.deb) ...
Selecting previously unselected package xserver-xorg-input-all-lts-trusty.
Unpacking xserver-xorg-input-all-lts-trusty (from .../xserver-xorg-input-all-lts-trusty_1%3a7.7+1ubuntu8~precise1_amd64.deb) ...
Processing triggers for man-db ...
(Reading database ... 1252317 files and directories currently installed.)
Removing ubuntu-desktop ...
Removing xorg ...
Selecting previously unselected package xserver-xorg-lts-trusty.
(Reading database ... 1252309 files and directories currently installed.)
Unpacking xserver-xorg-lts-trusty (from .../xserver-xorg-lts-trusty_1%3a7.7+1ubuntu8~precise1_amd64.deb) ...
Setting up xserver-common-lts-trusty (2:1.15.1-0ubuntu2~precise1) ...
Setting up xserver-xorg-core-lts-trusty (2:1.15.1-0ubuntu2~precise1) ...
Setting up libglamor-ltst0 (0.6.0-0ubuntu4~precise1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package libgl1-mesa-dri-lts-trusty.
(Reading database ... 1252320 files and directories currently installed.)
Unpacking libgl1-mesa-dri-lts-trusty (from .../libgl1-mesa-dri-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb) ...
Setting up libllvm3.4 (1:3.4-1ubuntu3~precise1) ...
Setting up libgl1-mesa-dri-lts-trusty (10.1.3-0ubuntu0.1~precise1) ...
Setting up libwayland-ltst-client0 (1.4.0-1ubuntu1~precise1) ...
Setting up libwayland-ltst-server0 (1.4.0-1ubuntu1~precise1) ...
Setting up libgbm1-lts-trusty (10.1.3-0ubuntu0.1~precise1) ...
Setting up libxcb-xfixes0 (1.8.1-1ubuntu0.2) ...
Setting up libegl1-mesa-lts-trusty (10.1.3-0ubuntu0.1~precise1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode.
Setting up xserver-xorg-video-glamoregl-lts-trusty (0.6.0-0ubuntu4~precise1) ...
Setting up xserver-xorg-video-r128-lts-trusty (6.9.2-1build1~precise1) ...
Setting up xserver-xorg-video-mach64-lts-trusty (6.9.4-1build1~precise1) ...
Setting up xserver-xorg-video-radeon-lts-trusty (1:7.3.0-1ubuntu3.1~precise1) ...
Setting up xserver-xorg-video-ati-lts-trusty (1:7.3.0-1ubuntu3.1~precise1) ...
Setting up xserver-xorg-video-cirrus-lts-trusty (1:1.5.2-1build1~precise1) ...
Setting up xserver-xorg-video-fbdev-lts-trusty (1:0.4.4-1build1~precise1) ...
Setting up xserver-xorg-video-intel-lts-trusty (2:2.99.910-0ubuntu1~precise1) ...
Setting up xserver-xorg-video-mga-lts-trusty (1:1.6.3-1build1~precise1) ...
Setting up xserver-xorg-video-modesetting-lts-trusty (0.8.1-1build1~precise1) ...
Setting up xserver-xorg-video-neomagic-lts-trusty (1:1.2.8-1build1~precise1) ...
Setting up xserver-xorg-video-nouveau-lts-trusty (1:1.0.10-1ubuntu2~precise1) ...
Setting up xserver-xorg-video-openchrome-lts-trusty (1:0.3.3-1build1~precise1) ...
Setting up xserver-xorg-video-s3-lts-trusty (1:0.6.5-0ubuntu4~precise1) ...
Setting up xserver-xorg-video-savage-lts-trusty (1:2.3.7-2ubuntu2~precise1) ...
Setting up xserver-xorg-video-siliconmotion-lts-trusty (1:1.7.7-2build1~precise1) ...
Setting up xserver-xorg-video-sis-lts-trusty (1:0.10.7-0ubuntu6~precise1) ...
Setting up xserver-xorg-video-sisusb-lts-trusty (1:0.9.6-2build1~precise1) ...
Setting up xserver-xorg-video-tdfx-lts-trusty (1:1.4.5-1build1~precise1) ...
Setting up xserver-xorg-video-trident-lts-trusty (1:1.3.6-0ubuntu5~precise1) ...
Setting up xserver-xorg-video-vesa-lts-trusty (1:2.3.3-1build1~precise1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package xserver-xorg-video-vmware-lts-trusty.
(Reading database ... 1252348 files and directories currently installed.)
Unpacking xserver-xorg-video-vmware-lts-trusty (from .../xserver-xorg-video-vmware-lts-trusty_1%3a13.0.2-2ubuntu1~precise1_amd64.deb) ...
Selecting previously unselected package libxatracker2-lts-trusty.
Unpacking libxatracker2-lts-trusty (from .../libxatracker2-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb) ...
Processing triggers for man-db ...
Setting up libxatracker2-lts-trusty (10.1.3-0ubuntu0.1~precise1) ...
Setting up xserver-xorg-video-vmware-lts-trusty (1:13.0.2-2ubuntu1~precise1) ...
Setting up xserver-xorg-video-all-lts-trusty (1:7.7+1ubuntu8~precise1) ...
Setting up xserver-xorg-input-evdev-lts-trusty (1:2.8.2-1ubuntu2~precise1) ...
Setting up xserver-xorg-input-synaptics-lts-trusty (1.7.4-0ubuntu1~precise2) ...
Setting up xserver-xorg-input-mouse-lts-trusty (1:1.9.0-1build1~precise1) ...
Setting up xserver-xorg-input-vmmouse-lts-trusty (1:13.0.0-1build1~precise1) ...
Setting up libxrandr-ltst2 (2:1.4.2-1~precise1) ...
Setting up xserver-xorg-input-wacom-lts-trusty (1:0.23.0-0ubuntu2~precise1) ...
Setting up xserver-xorg-input-all-lts-trusty (1:7.7+1ubuntu8~precise1) ...
Setting up xserver-xorg-lts-trusty (1:7.7+1ubuntu8~precise1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package linux-image-3.13.0-30-generic.
(Reading database ... 1252365 files and directories currently installed.)
Unpacking linux-image-3.13.0-30-generic (from .../linux-image-3.13.0-30-generic_3.13.0-30.55~precise1_amd64.deb) ...
Done.
Selecting previously unselected package linux-image-generic-lts-trusty.
Unpacking linux-image-generic-lts-trusty (from .../linux-image-generic-lts-trusty_3.13.0.30.26_amd64.deb) ...
Selecting previously unselected package linux-headers-3.13.0-30.
Unpacking linux-headers-3.13.0-30 (from .../linux-headers-3.13.0-30_3.13.0-30.55~precise1_all.deb) ...
Selecting previously unselected package linux-headers-3.13.0-30-generic.
Unpacking linux-headers-3.13.0-30-generic (from .../linux-headers-3.13.0-30-generic_3.13.0-30.55~precise1_amd64.deb) ...
Selecting previously unselected package linux-headers-generic-lts-trusty.
Unpacking linux-headers-generic-lts-trusty (from .../linux-headers-generic-lts-trusty_3.13.0.30.26_amd64.deb) ...
Selecting previously unselected package linux-generic-lts-trusty.
Unpacking linux-generic-lts-trusty (from .../linux-generic-lts-trusty_3.13.0.30.26_amd64.deb) ...
Setting up linux-image-3.13.0-30-generic (3.13.0-30.55~precise1) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-30-generic
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
Generating grub.cfg ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
Found linux image: /boot/vmlinuz-3.5.0-52-generic
Found initrd image: /boot/initrd.img-3.5.0-52-generic
Found linux image: /boot/vmlinuz-3.5.0-51-generic
Found initrd image: /boot/initrd.img-3.5.0-51-generic
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up linux-image-generic-lts-trusty (3.13.0.30.26) ...
Setting up linux-headers-3.13.0-30 (3.13.0-30.55~precise1) ...
Setting up linux-headers-3.13.0-30-generic (3.13.0-30.55~precise1) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic
Setting up linux-headers-generic-lts-trusty (3.13.0.30.26) ...
Setting up linux-generic-lts-trusty (3.13.0.30.26) ...

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#22

Ok, it seems that the trusty kernel an graphics packages have been installed.

I see that a few packages have been removed, a bit unexpected to me, including:
ia32-libs icaclient ubuntu-desktop wine1.6 xorg

I do not know what the effects of that will be.

Sooner or later you have to reboot, and you will see whether the system now boots into the 3.13 kernel, and if the xorg environment is starting.

You might try re-installing the ubuntu-desktop package afterwards (as long as it does not remove too many packages again).

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#23

After seeing all of that, I'm AFRAID to reboot. I'm at the office now, so it'll have to wait till I get back home...

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#24

System rebooted. I had to reinstall ICAClient, but all is back. Thanks.

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#25

Oh, and I also had to reinstall WINE.

Revision history for this message
Jaime Cruz (jaime-cruz) said :
#26

Thanks Manfred Hampl, that solved my question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#27

You should verify whether ubuntu-desktop is installed. If that package is missing, you might get problems with a future release upgrade. (Just try "apt-get --simulate install ubuntu-desktop".)