QGIS Installation fails 14.04.2

Asked by tobomon

Hi there,

I just installed the 14.04.2 LTS (64) and wanted to get startet with QGIS. So i added
deb http://qgis.org/debian trusty main
deb-src http://qgis.org/debian trusty main

and wanted to move on with
sudo apt-get update
sudo apt-get install qgis python-qgis

but sadly this happens

tobias@TPC-linux:~$ sudo apt-get install qgis python-qgis
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:
 libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
 libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
              Depends: gstreamer1.0-clutter but it is not going to be installed
 libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
                    Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
tobias@TPC-linux:~$

Any Ideas?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu qgis Edit question
Assignee:
No assignee Edit question
Solved by:
tobomon
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Please send us the full Terminal output of the following commands:

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

apt-cache policy libclutter-gtk-1.0-0

apt-cache policy libclutter-gst-2.0-0

apt-cache policy libcogl-pango15

Revision history for this message
Arnisk (arnisk) said :
#2

aa@aa-T:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     2
     3 # newer versions of the distribution.
     4 deb http://lv.archive.ubuntu.com/ubuntu/ trusty main restricted
     5 deb-src http://lv.archive.ubuntu.com/ubuntu/ trusty main restricted
     6
     7 ## Major bug fix updates produced after the final release of the
     8 ## distribution.
     9 deb http://lv.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    10 deb-src http://lv.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    11
    12 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    13 ## team. Also, please note that software in universe WILL NOT receive any
    14 ## review or updates from the Ubuntu security team.
    15 deb http://lv.archive.ubuntu.com/ubuntu/ trusty universe
    16 deb-src http://lv.archive.ubuntu.com/ubuntu/ trusty universe
    17 deb http://lv.archive.ubuntu.com/ubuntu/ trusty-updates universe
    18 deb-src http://lv.archive.ubuntu.com/ubuntu/ trusty-updates universe
    19
    20 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    21 ## team, and may not be under a free licence. Please satisfy yourself as to
    22 ## your rights to use the software. Also, please note that software in
    23 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    24 ## security team.
    25 deb http://lv.archive.ubuntu.com/ubuntu/ trusty multiverse
    26 deb-src http://lv.archive.ubuntu.com/ubuntu/ trusty multiverse
    27 deb http://lv.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    28 deb-src http://lv.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    29
    30 ## N.B. software from this repository may not have been tested as
    31 ## extensively as that contained in the main release, although it includes
    32 ## newer versions of some applications which may provide useful features.
    33 ## Also, please note that software in backports WILL NOT receive any review
    34 ## or updates from the Ubuntu security team.
    35 deb http://lv.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    36 deb-src http://lv.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    37
    38 deb http://security.ubuntu.com/ubuntu trusty-security main restricted
    39 deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
    40 deb http://security.ubuntu.com/ubuntu trusty-security universe
    41 deb-src http://security.ubuntu.com/ubuntu trusty-security universe
    42 deb http://security.ubuntu.com/ubuntu trusty-security multiverse
    43 deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
    44
    45 ## Uncomment the following two lines to add software from Canonical's
    46 ## 'partner' repository.
    47 ## This software is not part of Ubuntu, but is offered by Canonical and the
    48 ## respective vendors as a service to Ubuntu users.
    49 # deb http://archive.canonical.com/ubuntu trusty partner
    50 # deb-src http://archive.canonical.com/ubuntu trusty partner
    51
    52 ## This software is not part of Ubuntu, but is offered by third-party
    53 ## developers who want to ship their latest software.
    54 deb http://extras.ubuntu.com/ubuntu trusty main
    55 deb-src http://extras.ubuntu.com/ubuntu trusty main

/etc/apt/sources.list.d/jef-norbit-ubuntugis-trusty.list

/etc/apt/sources.list.d/ubuntugis-ubuntugis-unstable-trusty.list

     1 deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
aa@aa-T:~$ apt-cache policy libclutter-gtk-1.0-0
libclutter-gtk-1.0-0:
  Installed: 1.4.4-3ubuntu2.2
  Candidate: 1.4.4-3ubuntu2.2
  Version table:
 *** 1.4.4-3ubuntu2.2 0
        500 http://lv.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1.4.4-3ubuntu2 0
        500 http://lv.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
aa@aa-T:~$ apt-cache policy libclutter-gst-2.0-0
libclutter-gst-2.0-0:
  Installed: 2.0.8-1build1
  Candidate: 2.0.8-1build1
  Version table:
 *** 2.0.8-1build1 0
        500 http://lv.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
aa@aa-T:~$ apt-cache policy libcogl-pango15
libcogl-pango15:
  Installed: 1.16.2-1
  Candidate: 1.16.2-1
  Version table:
 *** 1.16.2-1 0
        500 http://lv.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

Revision history for this message
Arnisk (arnisk) said :
#3

Same problem as tobomon identified on a fresh install of ubuntu 14.04

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

You wrote that you added

deb http://qgis.org/debian trusty main
deb-src http://qgis.org/debian trusty main

into your /etc/apt/sources.list file

But I do not see the lines

deb http://qgis.org/debian trusty main
deb-src http://qgis.org/debian trusty main

anywhere in /etc/apt/sources.list and I do not see them in any file in /etc/apt/sources.list.d/

Are you sure you added those lines??

Do a search for qgis on this webpage and check for yourself.....

Revision history for this message
Marcel Fortin (marcel-fortin) said :
#5

I am getting the very same errors as well. Here is the spitout from using the commands you asked for at the beginning.

/etc/apt/sources.list

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

/etc/apt/sources.list.d/ubuntugis-ubuntugis-unstable-trusty.list

     1 deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     3 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     4 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     5 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main

/etc/apt/sources.list.d/minecraft-installer-peeps-minecraft-installer-trusty.list

     1 deb http://ppa.launchpad.net/minecraft-installer-peeps/minecraft-installer/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/minecraft-installer-peeps/minecraft-installer/ubuntu trusty main
fortinma@marcel-linux:~$ clear

fortinma@marcel-linux:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

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

/etc/apt/sources.list.d/ubuntugis-ubuntugis-unstable-trusty.list

     1 deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     3 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     4 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main
     5 # deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main

/etc/apt/sources.list.d/minecraft-installer-peeps-minecraft-installer-trusty.list

     1 deb http://ppa.launchpad.net/minecraft-installer-peeps/minecraft-installer/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/minecraft-installer-peeps/minecraft-installer/ubuntu trusty main

libclutter-gtk-1.0-0:
  Installed: 1.4.4-3ubuntu2.2
  Candidate: 1.4.4-3ubuntu2.2
  Version table:
 *** 1.4.4-3ubuntu2.2 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1.4.4-3ubuntu2 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

libclutter-gst-2.0-0:
  Installed: 2.0.8-1build1
  Candidate: 2.0.8-1build1
  Version table:
 *** 2.0.8-1build1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

libcogl-pango15:
  Installed: 1.16.2-1
  Candidate: 1.16.2-1
  Version table:
 *** 1.16.2-1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

Revision history for this message
tobomon (tobomonster) said :
#6

so iam finally back from my working trip

meanwhile i added steam, so not so clean install anymore

the outputs are

tobias@TPC-linux:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

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

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

/etc/apt/sources.list.d/ubuntugis-ubuntugis-unstable-trusty.list

/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

____________

tobias@TPC-linux:~$ apt-cache policy libclutter-gtk-1.0-0
libclutter-gtk-1.0-0:
  Installed: 1.4.4-3ubuntu2.2
  Candidate: 1.4.4-3ubuntu2.2
  Version table:
 *** 1.4.4-3ubuntu2.2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1.4.4-3ubuntu2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

-------------------

tobias@TPC-linux:~$ apt-cache policy libclutter-gst-2.0-0
libclutter-gst-2.0-0:
  Installed: 2.0.8-1build1
  Candidate: 2.0.8-1build1
  Version table:
 *** 2.0.8-1build1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

-----------------------
tobias@TPC-linux:~$ apt-cache policy libcogl-pango15
libcogl-pango15:
  Installed: 1.16.2-1
  Candidate: 1.16.2-1
  Version table:
 *** 1.16.2-1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

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

@Arnisk and @Marcel Fortin: Please do not piggyback on someone else's question. You are polluting tobomon's information with your data, such that it is hard to segregate the output from the different systems. Please create question documents of your own.

@tobomon:
Please re-post the output of the command

apt-cache policy gstreamer1.0-clutter libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl15 libcogl-pango15 python-qgis qgis

Revision history for this message
tobomon (tobomonster) said :
#8

i made a fresh install and let the updater do his work and tried install qgis again still the same problem
here the latest output fpr Manfred:

tobias@tobias-desktop:~$ apt-cache policy gstreamer1.0-clutter libcheese7 libcheese-gtk23
gstreamer1.0-clutter:
  Installiert: 2.0.8-1build1
  Installationskandidat: 2.0.8-1build1
  Versionstabelle:
 *** 2.0.8-1build1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libcheese7:
  Installiert: 3.10.2-0ubuntu2
  Installationskandidat: 3.10.2-0ubuntu2
  Versionstabelle:
 *** 3.10.2-0ubuntu2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libcheese-gtk23:
  Installiert: 3.10.2-0ubuntu2
  Installationskandidat: 3.10.2-0ubuntu2
  Versionstabelle:
 *** 3.10.2-0ubuntu2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
tobias@tobias-desktop:~$ libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl15
libclutter-1.0-0: Befehl nicht gefunden.
tobias@tobias-desktop:~$ libcogl-pango15 python-qgis qgis
libcogl-pango15: Befehl nicht gefunden.
tobias@tobias-desktop:~$ libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl15 libcogl-pango15 python-qgis qgis
libclutter-1.0-0: Befehl nicht gefunden.
tobias@tobias-desktop:~$ apt-cache policy gstreamer1.0-clutter libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl15 libcogl-pango15 python-qgis qgis
gstreamer1.0-clutter:
  Installiert: 2.0.8-1build1
  Installationskandidat: 2.0.8-1build1
  Versionstabelle:
 *** 2.0.8-1build1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libcheese7:
  Installiert: 3.10.2-0ubuntu2
  Installationskandidat: 3.10.2-0ubuntu2
  Versionstabelle:
 *** 3.10.2-0ubuntu2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libcheese-gtk23:
  Installiert: 3.10.2-0ubuntu2
  Installationskandidat: 3.10.2-0ubuntu2
  Versionstabelle:
 *** 3.10.2-0ubuntu2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libclutter-1.0-0:
  Installiert: 1.16.4-0ubuntu2
  Installationskandidat: 1.16.4-0ubuntu2
  Versionstabelle:
 *** 1.16.4-0ubuntu2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libclutter-gst-2.0-0:
  Installiert: 2.0.8-1build1
  Installationskandidat: 2.0.8-1build1
  Versionstabelle:
 *** 2.0.8-1build1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libclutter-gtk-1.0-0:
  Installiert: 1.4.4-3ubuntu2.2
  Installationskandidat: 1.4.4-3ubuntu2.2
  Versionstabelle:
 *** 1.4.4-3ubuntu2.2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1.4.4-3ubuntu2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
libcogl15:
  Installiert: 1.16.2-1
  Installationskandidat: 1.16.2-1
  Versionstabelle:
 *** 1.16.2-1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libcogl-pango15:
  Installiert: 1.16.2-1
  Installationskandidat: 1.16.2-1
  Versionstabelle:
 *** 1.16.2-1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
python-qgis:
  Installiert: (keine)
  Installationskandidat: 1:2.8.1+20trusty
  Versionstabelle:
     1:2.8.1+20trusty 0
        500 http://qgis.org/debian/ trusty/main amd64 Packages
     2.0.1-2build2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
qgis:
  Installiert: (keine)
  Installationskandidat: 1:2.8.1+20trusty
  Versionstabelle:
     1:2.8.1+20trusty 0
        500 http://qgis.org/debian/ trusty/main amd64 Packages
     2.0.1-2build2 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
tobias@tobias-desktop:~$

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

What is now the output of

sudo apt-get install qgis python-qgis

Revision history for this message
tobomon (tobomonster) said :
#10

sorry switched laguage back to english and here the requested output

still stuck with unmet dependencies.

tobias@tobias-desktop:~$ sudo apt-get install qgis python-qgis
[sudo] password for tobias:
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:
 libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
 libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
              Depends: gstreamer1.0-clutter but it is not going to be installed
 libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
                    Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
tobias@tobias-desktop:~$

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

That is weird.
apt-cache says that the packages are installed, and apt-get install says it cannot install them?

what is the output of

sudo apt-get update
sudo apt-get dist-upgrade
sudp dpkg --audit
sudo apt-get install gstreamer1.0-clutter libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl15 libcogl-pango15 python-qgis qgis

Revision history for this message
tobomon (tobomonster) said :
#12

hurray thanks a lot Manfred that worked :)

Revision history for this message
tobomon (tobomonster) said :
#13

I'am not so familiar with all that commands and codes, but iam always interested. Maybe you could explain in an generalizing way , what the last commands changed to make it work?

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

I do not know what the magic trick finally was.

The error message that you got was about dependency problems.
I just know that apt-get is a bit reluctant when it has to remove a package to allow installation of another one. Maybe this was also the case here and only adding the required additional packages to the command forced the installation of those.