skype/wine could not be installed due to dependency hell

Asked by Mateusz Bąk

mateusz@mateusz-Inspiron-N5110:~$ sudo apt-get install skype
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:
 skype : Depends: skype-bin
E: Unable to correct problems, you have held broken packages.
mateusz@mateusz-Inspiron-N5110:~$ sudo apt-get install skype-bin
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:
 skype-bin:i386 : Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed
                  Depends: libgl1-mesa-glx:i386 but it is not going to be installed
                  Recommends: libasound2-plugins:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

mateusz@mateusz-Inspiron-N5110:~$ sudo apt-get -f install skype
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:
 skype : Depends: skype-bin
E: Unable to correct problems, you have held broken packages.

cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted
# deb cdrom:[Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ precise main restricted
# deb cdrom:[Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ dists/precise/restricted/binary-i386/
# deb cdrom:[Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ dists/precise/main/binary-i386/

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ utopic main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ utopic-updates main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://pl.archive.ubuntu.com/ubuntu/ utopic universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic universe
deb http://pl.archive.ubuntu.com/ubuntu/ utopic-updates universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://pl.archive.ubuntu.com/ubuntu/ utopic multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ utopic-updates multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://pl.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu utopic-security main restricted
deb-src http://security.ubuntu.com/ubuntu utopic-security main restricted
deb http://security.ubuntu.com/ubuntu utopic-security universe
deb-src http://security.ubuntu.com/ubuntu utopic-security universe
deb http://security.ubuntu.com/ubuntu utopic-security multiverse
deb-src http://security.ubuntu.com/ubuntu utopic-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu utopic main
deb-src http://extras.ubuntu.com/ubuntu utopic main

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

## Major bug fix updates produced after the final release of the
## distribution.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://ppa.launchpad.net/git-core/ppa/ utopic main # wyłączony podczas aktualizacji do utopic
# deb-src http://ppa.launchpad.net/git-core/ppa/ trusty main
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu utopic main
deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu utopic main
deb http://pl.archive.ubuntu.com/ubuntu/ utopic-proposed main multiverse universe restricted

Installing it from official skype .deb results in: "Cannot install libqtwebkit4:i386". Things described in http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa don't help. Is my problem relatad to bug #1129409?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu skype 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

Grab the skype deb from the Skype website and install that.

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#2

As I mentioned: "Installing it from official skype .deb results in: "Cannot install libqtwebkit4:i386"."

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

What is the output of the following terminal commands:

uname -a
lsb_release -a
sudo dpkg --audit
apt-get --simulate install libqtwebkit4:i386 libgl1-mesa-glx:i386

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#4

mateusz@mateusz-Inspiron-N5110:~$ uname -a
Linux mateusz-Inspiron-N5110 3.16.0-25-generic #33-Ubuntu SMP Tue Nov 4 12:06:54 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
mateusz@mateusz-Inspiron-N5110:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.10
Release: 14.10
Codename: utopic
mateusz@mateusz-Inspiron-N5110:~$ sudo dpkg --audit
[sudo] password for mateusz:
mateusz@mateusz-Inspiron-N5110:~$ apt-get --simulate install libqtwebkit4:i386 libgl1-mesa-glx:i386
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
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:i386 : Depends: libgl1-mesa-dri:i386 (= 10.4~git1411050730.9e2473~gd~u) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

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

Ok. and now please provide the output of

sudo apt-get update
apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386
grep oibaf /etc/apt/source.list /etc/apt/source.list.d/*

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

Oops, typo error, the last line should read

grep oibaf /etc/apt/sources.list /etc/apt/sources.list.d/*

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#7

mateusz@mateusz-Inspiron-N5110:~$ sudo apt-get update
[sudo] password for mateusz:
Ign http://security.ubuntu.com utopic-security InRelease
Ign http://pl.archive.ubuntu.com utopic InRelease
Ign http://pl.archive.ubuntu.com utopic-updates InRelease
Ign http://extras.ubuntu.com utopic InRelease
Get:1 http://security.ubuntu.com utopic-security Release.gpg [933 B]
Ign http://pl.archive.ubuntu.com utopic-backports InRelease
Ign http://ppa.launchpad.net utopic InRelease
Ign http://archive.canonical.com precise InRelease
Hit http://extras.ubuntu.com utopic Release.gpg
Ign http://pl.archive.ubuntu.com utopic-proposed InRelease
Get:2 http://security.ubuntu.com utopic-security Release [62,0 kB]
Hit http://pl.archive.ubuntu.com utopic Release.gpg
Ign http://ppa.launchpad.net utopic InRelease
Ign http://archive.canonical.com trusty InRelease
Hit http://extras.ubuntu.com utopic Release
Hit http://pl.archive.ubuntu.com utopic-updates Release.gpg
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic-backports Release.gpg
Hit http://archive.canonical.com precise Release.gpg
Hit http://pl.archive.ubuntu.com utopic-proposed Release.gpg
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic Release
Hit http://archive.canonical.com trusty Release.gpg
Hit http://pl.archive.ubuntu.com utopic-updates Release
Hit http://ppa.launchpad.net utopic Release
Hit http://pl.archive.ubuntu.com utopic-backports Release
Hit http://archive.canonical.com precise Release
Hit http://ppa.launchpad.net utopic Release
Hit http://pl.archive.ubuntu.com utopic-proposed Release
Hit http://extras.ubuntu.com utopic/main Sources
Hit http://archive.canonical.com trusty Release
Hit http://archive.getdeb.net utopic-getdeb InRelease
Hit http://extras.ubuntu.com utopic/main amd64 Packages
Get:3 http://security.ubuntu.com utopic-security/main Sources [8178 B]
Hit http://extras.ubuntu.com utopic/main i386 Packages
Get:4 http://security.ubuntu.com utopic-security/restricted Sources [14 B]
Get:5 http://security.ubuntu.com utopic-security/universe Sources [14 B]
Get:6 http://security.ubuntu.com utopic-security/multiverse Sources [14 B]
Get:7 http://security.ubuntu.com utopic-security/main amd64 Packages [16,3 kB]
Hit http://ppa.launchpad.net utopic/main Sources
Get:8 http://security.ubuntu.com utopic-security/restricted amd64 Packages [14 B]
Hit http://archive.canonical.com precise/partner Sources
Get:9 http://security.ubuntu.com utopic-security/universe amd64 Packages [2645 B]
Hit http://archive.canonical.com precise/partner amd64 Packages
Get:10 http://security.ubuntu.com utopic-security/multiverse amd64 Packages [14 B]
Hit http://ppa.launchpad.net utopic/main amd64 Packages
Get:11 http://security.ubuntu.com utopic-security/main i386 Packages [15,9 kB]
Hit http://ppa.launchpad.net utopic/main i386 Packages
Get:12 http://security.ubuntu.com utopic-security/restricted i386 Packages [14 B]
Hit http://ppa.launchpad.net utopic/main Translation-en
Get:13 http://security.ubuntu.com utopic-security/universe i386 Packages [2652 B]
Get:14 http://security.ubuntu.com utopic-security/multiverse i386 Packages [14 B]
Hit http://archive.canonical.com precise/partner i386 Packages
Get:15 http://archive.getdeb.net utopic-getdeb/apps amd64 Packages [57,0 kB]
Hit http://ppa.launchpad.net utopic/main amd64 Packages
Ign http://extras.ubuntu.com utopic/main Translation-en_US
Hit http://security.ubuntu.com utopic-security/multiverse Translation-en
Hit http://ppa.launchpad.net utopic/main i386 Packages
Ign http://extras.ubuntu.com utopic/main Translation-en
Hit http://ppa.launchpad.net utopic/main Translation-en
Ign http://extras.ubuntu.com utopic/main Translation-pl
Hit http://archive.canonical.com trusty/partner Sources
Hit http://security.ubuntu.com utopic-security/restricted Translation-en
Hit http://archive.canonical.com trusty/partner amd64 Packages
Get:16 http://archive.getdeb.net utopic-getdeb/games i386 Packages [65,8 kB]
Hit http://archive.canonical.com trusty/partner i386 Packages
Hit http://security.ubuntu.com utopic-security/main Translation-en
Hit http://pl.archive.ubuntu.com utopic/main Sources
Hit http://security.ubuntu.com utopic-security/universe Translation-en
Ign http://archive.canonical.com precise/partner Translation-en
Get:17 http://archive.getdeb.net utopic-getdeb/apps Translation-pl [57,8 kB]
Ign http://archive.canonical.com trusty/partner Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic/restricted Sources
Hit http://pl.archive.ubuntu.com utopic-backports/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic/universe Sources
Hit http://pl.archive.ubuntu.com utopic/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic/universe amd64 Packages
Get:18 http://archive.getdeb.net utopic-getdeb/games Translation-en_US [67,4 kB]
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted Translation-en
Err http://archive.getdeb.net utopic-getdeb/games amd64 Packages

Hit http://pl.archive.ubuntu.com utopic/multiverse amd64 Packages
Err http://archive.getdeb.net utopic-getdeb/apps i386 Packages

Hit http://pl.archive.ubuntu.com utopic/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic/main Translation-en
Hit http://pl.archive.ubuntu.com utopic/main Translation-pl
Hit http://pl.archive.ubuntu.com utopic/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic/multiverse Translation-pl
Hit http://pl.archive.ubuntu.com utopic/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic/restricted Translation-pl
Hit http://archive.getdeb.net utopic-getdeb/games Translation-en_US [67,4 kB]
Hit http://pl.archive.ubuntu.com utopic/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic/universe Translation-pl
Hit http://pl.archive.ubuntu.com utopic-updates/main Sources
Hit http://pl.archive.ubuntu.com utopic-updates/restricted Sources
Get:19 http://archive.getdeb.net utopic-getdeb/games Translation-en [71,1 kB]
Hit http://pl.archive.ubuntu.com utopic-updates/universe Sources
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic-updates/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/main Sources
Err http://archive.getdeb.net utopic-getdeb/games amd64 Packages
  404 Not Found [IP: 104.28.24.125 80]
Hit http://pl.archive.ubuntu.com utopic-backports/restricted Sources
Hit http://pl.archive.ubuntu.com utopic-backports/universe Sources
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse Sources
Err http://archive.getdeb.net utopic-getdeb/apps i386 Packages
  404 Not Found [IP: 104.28.24.125 80]
Hit http://pl.archive.ubuntu.com utopic-backports/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse i386 Packages
Hit http://archive.getdeb.net utopic-getdeb/games Translation-en [71,1 kB]
Hit http://pl.archive.ubuntu.com utopic-backports/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse amd64 Packages
Get:20 http://archive.getdeb.net utopic-getdeb/games Translation-pl [238 kB]
Hit http://pl.archive.ubuntu.com utopic-proposed/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/main Translation-pl
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse Translation-pl
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted Translation-pl
Hit http://pl.archive.ubuntu.com utopic-proposed/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/universe Translation-pl
Ign http://archive.getdeb.net utopic-getdeb/apps Translation-en_US
Ign http://archive.getdeb.net utopic-getdeb/apps Translation-en
Ign http://archive.getdeb.net utopic-getdeb/games Translation-pl
Ign http://archive.getdeb.net utopic-getdeb/games Translation-en_US
Ign http://archive.getdeb.net utopic-getdeb/games Translation-en
Fetched 478 kB in 10s (45,2 kB/s)
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/utopic-getdeb/games/binary-amd64/Packages 404 Not Found [IP: 104.28.24.125 80]

W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/utopic-getdeb/apps/binary-i386/Packages 404 Not Found [IP: 104.28.24.125 80]

W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/utopic-getdeb/games/binary-i386/Packages Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
mateusz@mateusz-Inspiron-N5110:~$ apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
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-dri:i386 : Depends: libllvm3.5:i386 (>= 1:3.5~+rc3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
mateusz@mateusz-Inspiron-N5110:~$ grep oibaf /etc/apt/source.list /etc/apt/source.list.d/*
grep: /etc/apt/source.list: No such file or directory
grep: /etc/apt/source.list.d/*: No such file or directory
mateusz@mateusz-Inspiron-N5110:~$ grep oibaf /etc/apt/sources.list /etc/apt/sources.list.d/*
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-utopic.list:deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu utopic main
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-utopic.list:# deb-src http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu utopic main
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-utopic.list.save:deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu utopic main
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-utopic.list.save:# deb-src http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu utopic main

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

What is the output of

apt-cache policy libllvm3.5 libllvm3.5:i386
apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#9

root@mateusz-Inspiron-N5110:/home/mateusz# apt-cache policy libllvm3.5 libllvm3.5:i386
libllvm3.5:
  Installed: 1:3.5-4ubuntu2
  Candidate: 1:3.5-4ubuntu2
  Version table:
 *** 1:3.5-4ubuntu2 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
        100 /var/lib/dpkg/status
libllvm3.5:i386:
  Installed: (none)
  Candidate: 1:3.5-4ubuntu2
  Version table:
     1:3.5-4ubuntu2 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/main i386 Packages
root@mateusz-Inspiron-N5110:/home/mateusz# apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386
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:
 libllvm3.5:i386 : Depends: libedit2:i386 (>= 2.11-20080614) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@mateusz-Inspiron-N5110:/home/mateusz#

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

Next step

What is the output of

apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#11

apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386

mateusz@mateusz-Inspiron-N5110:~$ apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
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:
 gvfs : Depends: gvfs-daemons (>= 1.20.2-1ubuntu2)
        Depends: gvfs-daemons (< 1.20.2-1ubuntu2.1~)
 indicator-network : Depends: unity8 (>= 8.00+14.10.20140806) but it is not going to be installed
 libcheese-gtk23 : Depends: libcheese7 (>= 3.4.0) but it is not going to be installed
                   Depends: libclutter-1.0-0 (>= 1.16) but it is not going to be installed
                   Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl20 (>= 1.17.4) but it is not going to be installed
                   Depends: gstreamer1.0-clutter but it is not going to be installed
 libgl1-mesa-glx : Depends: libgl1-mesa-dri (= 10.4~git1411050730.9e2473~gd~u) but it is not going to be installed
 libqt5gui5 : Depends: libegl1-mesa (>= 7.8.1) but it is not going to be installed or
                       libegl1-x11
              Depends: libgbm1 (>= 8.1~0) but it is not going to be installed
 openssh-client : Depends: libedit2 (>= 2.11-20080614) but it is not going to be installed
 signon-ui : Depends: signon-ui-x11 but it is not going to be installed or
                      ubuntu-system-settings-online-accounts (>= 0.4) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
mateusz@mateusz-Inspiron-N5110:~$

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

It seems that with this approach we do not come to an end soon.

To make sure that your package management system is in a consistent state, please execute the commands in step 5 of https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure and paste all output into this question document.

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#13

mateusz@mateusz-Inspiron-N5110:~$ ubuntu-support-status
Support status summary of 'mateusz-Inspiron-N5110':

You have 4 packages (0.2%) supported until sierpień 2015 (9m)
You have 2117 packages (86.0%) supported until lipiec 2015 (9m)

You have 55 packages (2.2%) that can not/no-longer be downloaded
You have 285 packages (11.6%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ dpkg --print-foreign-architectures
i386
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo grep -R proxy /etc/apt/*
[sudo] password for mateusz:
mSorry, try again.
[sudo] password for mateusz:
mateusz@mateusz-Inspiron-N5110:~$ sudo grep -R proxy /etc/apt/*
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ grep proxy /etc/environment
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ echo $http_proxy

mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ echo $ftp_proxy

mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ grep proxy /etc/bash.bashrc
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ grep proxy ~/.bashrc
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo fuser -vvv /var/lib/dpkg/lock
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo fuser -vvv /var/cache/apt/archives/lock
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.10
DISTRIB_CODENAME=utopic
DISTRIB_DESCRIPTION="Ubuntu 14.10"
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ uname -a
Linux mateusz-Inspiron-N5110 3.16.0-25-generic #33-Ubuntu SMP Tue Nov 4 12:06:54 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo rm /var/lib/apt/lists/lock
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo rm /var/cache/apt/archives/lock
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo rm /var/lib/dpkg/lock
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo rm -rf /var/lib/dpkg/updates/*
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo rm -rf /var/lib/apt/lists
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo rm /var/cache/apt/*.bin
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo mkdir /var/lib/apt/lists
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo mkdir /var/lib/apt/lists/partial
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ LANG=C;sudo apt-get clean
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  libcgmanager0:i386* libdb5.3:i386* libgcrypt11:i386* libgpg-error0:i386*
  libudev1:i386* linux-headers-3.16.0-23* linux-headers-3.16.0-23-generic*
  linux-image-3.16.0-23-generic* linux-image-extra-3.16.0-23-generic*
  linux-image-generic* thermald*
0 upgraded, 0 newly installed, 11 to remove and 0 not upgraded.
20 not fully installed or removed.
After this operation, 285 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
mateusz@mateusz-Inspiron-N5110:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Ign http://ppa.launchpad.net utopic InRelease
Ign http://extras.ubuntu.com utopic InRelease
Ign http://archive.canonical.com precise InRelease
Ign http://ppa.launchpad.net utopic InRelease
Get:1 http://extras.ubuntu.com utopic Release.gpg [72 B]
Ign http://archive.canonical.com trusty InRelease
Get:2 http://ppa.launchpad.net utopic Release.gpg [316 B]
Get:3 http://extras.ubuntu.com utopic Release [14,0 kB]
Get:4 http://archive.canonical.com precise Release.gpg [198 B]
Ign http://pl.archive.ubuntu.com utopic InRelease
Get:5 http://ppa.launchpad.net utopic Release.gpg [316 B]
Ign http://security.ubuntu.com utopic-security InRelease
Ign http://pl.archive.ubuntu.com utopic-updates InRelease
Get:6 http://archive.canonical.com trusty Release.gpg [933 B]
Ign http://pl.archive.ubuntu.com utopic-backports InRelease
Get:7 http://extras.ubuntu.com utopic/main Sources [14 B]
Get:8 http://ppa.launchpad.net utopic Release [14,5 kB]
Ign http://pl.archive.ubuntu.com utopic-proposed InRelease
Get:9 http://archive.canonical.com precise Release [7617 B]
Get:10 http://pl.archive.ubuntu.com utopic Release.gpg [933 B]
Get:11 http://extras.ubuntu.com utopic/main amd64 Packages [14 B]
Get:12 http://pl.archive.ubuntu.com utopic-updates Release.gpg [933 B]
Get:13 http://security.ubuntu.com utopic-security Release.gpg [933 B]
Get:14 http://archive.canonical.com trusty Release [8796 B]
Get:15 http://ppa.launchpad.net utopic Release [15,1 kB]
Get:16 http://extras.ubuntu.com utopic/main i386 Packages [14 B]
Get:17 http://pl.archive.ubuntu.com utopic-backports Release.gpg [933 B]
Get:18 http://pl.archive.ubuntu.com utopic-proposed Release.gpg [933 B]
Get:19 http://archive.canonical.com precise/partner Sources [5737 B]
Get:20 http://ppa.launchpad.net utopic/main Sources [1935 B]
Get:21 http://pl.archive.ubuntu.com utopic Release [112 kB]
Get:22 http://archive.canonical.com precise/partner amd64 Packages [7005 B]
Get:23 http://security.ubuntu.com utopic-security Release [62,0 kB]
Get:24 http://ppa.launchpad.net utopic/main amd64 Packages [2381 B]
Get:25 http://archive.canonical.com precise/partner i386 Packages [7862 B]
Get:26 http://ppa.launchpad.net utopic/main i386 Packages [2364 B]
Get:27 http://ppa.launchpad.net utopic/main Translation-en [1145 B]
Get:28 http://archive.canonical.com trusty/partner Sources [7924 B]
Ign http://extras.ubuntu.com utopic/main Translation-en
Get:29 http://pl.archive.ubuntu.com utopic-updates Release [62,0 kB]
Get:30 http://ppa.launchpad.net utopic/main amd64 Packages [15,0 kB]
Get:31 http://archive.canonical.com trusty/partner amd64 Packages [4880 B]
Get:32 http://pl.archive.ubuntu.com utopic-backports Release [62,0 kB]
Get:33 http://ppa.launchpad.net utopic/main i386 Packages [15,0 kB]
Get:34 http://archive.canonical.com trusty/partner i386 Packages [5555 B]
Get:35 http://pl.archive.ubuntu.com utopic-proposed Release [215 kB]
Get:36 http://ppa.launchpad.net utopic/main Translation-en [8924 B]
Get:37 http://security.ubuntu.com utopic-security/main Sources [12,1 kB]
Get:38 http://pl.archive.ubuntu.com utopic/main Sources [1046 kB]
Get:39 http://security.ubuntu.com utopic-security/restricted Sources [14 B]
Ign http://archive.canonical.com precise/partner Translation-en
Get:40 http://security.ubuntu.com utopic-security/universe Sources [14 B]
Ign http://archive.canonical.com trusty/partner Translation-en
Get:41 http://pl.archive.ubuntu.com utopic/restricted Sources [5115 B]
Get:42 http://pl.archive.ubuntu.com utopic/universe Sources [6736 kB]
Get:43 http://security.ubuntu.com utopic-security/multiverse Sources [14 B]
Get:44 http://security.ubuntu.com utopic-security/main amd64 Packages [39,0 kB]
Get:45 http://archive.getdeb.net utopic-getdeb InRelease [8131 B]
Get:46 http://archive.getdeb.net utopic-getdeb/apps amd64 Packages [57,0 kB]
Get:47 http://security.ubuntu.com utopic-security/restricted amd64 Packages [14 B]
Get:48 http://security.ubuntu.com utopic-security/universe amd64 Packages [7859 B]
Get:49 http://security.ubuntu.com utopic-security/multiverse amd64 Packages [14 B]
Get:50 http://archive.getdeb.net utopic-getdeb/games amd64 Packages [65,8 kB]
Get:51 http://security.ubuntu.com utopic-security/main i386 Packages [38,6 kB]
Get:52 http://security.ubuntu.com utopic-security/restricted i386 Packages [14 B]
Get:53 http://archive.getdeb.net utopic-getdeb/apps i386 Packages [57,8 kB]
Get:54 http://security.ubuntu.com utopic-security/universe i386 Packages [7875 B]
Get:55 http://security.ubuntu.com utopic-security/multiverse i386 Packages [14 B]
Get:56 http://security.ubuntu.com utopic-security/main Translation-en [18,1 kB]
Get:57 http://security.ubuntu.com utopic-security/multiverse Translation-en [14 B]
Get:58 http://archive.getdeb.net utopic-getdeb/games i386 Packages [67,4 kB]
Get:59 http://security.ubuntu.com utopic-security/restricted Translation-en [14 B]
Get:60 http://security.ubuntu.com utopic-security/universe Translation-en [4698 B]
Get:61 http://pl.archive.ubuntu.com utopic/multiverse Sources [171 kB]
Get:62 http://pl.archive.ubuntu.com utopic/main amd64 Packages [1330 kB]
Ign http://archive.getdeb.net utopic-getdeb/apps Translation-en
Ign http://archive.getdeb.net utopic-getdeb/games Translation-en
Get:63 http://pl.archive.ubuntu.com utopic/restricted amd64 Packages [12,2 kB]
Get:64 http://pl.archive.ubuntu.com utopic/universe amd64 Packages [6176 kB]
Get:65 http://pl.archive.ubuntu.com utopic/multiverse amd64 Packages [131 kB]
Get:66 http://pl.archive.ubuntu.com utopic/main i386 Packages [1326 kB]
Get:67 http://pl.archive.ubuntu.com utopic/restricted i386 Packages [12,6 kB]
Get:68 http://pl.archive.ubuntu.com utopic/universe i386 Packages [6183 kB]
Get:69 http://pl.archive.ubuntu.com utopic/multiverse i386 Packages [133 kB]
Get:70 http://pl.archive.ubuntu.com utopic/main Translation-en [769 kB]
Get:71 http://pl.archive.ubuntu.com utopic/multiverse Translation-en [101 kB]
Get:72 http://pl.archive.ubuntu.com utopic/restricted Translation-en [3315 B]
Get:73 http://pl.archive.ubuntu.com utopic/universe Translation-en [4264 kB]
Get:74 http://pl.archive.ubuntu.com utopic-updates/main Sources [8178 B]
Get:75 http://pl.archive.ubuntu.com utopic-updates/restricted Sources [14 B]
Get:76 http://pl.archive.ubuntu.com utopic-updates/universe Sources [14 B]
Get:77 http://pl.archive.ubuntu.com utopic-updates/multiverse Sources [14 B]
Get:78 http://pl.archive.ubuntu.com utopic-updates/main amd64 Packages [16,3 kB]
Get:79 http://pl.archive.ubuntu.com utopic-updates/restricted amd64 Packages [14 B]
Get:80 http://pl.archive.ubuntu.com utopic-updates/universe amd64 Packages [2645 B]
Get:81 http://pl.archive.ubuntu.com utopic-updates/multiverse amd64 Packages [14 B]
Get:82 http://pl.archive.ubuntu.com utopic-updates/main i386 Packages [15,9 kB]
Get:83 http://pl.archive.ubuntu.com utopic-updates/restricted i386 Packages [14 B]
Get:84 http://pl.archive.ubuntu.com utopic-updates/universe i386 Packages [2652 B]
Get:85 http://pl.archive.ubuntu.com utopic-updates/multiverse i386 Packages [14 B]
Get:86 http://pl.archive.ubuntu.com utopic-updates/main Translation-en [10,7 kB]
Get:87 http://pl.archive.ubuntu.com utopic-updates/multiverse Translation-en [14 B]
Get:88 http://pl.archive.ubuntu.com utopic-updates/restricted Translation-en [14 B]
Get:89 http://pl.archive.ubuntu.com utopic-updates/universe Translation-en [2065 B]
Get:90 http://pl.archive.ubuntu.com utopic-backports/main Sources [14 B]
Get:91 http://pl.archive.ubuntu.com utopic-backports/restricted Sources [14 B]
Get:92 http://pl.archive.ubuntu.com utopic-backports/universe Sources [2314 B]
Get:93 http://pl.archive.ubuntu.com utopic-backports/multiverse Sources [14 B]
Get:94 http://pl.archive.ubuntu.com utopic-backports/main amd64 Packages [14 B]
Get:95 http://pl.archive.ubuntu.com utopic-backports/restricted amd64 Packages [14 B]
Get:96 http://pl.archive.ubuntu.com utopic-backports/universe amd64 Packages [1772 B]
Get:97 http://pl.archive.ubuntu.com utopic-backports/multiverse amd64 Packages [14 B]
Get:98 http://pl.archive.ubuntu.com utopic-backports/main i386 Packages [14 B]
Get:99 http://pl.archive.ubuntu.com utopic-backports/restricted i386 Packages [14 B]
Get:100 http://pl.archive.ubuntu.com utopic-backports/universe i386 Packages [1772 B]
Get:101 http://pl.archive.ubuntu.com utopic-backports/multiverse i386 Packages [14 B]
Get:102 http://pl.archive.ubuntu.com utopic-backports/main Translation-en [14 B]
Get:103 http://pl.archive.ubuntu.com utopic-backports/multiverse Translation-en [14 B]
Get:104 http://pl.archive.ubuntu.com utopic-backports/restricted Translation-en [14 B]
Get:105 http://pl.archive.ubuntu.com utopic-backports/universe Translation-en [727 B]
Get:106 http://pl.archive.ubuntu.com utopic-proposed/main amd64 Packages [15,0 kB]
Get:107 http://pl.archive.ubuntu.com utopic-proposed/multiverse amd64 Packages [14 B]
Get:108 http://pl.archive.ubuntu.com utopic-proposed/universe amd64 Packages [4152 B]
Get:109 http://pl.archive.ubuntu.com utopic-proposed/restricted amd64 Packages [14 B]
Get:110 http://pl.archive.ubuntu.com utopic-proposed/main i386 Packages [14,6 kB]
Get:111 http://pl.archive.ubuntu.com utopic-proposed/multiverse i386 Packages [14 B]
Get:112 http://pl.archive.ubuntu.com utopic-proposed/universe i386 Packages [3580 B]
Get:113 http://pl.archive.ubuntu.com utopic-proposed/restricted i386 Packages [14 B]
Get:114 http://pl.archive.ubuntu.com utopic-proposed/main Translation-en [8725 B]
Get:115 http://pl.archive.ubuntu.com utopic-proposed/multiverse Translation-en [14 B]
Get:116 http://pl.archive.ubuntu.com utopic-proposed/restricted Translation-en [14 B]
Get:117 http://pl.archive.ubuntu.com utopic-proposed/universe Translation-en [3336 B]
Fetched 29,6 MB in 18s (1567 kB/s)
Reading package lists... Done
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo dpkg --configure -a
Setting up libgl1-mesa-dri:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up linux-libc-dev:amd64 (3.16.0-25.33) ...
Setting up linux-image-3.16.0-25-generic (3.16.0-25.33) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
initrd.img(/boot/initrd.img-3.16.0-25-generic
) points to /boot/initrd.img-3.16.0-25-generic
 (/boot/initrd.img-3.16.0-25-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-3.16.0-25-generic.postinst line 491.
vmlinuz(/boot/vmlinuz-3.16.0-25-generic
) points to /boot/vmlinuz-3.16.0-25-generic
 (/boot/vmlinuz-3.16.0-25-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-3.16.0-25-generic.postinst line 491.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
update-initramfs: Generating /boot/initrd.img-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.16.0-25-generic
Found initrd image: /boot/initrd.img-3.16.0-25-generic
Found linux image: /boot/vmlinuz-3.16.0-24-generic
Found initrd image: /boot/initrd.img-3.16.0-24-generic
Found linux image: /boot/vmlinuz-3.16.0-23-generic
Found initrd image: /boot/initrd.img-3.16.0-23-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.11.0-20-generic
Found initrd image: /boot/initrd.img-3.11.0-20-generic
Found linux image: /boot/vmlinuz-3.11.0-19-generic
Found initrd image: /boot/initrd.img-3.11.0-19-generic
Found linux image: /boot/vmlinuz-3.11.0-18-generic
Found initrd image: /boot/initrd.img-3.11.0-18-generic
Found linux image: /boot/vmlinuz-3.11.0-17-generic
Found initrd image: /boot/initrd.img-3.11.0-17-generic
Found linux image: /boot/vmlinuz-3.11.0-15-generic
Found initrd image: /boot/initrd.img-3.11.0-15-generic
Found linux image: /boot/vmlinuz-3.5.0-49-generic
Found initrd image: /boot/initrd.img-3.5.0-49-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Setting up mesa-common-dev:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up libxatracker2:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up libglapi-mesa:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up libgl1-mesa-glx:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up libopenvg1-mesa:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up linux-headers-3.16.0-25 (3.16.0-25.33) ...
Setting up libgbm1:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up libgles2-mesa:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up linux-image-extra-3.16.0-25-generic (3.16.0-25.33) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
update-initramfs: Generating /boot/initrd.img-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.16.0-25-generic
Found initrd image: /boot/initrd.img-3.16.0-25-generic
Found linux image: /boot/vmlinuz-3.16.0-24-generic
Found initrd image: /boot/initrd.img-3.16.0-24-generic
Found linux image: /boot/vmlinuz-3.16.0-23-generic
Found initrd image: /boot/initrd.img-3.16.0-23-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.11.0-20-generic
Found initrd image: /boot/initrd.img-3.11.0-20-generic
Found linux image: /boot/vmlinuz-3.11.0-19-generic
Found initrd image: /boot/initrd.img-3.11.0-19-generic
Found linux image: /boot/vmlinuz-3.11.0-18-generic
Found initrd image: /boot/initrd.img-3.11.0-18-generic
Found linux image: /boot/vmlinuz-3.11.0-17-generic
Found initrd image: /boot/initrd.img-3.11.0-17-generic
Found linux image: /boot/vmlinuz-3.11.0-15-generic
Found initrd image: /boot/initrd.img-3.11.0-15-generic
Found linux image: /boot/vmlinuz-3.5.0-49-generic
Found initrd image: /boot/initrd.img-3.5.0-49-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Setting up libgl1-mesa-dev:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up linux-headers-3.16.0-25-generic (3.16.0-25.33) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.16.0-25-generic /boot/vmlinuz-3.16.0-25-generic
Setting up libgles1-mesa:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up linux-image-generic (3.16.0.25.26) ...
Setting up libegl1-mesa:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up linux-headers-generic (3.16.0.25.26) ...
Setting up libwayland-egl1-mesa:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Setting up libegl1-mesa-drivers:amd64 (10.4~git1411050730.9e2473~gd~u) ...
Processing triggers for libc-bin (2.19-10ubuntu2) ...
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ sudo dpkg --clear-avail
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.16.0-23 linux-headers-3.16.0-23-generic
  linux-image-3.16.0-23-generic linux-image-extra-3.16.0-23-generic
  linux-image-generic thermald
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.16.0-23 linux-headers-3.16.0-23-generic
  linux-image-3.16.0-23-generic linux-image-extra-3.16.0-23-generic
  linux-image-generic thermald
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
mateusz@mateusz-Inspiron-N5110:~$
mateusz@mateusz-Inspiron-N5110:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Ign http://archive.canonical.com precise InRelease
Ign http://pl.archive.ubuntu.com utopic InRelease
Ign http://pl.archive.ubuntu.com utopic-updates InRelease
Ign http://archive.canonical.com trusty InRelease
Ign http://pl.archive.ubuntu.com utopic-backports InRelease
Ign http://ppa.launchpad.net utopic InRelease
Ign http://pl.archive.ubuntu.com utopic-proposed InRelease
Ign http://extras.ubuntu.com utopic InRelease
Hit http://archive.canonical.com precise Release.gpg
Hit http://pl.archive.ubuntu.com utopic Release.gpg
Ign http://ppa.launchpad.net utopic InRelease
Hit http://extras.ubuntu.com utopic Release.gpg
Hit http://archive.canonical.com trusty Release.gpg
Hit http://pl.archive.ubuntu.com utopic-updates Release.gpg
Ign http://security.ubuntu.com utopic-security InRelease
Hit http://pl.archive.ubuntu.com utopic-backports Release.gpg
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://extras.ubuntu.com utopic Release
Hit http://archive.canonical.com precise Release
Hit http://pl.archive.ubuntu.com utopic-proposed Release.gpg
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic Release
Hit http://archive.canonical.com trusty Release
Hit http://pl.archive.ubuntu.com utopic-updates Release
Hit http://extras.ubuntu.com utopic/main Sources
Hit http://ppa.launchpad.net utopic Release
Hit http://pl.archive.ubuntu.com utopic-backports Release
Hit http://security.ubuntu.com utopic-security Release.gpg
Hit http://archive.canonical.com precise/partner Sources
Hit http://pl.archive.ubuntu.com utopic-proposed Release
Hit http://ppa.launchpad.net utopic Release
Hit http://extras.ubuntu.com utopic/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic/main Sources
Hit http://archive.canonical.com precise/partner amd64 Packages
Hit http://archive.getdeb.net utopic-getdeb InRelease
Hit http://extras.ubuntu.com utopic/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic/restricted Sources
Hit http://pl.archive.ubuntu.com utopic/universe Sources
Hit http://archive.canonical.com precise/partner i386 Packages
Hit http://security.ubuntu.com utopic-security Release
Hit http://ppa.launchpad.net utopic/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic/multiverse Sources
Get:1 http://archive.canonical.com precise/partner Translation-en [4434 B]
Hit http://pl.archive.ubuntu.com utopic/main amd64 Packages
Hit http://ppa.launchpad.net utopic/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic/restricted amd64 Packages
Hit http://archive.canonical.com trusty/partner Sources
Hit http://ppa.launchpad.net utopic/main Translation-en
Hit http://pl.archive.ubuntu.com utopic/universe amd64 Packages
Hit http://security.ubuntu.com utopic-security/main Sources
Hit http://ppa.launchpad.net utopic/main amd64 Packages
Hit http://archive.canonical.com trusty/partner amd64 Packages
Hit http://archive.getdeb.net utopic-getdeb/apps amd64 Packages
Hit http://ppa.launchpad.net utopic/main i386 Packages
Hit http://archive.canonical.com trusty/partner i386 Packages
Hit http://pl.archive.ubuntu.com utopic/multiverse amd64 Packages
Ign http://extras.ubuntu.com utopic/main Translation-en
Hit http://pl.archive.ubuntu.com utopic/main i386 Packages
Hit http://ppa.launchpad.net utopic/main Translation-en
Hit http://security.ubuntu.com utopic-security/restricted Sources
Get:2 http://archive.canonical.com trusty/partner Translation-en [3919 B]
Hit http://pl.archive.ubuntu.com utopic/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic/universe i386 Packages
Hit http://ppa.launchpad.net utopic/main Sources
Hit http://pl.archive.ubuntu.com utopic/multiverse i386 Packages
Hit http://archive.getdeb.net utopic-getdeb/games amd64 Packages
Hit http://pl.archive.ubuntu.com utopic/main Translation-en
Hit http://security.ubuntu.com utopic-security/universe Sources
Hit http://pl.archive.ubuntu.com utopic/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/main Sources
Hit http://archive.getdeb.net utopic-getdeb/apps i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/restricted Sources
Hit http://security.ubuntu.com utopic-security/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic-updates/universe Sources
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic-updates/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/restricted amd64 Packages
Hit http://security.ubuntu.com utopic-security/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/main i386 Packages
Hit http://archive.getdeb.net utopic-getdeb/games i386 Packages
Hit http://security.ubuntu.com utopic-security/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse i386 Packages
Hit http://security.ubuntu.com utopic-security/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/main Sources
Hit http://security.ubuntu.com utopic-security/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/restricted Sources
Hit http://pl.archive.ubuntu.com utopic-backports/universe Sources
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic-backports/main amd64 Packages
Hit http://security.ubuntu.com utopic-security/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/main i386 Packages
Hit http://security.ubuntu.com utopic-security/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/universe i386 Packages
Hit http://security.ubuntu.com utopic-security/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/restricted Translation-en
Hit http://security.ubuntu.com utopic-security/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/universe amd64 Packages
Hit http://security.ubuntu.com utopic-security/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/universe i386 Packages
Hit http://security.ubuntu.com utopic-security/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/universe Translation-en
Hit http://security.ubuntu.com utopic-security/restricted Translation-en
Ign http://archive.getdeb.net utopic-getdeb/apps Translation-en
Hit http://security.ubuntu.com utopic-security/universe Translation-en
Ign http://archive.getdeb.net utopic-getdeb/games Translation-en
Fetched 8353 B in 4s (1753 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
  linux-headers-3.16.0-23 linux-headers-3.16.0-23-generic
  linux-image-3.16.0-23-generic linux-image-extra-3.16.0-23-generic
  linux-image-generic thermald
Use 'apt-get autoremove' to remove them.
Done
The following packages will be upgraded:
  fonts-opensymbol libreoffice-avmedia-backend-gstreamer libreoffice-base-core
  libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw
  libreoffice-gnome libreoffice-gtk libreoffice-help-en-us libreoffice-help-pl
  libreoffice-impress libreoffice-l10n-pl libreoffice-math
  libreoffice-ogltrans libreoffice-pdfimport libreoffice-style-human
  libreoffice-writer python3-uno uno-libs3 ure
21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 82,8 MB of archives.
After this operation, 2111 kB disk space will be freed.
Do you want to continue? [Y/n] Y
Abort.
mateusz@mateusz-Inspiron-N5110:~$ 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 # wyłączony podczas aktualizacji do utopic

/etc/apt/sources.list.d/getdeb.list

     1 deb http://archive.getdeb.net/ubuntu utopic-getdeb apps

/etc/apt/sources.list.d/chrome-remote-desktop.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-remote-desktop/deb/ stable main # wyłączony podczas aktualizacji do utopic

/etc/apt/sources.list.d/ondrej-php5-trusty.list

     1 # deb http://ppa.launchpad.net/ondrej/php5/ubuntu utopic main # wyłączony podczas aktualizacji do utopic
     2 # deb-src http://ppa.launchpad.net/ondrej/php5/ubuntu trusty main

/etc/apt/sources.list.d/git-core-ppa-trusty.list

     1 # deb http://ppa.launchpad.net/git-core/ppa/ubuntu utopic main # wyłączony podczas aktualizacji do utopic
     2 # deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu trusty main

/etc/apt/sources.list.d/mysql.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out entries below, but any other modifications may be lost.
     3 # Use command 'dpkg-reconfigure mysql-apt-config' as root for modifications.
     4 # deb http://repo.mysql.com/apt/ubuntu/ utopic mysql-5.7-dmr # wyłączony podczas aktualizacji do utopic
     5 # deb http://repo.mysql.com/apt/ubuntu/ utopic workbench-6.2 # wyłączony podczas aktualizacji do utopic
     6
     7 # deb-src http://repo.mysql.com/apt/ubuntu/ utopic mysql-5.7-dmr # wyłączony podczas aktualizacji do utopic
     8

/etc/apt/sources.list.d/upubuntu-com-mobile-trusty.list

     1 # deb http://ppa.launchpad.net/upubuntu-com/mobile/ubuntu utopic main # wyłączony podczas aktualizacji do utopic
     2 # deb-src http://ppa.launchpad.net/upubuntu-com/mobile/ubuntu trusty main

/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-utopic.list

     1 deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu utopic main
     2 # deb-src http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu utopic main

/etc/apt/sources.list.d/albertomilone-ubuntu-ppa-utopic.list

     1 # deb http://ppa.launchpad.net/albertomilone/ppa/ubuntu utopic main
     2 # deb-src http://ppa.launchpad.net/albertomilone/ppa/ubuntu utopic main

/etc/apt/sources.list.d/webupd8team-java-trusty.list

     1 # deb http://ppa.launchpad.net/webupd8team/java/ubuntu utopic main # wyłączony podczas aktualizacji do utopic
     2 # deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main

/etc/apt/sources.list.d/zend-framework-ppa-trusty.list

     1 # deb http://ppa.launchpad.net/zend-framework/ppa/ubuntu utopic main # wyłączony podczas aktualizacji do utopic
     2 # deb-src http://ppa.launchpad.net/zend-framework/ppa/ubuntu trusty main

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

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

/etc/apt/sources.list.d/kxstudio-team-ppa-trusty.list

     1 # deb http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu utopic main # wyłączony podczas aktualizacji do utopic
     2 # deb-src http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu trusty main
     3 # deb-src http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu trusty main

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

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

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted
     2 # deb cdrom:[Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ precise main restricted
     3 # deb cdrom:[Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ dists/precise/restricted/binary-i386/
     4 # deb cdrom:[Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ dists/precise/main/binary-i386/
     5
     6
     7 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     8 # newer versions of the distribution.
     9 deb http://pl.archive.ubuntu.com/ubuntu/ utopic main restricted
    10 deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic main restricted
    11
    12 ## Major bug fix updates produced after the final release of the
    13 ## distribution.
    14 deb http://pl.archive.ubuntu.com/ubuntu/ utopic-updates main restricted
    15 deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-updates main restricted
    16
    17 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    18 ## team. Also, please note that software in universe WILL NOT receive any
    19 ## review or updates from the Ubuntu security team.
    20 deb http://pl.archive.ubuntu.com/ubuntu/ utopic universe
    21 deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic universe
    22 deb http://pl.archive.ubuntu.com/ubuntu/ utopic-updates universe
    23 deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-updates universe
    24
    25 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    26 ## team, and may not be under a free licence. Please satisfy yourself as to
    27 ## your rights to use the software. Also, please note that software in
    28 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    29 ## security team.
    30 deb http://pl.archive.ubuntu.com/ubuntu/ utopic multiverse
    31 deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic multiverse
    32 deb http://pl.archive.ubuntu.com/ubuntu/ utopic-updates multiverse
    33 deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-updates multiverse
    34
    35 ## N.B. software from this repository may not have been tested as
    36 ## extensively as that contained in the main release, although it includes
    37 ## newer versions of some applications which may provide useful features.
    38 ## Also, please note that software in backports WILL NOT receive any review
    39 ## or updates from the Ubuntu security team.
    40 deb http://pl.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
    41 deb-src http://pl.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
    42
    43 deb http://security.ubuntu.com/ubuntu utopic-security main restricted
    44 deb-src http://security.ubuntu.com/ubuntu utopic-security main restricted
    45 deb http://security.ubuntu.com/ubuntu utopic-security universe
    46 deb-src http://security.ubuntu.com/ubuntu utopic-security universe
    47 deb http://security.ubuntu.com/ubuntu utopic-security multiverse
    48 deb-src http://security.ubuntu.com/ubuntu utopic-security multiverse
    49
    50 ## Uncomment the following two lines to add software from Canonical's
    51 ## 'partner' repository.
    52 ## This software is not part of Ubuntu, but is offered by Canonical and the
    53 ## respective vendors as a service to Ubuntu users.
    54 deb http://archive.canonical.com/ubuntu precise partner
    55 deb-src http://archive.canonical.com/ubuntu precise partner
    56
    57 ## This software is not part of Ubuntu, but is offered by third-party
    58 ## developers who want to ship their latest software.
    59 deb http://extras.ubuntu.com/ubuntu utopic main
    60 deb-src http://extras.ubuntu.com/ubuntu utopic main
    61
    62 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    63 # newer versions of the distribution.
    64
    65 ## Major bug fix updates produced after the final release of the
    66 ## distribution.
    67
    68 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    69 ## team. Also, please note that software in universe WILL NOT receive any
    70 ## review or updates from the Ubuntu security team.
    71
    72 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    73 ## team, and may not be under a free licence. Please satisfy yourself as to
    74 ## your rights to use the software. Also, please note that software in
    75 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    76 ## security team.
    77
    78 ## N.B. software from this repository may not have been tested as
    79 ## extensively as that contained in the main release, although it includes
    80 ## newer versions of some applications which may provide useful features.
    81 ## Also, please note that software in backports WILL NOT receive any review
    82 ## or updates from the Ubuntu security team.
    83
    84
    85 ## Uncomment the following two lines to add software from Canonical's
    86 ## 'partner' repository.
    87 ## This software is not part of Ubuntu, but is offered by Canonical and the
    88 ## respective vendors as a service to Ubuntu users.
    89 deb http://archive.canonical.com/ubuntu trusty partner
    90 deb-src http://archive.canonical.com/ubuntu trusty partner
    91
    92 ## This software is not part of Ubuntu, but is offered by third-party
    93 ## developers who want to ship their latest software.
    94 # deb http://ppa.launchpad.net/git-core/ppa/ utopic main # wyłączony podczas aktualizacji do utopic
    95 # deb-src http://ppa.launchpad.net/git-core/ppa/ trusty main
    96 deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu utopic main
    97 deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu utopic main
    98 deb http://pl.archive.ubuntu.com/ubuntu/ utopic-proposed main multiverse universe restricted
mateusz@mateusz-Inspiron-N5110:~$

At "LANG=C;sudo apt-get --purge autoremove" I was afraid to delete linux-headers and linux-image, was I right?

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

1. "sudo apt-get --purge autoremove" should not to harm, and just delete one outdated version of the kernel.

2. You have 10 versions of the kernel (and most probably the header files) installed. You could do some housekeeping and delete all except the latest two if you do not have a problem with booting.

3. There are some errors in your sources.list configuration file (old releases mentioned).
Issue the command
sudo gedit /etc/apt/sources.list

Delete the block of lines 50-55
     50 ## Uncomment the following two lines to add software from Canonical's
     51 ## 'partner' repository.
     52 ## This software is not part of Ubuntu, but is offered by Canonical and the
     53 ## respective vendors as a service to Ubuntu users.
     54 deb http://archive.canonical.com/ubuntu precise partner
     55 deb-src http://archive.canonical.com/ubuntu precise partner

Replace the string "trusty" by "utopic" in the bottom ten lines (three occurrences) - not in the very first line.
Save the file and close the editor.

4. Then re-issue the commands

sudo apt-get update
apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386

and copy/paste all output.

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#15

mateusz@mateusz-Inspiron-N5110:~$ sudo apt-get update
Ign http://pl.archive.ubuntu.com utopic InRelease
Ign http://archive.canonical.com precise InRelease
Ign http://pl.archive.ubuntu.com utopic-updates InRelease
Hit http://archive.canonical.com precise Release.gpg
Ign http://pl.archive.ubuntu.com utopic-backports InRelease
Ign http://ppa.launchpad.net utopic InRelease
Ign http://extras.ubuntu.com utopic InRelease
Ign http://pl.archive.ubuntu.com utopic-proposed InRelease
Hit http://archive.canonical.com precise Release
Hit http://pl.archive.ubuntu.com utopic Release.gpg
Ign http://ppa.launchpad.net utopic InRelease
Hit http://extras.ubuntu.com utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic-updates Release.gpg
Ign http://security.ubuntu.com utopic-security InRelease
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic-backports Release.gpg
Hit http://extras.ubuntu.com utopic Release
Hit http://archive.canonical.com precise/partner Sources
Hit http://pl.archive.ubuntu.com utopic-proposed Release.gpg
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic Release
Hit http://archive.canonical.com precise/partner amd64 Packages
Hit http://extras.ubuntu.com utopic/main Sources
Hit http://pl.archive.ubuntu.com utopic-updates Release
Hit http://ppa.launchpad.net utopic Release
Hit http://pl.archive.ubuntu.com utopic-backports Release
Hit http://security.ubuntu.com utopic-security Release.gpg
Hit http://archive.canonical.com precise/partner i386 Packages
Hit http://extras.ubuntu.com utopic/main amd64 Packages
Hit http://ppa.launchpad.net utopic Release
Hit http://pl.archive.ubuntu.com utopic-proposed Release
Hit http://archive.canonical.com precise/partner Translation-en
Hit http://extras.ubuntu.com utopic/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic/main Sources
Hit http://pl.archive.ubuntu.com utopic/restricted Sources
Hit http://pl.archive.ubuntu.com utopic/universe Sources
Hit http://ppa.launchpad.net utopic/main amd64 Packages
Hit http://security.ubuntu.com utopic-security Release
Hit http://pl.archive.ubuntu.com utopic/multiverse Sources
Hit http://ppa.launchpad.net utopic/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic/restricted amd64 Packages
Hit http://ppa.launchpad.net utopic/main Translation-en
Hit http://pl.archive.ubuntu.com utopic/universe amd64 Packages
Hit http://security.ubuntu.com utopic-security/main Sources
Hit http://ppa.launchpad.net utopic/main amd64 Packages
Hit http://ppa.launchpad.net utopic/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic/main i386 Packages
Hit http://ppa.launchpad.net utopic/main Translation-en
Hit http://pl.archive.ubuntu.com utopic/restricted i386 Packages
Hit http://security.ubuntu.com utopic-security/restricted Sources
Hit http://ppa.launchpad.net utopic/main Sources
Hit http://pl.archive.ubuntu.com utopic/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic/main Translation-en
Hit http://pl.archive.ubuntu.com utopic/multiverse Translation-en
Hit http://security.ubuntu.com utopic-security/universe Sources
Ign http://extras.ubuntu.com utopic/main Translation-en_US
Hit http://pl.archive.ubuntu.com utopic/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic/universe Translation-en
Ign http://extras.ubuntu.com utopic/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/main Sources
Hit http://pl.archive.ubuntu.com utopic-updates/restricted Sources
Hit http://security.ubuntu.com utopic-security/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic-updates/universe Sources
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic-updates/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/restricted amd64 Packages
Hit http://security.ubuntu.com utopic-security/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/main i386 Packages
Hit http://security.ubuntu.com utopic-security/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse i386 Packages
Hit http://security.ubuntu.com utopic-security/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-updates/multiverse Translation-en
100% [Packages 8123 kB] [Waiting for headers] [Waiting for headers]^Cmateusz@mateusz-Inspiron-N5110:~$ sudo apt-get update
Ign http://pl.archive.ubuntu.com utopic InRelease
Ign http://archive.canonical.com precise InRelease
Ign http://pl.archive.ubuntu.com utopic-updates InRelease
Ign http://pl.archive.ubuntu.com utopic-backports InRelease
Hit http://archive.canonical.com precise Release.gpg
Ign http://ppa.launchpad.net utopic InRelease
Ign http://pl.archive.ubuntu.com utopic-proposed InRelease
Hit http://pl.archive.ubuntu.com utopic Release.gpg
Hit http://archive.canonical.com precise Release
Ign http://ppa.launchpad.net utopic InRelease
Ign http://extras.ubuntu.com utopic InRelease
Hit http://pl.archive.ubuntu.com utopic-updates Release.gpg
Ign http://security.ubuntu.com utopic-security InRelease
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic-backports Release.gpg
Hit http://extras.ubuntu.com utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic-proposed Release.gpg
Hit http://ppa.launchpad.net utopic Release.gpg
Hit http://pl.archive.ubuntu.com utopic Release
Hit http://extras.ubuntu.com utopic Release
Hit http://pl.archive.ubuntu.com utopic-updates Release
Hit http://ppa.launchpad.net utopic Release
Hit http://security.ubuntu.com utopic-security Release.gpg
Hit http://pl.archive.ubuntu.com utopic-backports Release
Hit http://extras.ubuntu.com utopic/main Sources
Hit http://pl.archive.ubuntu.com utopic-proposed Release
Hit http://ppa.launchpad.net utopic Release
Hit http://extras.ubuntu.com utopic/main amd64 Packages
Hit http://archive.canonical.com precise/partner Sources
Hit http://security.ubuntu.com utopic-security Release
Hit http://extras.ubuntu.com utopic/main i386 Packages
Hit http://archive.canonical.com precise/partner amd64 Packages
Hit http://archive.canonical.com precise/partner i386 Packages
Hit http://archive.getdeb.net utopic-getdeb InRelease
Get:1 http://security.ubuntu.com utopic-security/restricted Sources [14 B]
Ign http://archive.canonical.com precise/partner Translation-en
Get:2 http://ppa.launchpad.net utopic/main Sources [1935 B]
Hit http://archive.getdeb.net utopic-getdeb/apps amd64 Packages
Hit http://ppa.launchpad.net utopic/main amd64 Packages
Get:3 http://security.ubuntu.com utopic-security/universe Sources [14 B]
Hit http://ppa.launchpad.net utopic/main i386 Packages
Get:4 http://ppa.launchpad.net utopic/main Translation-en [1145 B]
Hit http://archive.getdeb.net utopic-getdeb/games amd64 Packages
Ign http://extras.ubuntu.com utopic/main Translation-en_US
Get:5 http://security.ubuntu.com utopic-security/multiverse Sources [14 B]
Get:6 http://ppa.launchpad.net utopic/main amd64 Packages [15,0 kB]
Ign http://extras.ubuntu.com utopic/main Translation-en
Get:7 http://pl.archive.ubuntu.com utopic-updates/restricted Sources [14 B]
Get:8 http://pl.archive.ubuntu.com utopic-updates/universe Sources [14 B]
Get:9 http://pl.archive.ubuntu.com utopic-updates/multiverse Sources [14 B]
Get:10 http://pl.archive.ubuntu.com utopic-updates/restricted amd64 Packages [14 B]
Hit http://archive.getdeb.net utopic-getdeb/apps i386 Packages
Get:11 http://ppa.launchpad.net utopic/main i386 Packages [15,0 kB]
Get:12 http://pl.archive.ubuntu.com utopic-updates/multiverse amd64 Packages [14 B]
Get:13 http://ppa.launchpad.net utopic/main Translation-en [8924 B]
Get:14 http://security.ubuntu.com utopic-security/restricted amd64 Packages [14 B]
Hit http://archive.getdeb.net utopic-getdeb/games i386 Packages
Get:15 http://pl.archive.ubuntu.com utopic-updates/restricted i386 Packages [14 B]
Get:16 http://pl.archive.ubuntu.com utopic-updates/multiverse i386 Packages [14 B]
Get:17 http://pl.archive.ubuntu.com utopic-updates/multiverse Translation-en [14 B]
Hit http://pl.archive.ubuntu.com utopic-updates/restricted Translation-en
Hit http://security.ubuntu.com utopic-security/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-updates/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/main Sources
Hit http://pl.archive.ubuntu.com utopic-backports/restricted Sources
Hit http://pl.archive.ubuntu.com utopic-backports/universe Sources
Hit http://security.ubuntu.com utopic-security/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse Sources
Hit http://pl.archive.ubuntu.com utopic-backports/main amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/universe amd64 Packages
Hit http://security.ubuntu.com utopic-security/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/main i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/restricted i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/universe i386 Packages
Hit http://security.ubuntu.com utopic-security/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/main Translation-en
Hit http://security.ubuntu.com utopic-security/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-backports/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic-backports/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/main amd64 Packages
Hit http://security.ubuntu.com utopic-security/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/universe amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted amd64 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/main i386 Packages
Hit http://security.ubuntu.com utopic-security/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/universe i386 Packages
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted i386 Packages
Hit http://security.ubuntu.com utopic-security/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/main Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/multiverse Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/restricted Translation-en
Hit http://pl.archive.ubuntu.com utopic-proposed/universe Translation-en
Hit http://pl.archive.ubuntu.com utopic/main Sources
Hit http://pl.archive.ubuntu.com utopic/restricted Sources
Hit http://pl.archive.ubuntu.com utopic/universe Sources
Hit http://pl.archive.ubuntu.com utopic/multiverse Sources
Hit http://security.ubuntu.com utopic-security/universe Translation-en
Get:18 http://pl.archive.ubuntu.com utopic/main amd64 Packages [1330 kB]
Get:19 http://security.ubuntu.com utopic-security/main Sources [12,1 kB]
Get:20 http://security.ubuntu.com utopic-security/main amd64 Packages [39,0 kB]
Get:21 http://security.ubuntu.com utopic-security/universe amd64 Packages [7859 B]
Get:22 http://pl.archive.ubuntu.com utopic/restricted amd64 Packages [12,2 kB]
Get:23 http://pl.archive.ubuntu.com utopic/universe amd64 Packages [6176 kB]
Ign http://archive.getdeb.net utopic-getdeb/apps Translation-en_US
Ign http://archive.getdeb.net utopic-getdeb/apps Translation-en
Ign http://archive.getdeb.net utopic-getdeb/games Translation-en_US
Ign http://archive.getdeb.net utopic-getdeb/games Translation-en
Get:24 http://pl.archive.ubuntu.com utopic/multiverse amd64 Packages [131 kB]
Get:25 http://pl.archive.ubuntu.com utopic/main i386 Packages [1326 kB]
Get:26 http://pl.archive.ubuntu.com utopic/restricted i386 Packages [12,6 kB]
Get:27 http://pl.archive.ubuntu.com utopic/universe i386 Packages [6183 kB]
Get:28 http://pl.archive.ubuntu.com utopic/multiverse i386 Packages [133 kB]
Get:29 http://pl.archive.ubuntu.com utopic/main Translation-en [769 kB]
Get:30 http://pl.archive.ubuntu.com utopic/multiverse Translation-en [101 kB]
Get:31 http://pl.archive.ubuntu.com utopic/restricted Translation-en [3315 B]
Get:32 http://pl.archive.ubuntu.com utopic/universe Translation-en [4264 kB]
Get:33 http://pl.archive.ubuntu.com utopic-updates/main Sources [8178 B]
Get:34 http://pl.archive.ubuntu.com utopic-updates/main amd64 Packages [16,3 kB]
Get:35 http://pl.archive.ubuntu.com utopic-updates/universe amd64 Packages [2645 B]
Get:36 http://pl.archive.ubuntu.com utopic-updates/main i386 Packages [15,9 kB]
Get:37 http://pl.archive.ubuntu.com utopic-updates/universe i386 Packages [2652 B]
Get:38 http://pl.archive.ubuntu.com utopic-updates/main Translation-en [10,7 kB]
Fetched 20,6 MB in 14s (1421 kB/s)
Reading package lists... Done
mateusz@mateusz-Inspiron-N5110:~$ apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
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:
 gvfs : Depends: gvfs-daemons (>= 1.20.2-1ubuntu2)
        Depends: gvfs-daemons (< 1.20.2-1ubuntu2.1~)
 indicator-network : Depends: unity8 (>= 8.00+14.10.20140806) but it is not going to be installed
 libcheese-gtk23 : Depends: libcheese7 (>= 3.4.0) but it is not going to be installed
                   Depends: libclutter-1.0-0 (>= 1.16) but it is not going to be installed
                   Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl20 (>= 1.17.4) but it is not going to be installed
                   Depends: gstreamer1.0-clutter but it is not going to be installed
 libgl1-mesa-glx : Depends: libgl1-mesa-dri (= 10.4~git1411050730.9e2473~gd~u) but it is not going to be installed
 libqt5gui5 : Depends: libegl1-mesa (>= 7.8.1) but it is not going to be installed or
                       libegl1-x11
              Depends: libgbm1 (>= 8.1~0) but it is not going to be installed
 openssh-client : Depends: libedit2 (>= 2.11-20080614) but it is not going to be installed
 signon-ui : Depends: signon-ui-x11 but it is not going to be installed or
                      ubuntu-system-settings-online-accounts (>= 0.4) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
mateusz@mateusz-Inspiron-N5110:~$

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

What is the output of

apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386 gstreamer1.0-clutter gvfs gvfs-daemons indicator-network libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl20 libedit2 libegl1-mesa libegl1-x11 libgbm1 libgl1-mesa-dri libgl1-mesa-glx libqt5gui5 openssh-client or signon-ui signon-ui-x11 ubuntu-system-settings-online-accounts unity8

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#17

mateusz@mateusz-Inspiron-N5110:~$ apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386 gstreamer1.0-clutter gvfs gvfs-daemons indicator-network libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl20 libedit2 libegl1-mesa libegl1-x11 libgbm1 libgl1-mesa-dri libgl1-mesa-glx libqt5gui5 openssh-client or signon-ui signon-ui-x11 ubuntu-system-settings-online-accounts unity8
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libegl1-mesa' instead of 'libegl1-x11'
E: Unable to locate package or
mateusz@mateusz-Inspiron-N5110:~$

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

Sorry, my fault, try again with

apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386 gstreamer1.0-clutter gvfs gvfs-daemons indicator-network libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl20 libedit2 libegl1-mesa libegl1-x11 libgbm1 libgl1-mesa-dri libgl1-mesa-glx libqt5gui5 openssh-client signon-ui signon-ui-x11 unity8

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#19

mateusz@mateusz-Inspiron-N5110:~$ apt-get --simulate install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libllvm3.5:i386 libedit2:i386 gstreamer1.0-clutter gvfs gvfs-daemons indicator-network libcheese7 libcheese-gtk23 libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl20 libedit2 libegl1-mesa libegl1-x11 libgbm1 libgl1-mesa-dri libgl1-mesa-glx libqt5gui5 openssh-client signon-ui signon-ui-x11 unity8
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libegl1-mesa' instead of 'libegl1-x11'
gstreamer1.0-clutter is already the newest version.
gvfs is already the newest version.
gvfs-daemons is already the newest version.
libcheese-gtk23 is already the newest version.
libcheese7 is already the newest version.
libclutter-1.0-0 is already the newest version.
libclutter-gtk-1.0-0 is already the newest version.
libcogl20 is already the newest version.
libcogl20 set to manually installed.
libqt5gui5 is already the newest version.
openssh-client is already the newest version.
signon-ui is already the newest version.
signon-ui-x11 is already the newest version.
signon-ui-x11 set to manually installed.
libgl1-mesa-dri is already the newest version.
libgl1-mesa-glx is already the newest version.
libegl1-mesa is already the newest version.
libgbm1 is already the newest version.
libedit2 is already the newest version.
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:
 libedit2 : Breaks: libedit2:i386 (!= 3.1-20140620-2+deb.sury.org~trusty+4) but 3.1-20140620-1 is to be installed
 libedit2:i386 : Breaks: libedit2 (!= 3.1-20140620-1) but 3.1-20140620-2+deb.sury.org~trusty+4 is to be installed
E: Unable to correct problems, you have held broken packages.

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

Ok, maybe we have finally identified the culprit.

What is the output of

apt-cache policy libedit2*

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#21

mateusz@mateusz-Inspiron-N5110:~$ apt-cache policy libedit2*
libedit2:
  Installed: 3.1-20140620-2+deb.sury.org~trusty+4
  Candidate: 3.1-20140620-2+deb.sury.org~trusty+4
  Version table:
 *** 3.1-20140620-2+deb.sury.org~trusty+4 0
        100 /var/lib/dpkg/status
     3.1-20140620-1 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
libeditline-java:
  Installed: (none)
  Candidate: (none)
  Version table:
libeditline0:
  Installed: (none)
  Candidate: 1.12-6
  Version table:
     1.12-6 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
libedit-dev:
  Installed: (none)
  Candidate: 3.1-20140620-1
  Version table:
     3.1-20140620-1 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
libedit2-dbg:
  Installed: (none)
  Candidate: 3.1-20140620-1
  Version table:
     3.1-20140620-1 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
libeditorconfig0:
  Installed: (none)
  Candidate: 0.11.5-1
  Version table:
     0.11.5-1 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
libeditorconfig0-dbg:
  Installed: (none)
  Candidate: 0.11.5-1
  Version table:
     0.11.5-1 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
libeditorconfig-dev:
  Installed: (none)
  Candidate: 0.11.5-1
  Version table:
     0.11.5-1 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
libeditline-dev:
  Installed: (none)
  Candidate: 1.12-6
  Version table:
     1.12-6 0
        500 http://pl.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
mateusz@mateusz-Inspiron-N5110:~$

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

Issue the terminal command

sudo gedit /etc/apt/sources.list.d/ondrej-php5-trusty.list

and remove the hash (#) signs at the beginning of the lines to re-enable that PPA, save the file and close the editor

and then re-try

sudo apt-get install skype

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

Oops, after editin, you have to isse

sudo apt-get update

and only then

sudo apt-get install skype

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#24

Thanks Manfred Hampl, that solved my question.

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

Glad to see that the problem finally was solved.
Cause of the problem was the combination of several different items:

1. You had a PPA enabled when you were still on trusty, and have installed the updated amd64 version of libedit2 from that PPA (but not the i386 version)

2. The version provided for trusty in that PPA is higher than the standard Ubuntu version for utopic.

3. During a release upgrade, all PPAs are disabled

4. Skype and wine core packages are only available as 32bit (i386) versions. These packages are also installable on 64 bit (amd64) systems, but require that several libraries are also installed in their i386 version.

5. Now when you tried installing Skype, the package management system tried to install the i386 version of libedit2, but was not able to locate the version fitting to the already-installed amd64 version, because the PPA was not enabled any more.

This is a well-known possible problem with PPAs.

Revision history for this message
Mateusz Bąk (mateuszbak3) said :
#26

Thank you detailed answer. Can it be perceived as a bug? As I read in internet, some people are affected by this issue.

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

I would not call it a bug, but a knows weakness. There is even a program available that should help preventing such problems: ppa-purge is designed to disable a PPA form the sources and to revert from the PPA version of packages to the standard version. See e.g. http://askubuntu.com/questions/309966/difference-between-ppa-purge-and-add-apt-repository-r

I know that the release updater disables PPAs without reverting to the standard packages. The same is true for the package management troubleshooting procedure. The procedure tells to "Disable all PPA repositories" without any hint that the problem that you were facing might be the result.