Can't boot my PC after trying a failed Upgrade

Asked by Dip

I am facing problem to boot into my PC with Ubuntu 14.04, I have windows 10 installed on another partition(its ok). I have tried to upgrade my ubuntu 14.04 to 16.04. But, It failed to upgrade. Then I ran sudo apt-get autoclean command. After that I can not boot my Ubuntu 14.04 on my PC.

It shows me the following in black screen......

fsck from util-linux 2.20.1
/dev/sda10: clean, 333897/2003120 files, 2152867/8006912 blocks
Target filesystem doesn't have requested /sbin/init.
/bin/sh: 0: Can't open splash
[ 5.420043] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
[ 5.420043]
[ 5.420093] CPU: 1 PID: 1 Comm: sh Not tainted 3.13.0-92-generic #139-Ubuntu
[ 5.420127] Hardware name: Hewlett-Packed HP ProBook 450 G1/1942, BIOS L74 Ver. 01.31 07/22/2015
[ 5.420168] 00000086 00000086 f6c9ff1c c165d7bd c1947ec0 f1f0abc0 f6c9ff3c c1658477
[ 5.420219] c183c07c c1ac1c80 f6c9ff28 c1947ec0 f1f0abc0 f6cd0000 f6c9ff8c c105a31e
[ 5.420269] c183c3b0 00007f00 00000014 b7654f24 00000001 00000001 00000002 f6c9ff88
[ 5.420320] Call Trace:
[ 5.420338] [] dump_stack+0x58/0x72
[ 5.420363] [] panic+0x87/0x18b
[ 5.420386] [] do_exit+0x8fe/0x900
[ 5.420411] [] ? vfs_write+0x13c/0x1b0
[ 5.420435] [] do_group_exit+0x34/0xa0
[ 5.420464] [] sys_exit_group+0x16/0x20
[ 5.420490] [] sysenter_do_call+0x12/0x12
[ 5.420536] drm_kms_helper: panic occurred, switching back to text console

Here is the details of my PC partition

Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000c59c0

   Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 209696444 104744798+ 7 HPFS/NTFS/exFAT
/dev/sda3 209712505 1465147391 627717443+ f W95 Ext'd (LBA)
Partition 3 does not start on physical sector boundary.
/dev/sda5 209712568 419408954 104848193+ 7 HPFS/NTFS/exFAT
/dev/sda6 419425076 1048546484 314560704+ 7 HPFS/NTFS/exFAT
Partition 6 does not start on physical sector boundary.
/dev/sda7 1048562608 1384112204 167774798+ 7 HPFS/NTFS/exFAT
/dev/sda8 1384114176 1400113151 7999488 82 Linux swap / Solaris
/dev/sda9 1400115200 1401090047 487424 83 Linux
/dev/sda10 1401092096 1465147391 32027648 83 Linux

I used last three partition to install Ubuntu.

I have used sudo fsck /dev/sda1 from live boot using CD to solve my problem following the solution here

I use /dev/sda1 because it is flagged as boot partition. But, I failed. It show me following error

fsck from util-linux 2.20.1
fsck: fsck.ntfs: not found
fsck: error 2 while executing fsck.ntfs for /dev/sda1

So, I thought /dev/sda1 is not a partition of linux. Then I tried same command sudo fsck /dev/sda10 for /sda10 and /sda9

In both cases it show me the following error.

fsck from util-linux 2.20.1
e2fsck 1.42.9 (4-Feb-2014)
/dev/sda9 is mounted.
e2fsck: Cannot continue, aborting.

How can I recover my PC to previous state. Please help me.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

First step is to try selecting special options from the grub menu.
Can you boot with an older kernel, or are you able to boot into recovery mode - root command prompt?

Revision history for this message
Dip (ratnadip983) said :
#3

I am not able to boot into recovery mode. Same thing happened in both case.

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

You should boot into a live system to perform a file system check on sda9 and sda10.

Revision history for this message
Dip (ratnadip983) said :
#5

How can I perform a file system check in live system??

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

Download an Ubuntu installer and burn an installation DVD or create a bootable USB stick with it, and boot your computer with the installer in the "Try Ubuntu without installing" mode.
In such life system you can do file system checks and crate backup copies of your private files on the hard disk, and potentially also repair a broken installation.

Revision history for this message
Dip (ratnadip983) said :
#7

I know how to use live mode from CD/USB. I am asking about "Broken system installation".

That is, "How to repair broken system in Live mode"??

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

RE: "How to repair broken system in Live mode"??

There is an instruction how to repair the grub boot loader on http://www.omgubuntu.co.uk/2011/09/live-usb-sticking-grub-2-video

With similar techniques it is possible to reinstall also other packages.

Revision history for this message
Dip (ratnadip983) said :
#9

I have already reinstalled Grub using boot-repair in live mode. The problem is not solved. I am sure this not an grub issue.

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

Your output does not indicate that this would be a grub issue and I did not intend to say that.
What I wanted to tell is that with similar techniques you can also reinstall the kernel and other packages.

In any case when booting into a live system you should be able to save your private files to external media that you do not lose them.

Revision history for this message
Dip (ratnadip983) said :
#11

I am really want to know that, How can I reinstall the kernel and packages. Will it remove my previous apps?? I don't want to lose these apps.

Revision history for this message
Dip (ratnadip983) said :
#12

I am really want to know that, How can I reinstall the kernel and packages in live mode? Will it remove my previous apps?? I don't want to lose these apps.

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

Perform a web search for "Ubuntu reinstall kernel chroot" and you get a lot of hits, e.g.

http://askubuntu.com/a/166010/91549

Revision history for this message
Dip (ratnadip983) said :
#14

Will it harm installed apps?

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

Reinstalling packages in a chroot environment when booted in a live system should -when correctly done- not harm the installed apps.
In any case creating backup copies of your private files is strongly recommended.

I suggest that as a first step you try the procedure to boot form live CD, mount the partitions and change into a chroot environment, and then just browse your system without performing changes (e.g. "dpkg -l" should list all installes packages, ...)

Only if that works well you should start modifying the system.

Revision history for this message
Dip (ratnadip983) said :
#16

In the time of kernel installation I get the following error in Chroot environment.

root@ubuntu:/# apt-get install linux-image-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-image-generic is already the newest version.
The following packages were automatically installed and are no longer required:
  gstreamer0.10-plugins-ugly libechonest2.1 libevdev2 libftgl2 libinput10
  liblastfm1 libprojectm2 libqjson0 libqxt-core0 libqxt-gui0
  linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
  linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
  projectm-data qtdeclarative5-ubuntu-web-plugin ttf-dejavu-core
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1544 not upgraded.
36 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file or directory)
Setting up fontconfig (2.11.1-0ubuntu6) ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.
dpkg: error processing package fontconfig (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libqt5gui5:i386:
 libqt5gui5:i386 depends on fontconfig; however:
  Package fontconfig is not configured yet.

dpkg: error processing package libqt5gui5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5widgets5:i386:
 libqt5widgets5:i386 depends on libqt5gui5 (>= 5.4.1) | libqt5gui5-gles (>= 5.4.1); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

dpkg: error processing package libqt5widgets5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5svg5:i386:
 libqt5svg5:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 libqt5svg5:i386 depends on libqt5widgets5 (>= 5.3.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5svg5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5opengl5:i386:
 libqt5opengl5:i386 depends on libqt5gui5 (>= 5.2.0); however:
  Package libqt5gui5:i386 is not configured yet.
 libqt5opengl5:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 libqt5opengl5:i386 depends on libqt5widgets5 (>= 5.3.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5opengl5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5printsupport5:i386:
 libqt5printsupport5:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 libqt5printsupport5:i386 depends on libqt5widgets5 (>= 5.3.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5printsupport5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5quick5:i386:
 libqt5quick5:i386 depends on libqt5gui5 (>= 5.2.0); however:
  Package libqt5gui5:i386 is not configured yet.
 libqt5quick5:i386 depends on libqt5gui5 (>= 5.4.1) | libqt5gui5-gles (>= 5.4.1); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

dpkg: error processing package libqt5quick5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5webkit5:i386:
 libqt5webkit5:i386 depends on libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 libqt5webkit5:i386 depends on libqt5opengl5 (>= 5.0.2) | libqt5opengl5-gles (>= 5.0.2); however:
  Package libqt5opengl5:i386 is not configured yet.
  Package libqt5opengl5-gles is not installed.
 libqt5webkit5:i386 depends on libqt5printsupport5 (>= 5.0.2); however:
  Package libqt5printsupport5:i386 is not configured yet.
 libqt5webkit5:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.
 libqt5webkit5:i386 depends on libqt5widgets5 (>= 5.4.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5webkit5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtwebkit:i386:
 qml-module-qtwebkit:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.
 qml-module-qtwebkit:i386 depends on libqt5webkit5 (>= 5.0.2); however:
  Package libqt5webkit5:i386 is not configured yet.

dpkg: error processing package qml-module-qtwebkit:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick2:i386:
 qml-module-qtquick2:i386 depends on libqt5quick5 (>= 5.4.1) | libqt5quick5-gles (>= 5.4.1); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick2:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-qtquick2-plugin:i386:
 qtdeclarative5-qtquick2-plugin:i386 depends on qml-module-qtquick2; however:
  Package qml-module-qtquick2:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-qtquick2-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-window2:i386:
 qml-module-qtquick-window2:i386 depends on libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick-window2:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-window-plugin:i386:
 qtdeclarative5-window-plugin:i386 depends on qml-module-qtquick-window2; however:
  Package qml-module-qtquick-window2:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-window-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-layouts:i386:
 qml-module-qtquick-layouts:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 qml-module-qtquick-layouts:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick-layouts:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-ubuntu-ui-toolkit-plugin:i386:
 qtdeclarative5-ubuntu-ui-toolkit-plugin:i386 depends on libqt5svg5; however:
  Package libqt5svg5:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin:i386 depends on qml-module-qtquick2 | qtdeclarative5-qtquick2-plugin; however:
  Package qml-module-qtquick2:i386 is not configured yet.
  Package qtdeclarative5-qtquick2-plugin:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin:i386 depends on qml-module-qtquick-window2 | qtdeclarative5-window-plugin; however:
  Package qml-module-qtquick-window2:i386 is not configured yet.
  Package qtdeclarative5-window-plugin:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin:i386 depends on qml-module-qtquick-layouts; however:
  Package qml-module-qtquick-layouts:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i38
dpkg: error processing package qtdeclarative5-ubuntu-ui-toolkit-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5multimedia5:i386:
 libqt5multimedia5:i386 depends on libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

dpkg: error processing package libqt5multimedia5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5webkit5-qmlwebkitplugin:
 libqt5webkit5-qmlwebkitplugin depends on qml-module-qtwebkit; however:
  Package qml-module-qtwebkit:i386 is not configured yet.

dpkg: error processing package libqt5webkit5-qmlwebkitplugin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-core:
 libreoffice-core depends on fontconfig; however:
  Package fontconfig is not configured yet.

dpkg: error processing package libreoffice-core (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-base-core:
 libreoffice-base-core depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-base-core (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-calc:
 libreoffice-calc depends on libreoffice-base-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-base-core is not configured yet.
 libreoffice-calc depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-calc (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-draw:
 libreoffice-draw depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-draw (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-gtk:
 libreoffice-gtk depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-gtk (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-gnome:
 libreoffice-gnome depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.
 libreoffice-gnome depends on libreoffice-gtk; however:
  Package libreoffice-gtk is not configured yet.

dpkg: error processing package libreoffice-gnome (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-impress:
 libreoffice-impress depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.
 libreoffice-impress depends on libreoffice-draw (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-draw is not configured yet.

dpkg: error processing package libreoffice-impress (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-math:
 libreoffice-math depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-math (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-writer:
 libreoffice-writer depends on libreoffice-base-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-base-core is not configured yet.
 libreoffice-writer depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-writer (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-uno:
 python3-uno depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package python3-uno (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-privatewidgets:i386:
 qml-module-qtquick-privatewidgets:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 qml-module-qtquick-privatewidgets:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.
 qml-module-qtquick-privatewidgets:i386 depends on libqt5widgets5 (>= 5.2.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package qml-module-qtquick-privatewidgets:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-dialogs:i386:
 qml-module-qtquick-dialogs:i386 depends on qml-module-qtquick-privatewidgets; however:
  Package qml-module-qtquick-privatewidgets:i386 is not configured yet.
 qml-module-qtquick-dialogs:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 qml-module-qtquick-dialogs:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick-dialogs:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-dialogs-plugin:i386:
 qtdeclarative5-dialogs-plugin:i386 depends on qml-module-qtquick-dialogs; however:
  Package qml-module-qtquick-dialogs:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-dialogs-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-privatewidgets-plugin:i386:
 qtdeclarative5-privatewidgets-plugin:i386 depends on qml-module-qtquick-privatewidgets; however:
  Package qml-module-qtquick-privatewidgets:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-privatewidgets-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of liboxideqtcore0:i386:
 liboxideqtcore0:i386 depends on libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

No apport report written because the error message indicates its a followup error from a previous failure.dpkg: error processing package liboxideqtcore0:i386 (--configure):
 dependency problems - leaving unconfigured

No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency problems prevent configuration of liboxideqtquick0:i386:
 liboxideqtquick0:i386 depends on liboxideqtcore0 (= 1.15.8-0ubuntu0.15.10.1); however:
  Package liboxideqtcore0:i386 is not configured yet.
 liboxideqtquick0:i386 depends on libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 liboxideqtquick0:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

No apport report written because MaxReports is reached alreadydpkg: error processing package liboxideqtquick0:i386 (--configure):
 dependency problems - leaving unconfigured

No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached alreadydpkg: dependency problems prevent configuration of liboxideqt-qmlplugin:i386:
 liboxideqt-qmlplugin:i386 depends on liboxideqtcore0 (= 1.15.8-0ubuntu0.15.10.1); however:
  Package liboxideqtcore0:i386 is not configured yet.
 liboxideqt-qmlplugin:i386 depends on liboxideqtquick0 (= 1.15.8-0ubuntu0.15.10.1); however:
  Package liboxideqtquick0:i386 is not configured yet.
 liboxideqt-qmlplugin:i386 depends on libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package liboxideqt-qmlplugin:i386 (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of qtdeclarative5-ubuntu-web-plugin:i386:
 qtdeclarative5-ubuntu-web-plugin:i386 depends on libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 qtdeclarative5-ubuntu-web-plugin:i386 depends on liboxideqt-qmlplugin (>= 1.9); however:
  Package liboxideqt-qmlplugin:i386 is not configured yet.
 qtdeclarative5-ubuntu-web-plugin:i386 depends on qml-module-qtquick2 (>= 5.4); however:
  Package qml-module-qtquick2:i386 is not configured yet.
 qtdeclarative5-ubuntu-web-plugin:i386 depends on qml-module-qtquick-window2 (>= 5.3); however:
  Package qml-module-qtquick-window2:i386 is not configured yet.
 qtdeclarative5-ubuntu-web-plugin:i386 depends on qtdeclarative5-ubuntu-ui-toolkit-plugin (>= 1.3) | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles (>= 1.3); however:
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin:i386 is not configured yet.
  Package qtdeclarative5-ubuntu-ui-
No apport report written because MaxReports is reached alreadydpkg: error processing package qtdeclarative5-ubuntu-web-plugin:i386 (--configure):
 dependency problems - leaving unconfigured

No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached alreadydpkg: dependency problems prevent configuration of appmenu-qt5:
 appmenu-qt5 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 appmenu-qt5 depends on libqt5widgets5 (>= 5.0.2); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package appmenu-qt5 (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
Errors were encountered while processing:
 fontconfig
 libqt5gui5:i386
 libqt5widgets5:i386
 libqt5svg5:i386
 libqt5opengl5:i386
 libqt5printsupport5:i386
 libqt5quick5:i386
 libqt5webkit5:i386
 qml-module-qtwebkit:i386
 qml-module-qtquick2:i386
 qtdeclarative5-qtquick2-plugin:i386
 qml-module-qtquick-window2:i386
 qtdeclarative5-window-plugin:i386
 qml-module-qtquick-layouts:i386
 qtdeclarative5-ubuntu-ui-toolkit-plugin:i386
 libqt5multimedia5:i386
 libqt5webkit5-qmlwebkitplugin
 libreoffice-core
 libreoffice-base-core
 libreoffice-calc
 libreoffice-draw
 libreoffice-gtk
 libreoffice-gnome
 libreoffice-impress
 libreoffice-math
 libreoffice-writer
 python3-uno
 qml-module-qtquick-privatewidgets:i386
 qml-module-qtquick-dialogs:i386
 qtdeclarative5-dialogs-plugin:i386
 qtdeclarative5-privatewidgets-plugin:i386
 liboxideqtcore0:i386
 liboxideqtquick0:i386
 liboxideqt-qmlplugin:i386
 qtdeclarative5-ubuntu-web-plugin:i386
 appmenu-qt5
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Have you done all mount commands before entering the chroot environment, especially "sudo mount --bind /dev /mnt/dev" ?
Do you have a working network connection in the chroot environment?

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

You probably also might need the command
mount -t devpts none /dev/pts
see item 9 in http://askubuntu.com/a/166010/91549

Revision history for this message
Dip (ratnadip983) said :
#19

Same error.

I have followed your suggested solution step-by-step. But Same error occurred in the time of kernel installation.

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

I recommend that you reboot your system into a live system and repeat following Eliah Kagan's instructions in http://askubuntu.com/a/166010/91549 (steps 1 to 13).

Please copy/paste the full output from the whole procedure that we can see the details.

Revision history for this message
Dip (ratnadip983) said :
#21

Here is command and output of whole procedure that I have used:

ubuntu@ubuntu:~$ sudo parted -l
Model: ATA ST750LM022 HN-M7 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number Start End Size Type File system Flags
 1 1049kB 106MB 105MB primary ntfs boot
 2 106MB 107GB 107GB primary ntfs
 3 107GB 750GB 643GB extended lba
 5 107GB 215GB 107GB logical ntfs
 6 215GB 537GB 322GB logical ntfs
 7 537GB 709GB 172GB logical ntfs
 8 709GB 717GB 8191MB logical linux-swap(v1)
 9 717GB 717GB 499MB logical ext4
10 717GB 750GB 32.8GB logical ext4

Model: USB3.0 FLASH DRIVE (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
 1 1049kB 15.5GB 15.5GB primary fat32 boot, lba

ubuntu@ubuntu:~$ sudo mount /dev/sda10 /mnt

ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
ubuntu@ubuntu:~$ ls /mnt/boot
abi-3.13.0-88-generic initrd.img-4.2.0-42-generic
abi-3.13.0-89-generic memtest86+.bin
abi-3.13.0-92-generic memtest86+.elf
abi-4.2.0-42-generic memtest86+_multiboot.bin
config-3.13.0-88-generic System.map-3.13.0-88-generic
config-3.13.0-89-generic System.map-3.13.0-89-generic
config-3.13.0-92-generic System.map-3.13.0-92-generic
config-4.2.0-42-generic System.map-4.2.0-42-generic
grub vmlinuz-3.13.0-88-generic
grub.bak vmlinuz-3.13.0-89-generic
initrd.img-3.13.0-88-generic vmlinuz-3.13.0-92-generic
initrd.img-3.13.0-89-generic vmlinuz-4.2.0-42-generic
initrd.img-3.13.0-92-generic
ubuntu@ubuntu:~$ sudo mount /dev/sda9 /mnt/boot
ubuntu@ubuntu:~$ sudo chroot /mnt
root@ubuntu:/# mount -t proc none /proc
root@ubuntu:/# mount -t sysfs none /sys
root@ubuntu:/# mount -t devpts none /dev/pts
root@ubuntu:/# export HOME=/root
root@ubuntu:/# export LC_ALL=C
root@ubuntu:/# ping -c 5 www.google.com
PING www.google.com (103.43.149.236) 56(84) bytes of data.
64 bytes from cache.google.com (103.43.149.236): icmp_seq=1 ttl=61 time=16.6 ms
64 bytes from cache.google.com (103.43.149.236): icmp_seq=2 ttl=61 time=21.1 ms
64 bytes from cache.google.com (103.43.149.236): icmp_seq=3 ttl=61 time=12.9 ms
64 bytes from cache.google.com (103.43.149.236): icmp_seq=4 ttl=61 time=8.05 ms
64 bytes from cache.google.com (103.43.149.236): icmp_seq=5 ttl=61 time=8.53 ms

--- www.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 8.050/13.471/21.155/4.960 ms

root@ubuntu:/# lsb_release -r
Release: 14.04
root@ubuntu:/# dpkg-architecture -qDEB_HOST_ARCH_BITS
32
root@ubuntu:/# grep MemTotal /proc/meminfo
MemTotal: 4018048 kB
root@ubuntu:/# apt-get update
Hit http://security.ubuntu.com wily-security InRelease
Hit http://bd.archive.ubuntu.com wily InRelease
Hit http://security.ubuntu.com wily-security/main Sources
Get:1 http://bd.archive.ubuntu.com wily-updates InRelease [65.9 kB]
Hit http://security.ubuntu.com wily-security/restricted Sources
Hit http://security.ubuntu.com wily-security/universe Sources
Hit http://security.ubuntu.com wily-security/multiverse Sources
Hit http://security.ubuntu.com wily-security/main i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports InRelease
Hit http://security.ubuntu.com wily-security/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed InRelease
Hit http://security.ubuntu.com wily-security/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily/main Sources
Hit http://security.ubuntu.com wily-security/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily/restricted Sources
Hit http://security.ubuntu.com wily-security/main Translation-en
Hit http://bd.archive.ubuntu.com wily/universe Sources
Hit http://security.ubuntu.com wily-security/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily/multiverse Sources
Hit http://security.ubuntu.com wily-security/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily/main i386 Packages
Hit http://security.ubuntu.com wily-security/universe Translation-en
Hit http://bd.archive.ubuntu.com wily/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily/main Translation-en
Hit http://bd.archive.ubuntu.com wily/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily/universe Translation-en
Get:2 http://bd.archive.ubuntu.com wily-updates/main Sources [88.4 kB]
Get:3 http://bd.archive.ubuntu.com wily-updates/restricted Sources [3741 B]
Get:4 http://bd.archive.ubuntu.com wily-updates/universe Sources [28.4 kB]
Get:5 http://bd.archive.ubuntu.com wily-updates/multiverse Sources [3198 B]
Get:6 http://bd.archive.ubuntu.com wily-updates/main i386 Packages [241 kB]
Get:7 http://bd.archive.ubuntu.com wily-updates/restricted i386 Packages [13.4 kB]
Get:8 http://bd.archive.ubuntu.com wily-updates/universe i386 Packages [103 kB]
Get:9 http://bd.archive.ubuntu.com wily-updates/multiverse i386 Packages [6676 B]
Hit http://bd.archive.ubuntu.com wily-updates/main Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/universe Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/main Sources
Hit http://bd.archive.ubuntu.com wily-backports/restricted Sources
Hit http://bd.archive.ubuntu.com wily-backports/universe Sources
Hit http://bd.archive.ubuntu.com wily-backports/multiverse Sources
Hit http://bd.archive.ubuntu.com wily-backports/main i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/main Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/universe Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/main i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/main Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/universe Translation-en
Fetched 553 kB in 15s (34.7 kB/s)
Reading package lists... Done
root@ubuntu:/# cat /proc/version
Linux version 4.2.0-27-generic (buildd@lgw01-45) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:27 UTC 2016
root@ubuntu:/# apt-get -y install linux-generic-lts-wily
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-generic-lts-wily
root@ubuntu:/# apt-get -y install linux-generic-lts-xenial
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-generic-lts-xenial
root@ubuntu:/# apt-get -y install linux-generic-lts-vivid
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-generic-lts-vivid
root@ubuntu:/# apt-get -y install linux-image-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-image-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1536 not upgraded.
36 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up fontconfig (2.11.1-0ubuntu6) ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.
dpkg: error processing package fontconfig (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libqt5gui5:i386:
 libqt5gui5:i386 depends on fontconfig; however:
  Package fontconfig is not configured yet.

dpkg: error processing package libqt5gui5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5widgets5:i386:
 libqt5widgets5:i386 depends on libqt5gui5 (>= 5.4.1) | libqt5gui5-gles (>= 5.4.1); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

dpkg: error processing package libqt5widgets5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5svg5:i386:
 libqt5svg5:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is nNo apport report written because the error message indicates its a followup error from a previous failure.
                                                        No apport report written because the error message indicates its a followup error from a previous failure.
  No apport report written because MaxReports is reached already
                                                                No apport report written because MaxReports is reached already
                                              No apport report written because MaxReports is reached already
                            No apport report written because MaxReports is reached already
          No apport report written because MaxReports is reached already
                                                                        No apport report written because MaxReports is reached already
                                                      No apport report written because MaxReports is reached already
                                    No apport report written because MaxReports is reached already
                  No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
                                                              ot installed.
 libqt5svg5:i386 depends on libqt5widgets5 (>= 5.3.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5svg5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5opengl5:i386:
 libqt5opengl5:i386 depends on libqt5gui5 (>= 5.2.0); however:
  Package libqt5gui5:i386 is not configured yet.
 libqt5opengl5:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 libqt5opengl5:i386 depends on libqt5widgets5 (>= 5.3.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5opengl5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5printsupport5:i386:
 libqt5printsupport5:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); howeNo apport report written because MaxReports is reached already
                                                                           No apport report written because MaxReports is reached already
                                                         No apport report written because MaxReports is reached already
                                       No apport report written because MaxReports is reached already
                     No apport report written because MaxReports is reached already
   No apport report written because MaxReports is reached already
                                                                 No apport report written because MaxReports is reached already
                                               No apport report written because MaxReports is reached already
                             No apport report written because MaxReports is reached already
           No apport report written because MaxReports is reached already
                                                                         No apport report written because MaxReports is reached already
                                                       No apport report written because MaxReports is reached already
                                     ver:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 libqt5printsupport5:i386 depends on libqt5widgets5 (>= 5.3.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5printsupport5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5quick5:i386:
 libqt5quick5:i386 depends on libqt5gui5 (>= 5.2.0); however:
  Package libqt5gui5:i386 is not configured yet.
 libqt5quick5:i386 depends on libqt5gui5 (>= 5.4.1) | libqt5gui5-gles (>= 5.4.1); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

dpkg: error processing package libqt5quick5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5webkit5:i386:
 libqt5webkit5:i386 depends on libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0); however:
  Package libqt5gui5:i386 isNo apport report written because MaxReports is reached already
          No apport report written because MaxReports is reached already
                                                                        No apport report written because MaxReports is reached already
                                                      No apport report written because MaxReports is reached already
                                    No apport report written because MaxReports is reached already
                  No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
                                                               not configured yet.
  Package libqt5gui5-gles is not installed.
 libqt5webkit5:i386 depends on libqt5opengl5 (>= 5.0.2) | libqt5opengl5-gles (>= 5.0.2); however:
  Package libqt5opengl5:i386 is not configured yet.
  Package libqt5opengl5-gles is not installed.
 libqt5webkit5:i386 depends on libqt5printsupport5 (>= 5.0.2); however:
  Package libqt5printsupport5:i386 is not configured yet.
 libqt5webkit5:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.
 libqt5webkit5:i386 depends on libqt5widgets5 (>= 5.4.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package libqt5webkit5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtwebkit:i386:
 qml-module-qtwebkit:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.
 qml-module-qtwebkit:i386 depends on libqt5webkit5 (>= 5.0.2); however:
  Package libqt5webkit5:i386 is not configured yet.

dpkg: error processing package qml-module-qtwebkit:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick2:i386:
 qml-module-qtquick2:i386 depends on libqt5quick5 (>= 5.4.1) | libqt5quick5-gles (>= 5.4.1); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick2:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-qtquick2-plugin:i386:
 qtdeclarative5-qtquick2-plugin:i386 depends on qml-module-qtquick2; however:
  Package qml-module-qtquick2:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-qtquick2-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-window2:i386:
 qml-module-qtquick-window2:i386 depends on libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick-window2:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-window-plugin:i386:
 qtdeclarative5-window-plugin:i386 depends on qml-module-qtquick-window2; however:
  Package qml-module-qtquick-window2:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-window-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-layouts:i386:
 qml-module-qtquick-layouts:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 qml-module-qtquick-layouts:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick-layouts:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386:
 qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 depends on libqt5svg5; however:
  Package libqt5svg5:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 depends on qml-module-qtquick2 | qtdeclarative5-qtquick2-plugin; however:
  Package qml-module-qtquick2:i386 is not configured yet.
  Package qtdeclarative5-qtquick2-plugin:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 depends on qml-module-qtquick-window2 | qtdeclarative5-window-plugin; however:
  Package qml-module-qtquick-window2:i386 is not configured yet.
  Package qtdeclarative5-window-plugin:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 depends on qml-module-qtquick-layouts; however:
  Package qml-module-qtquick-layouts:i386 is not configured yet.
 qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); how
dpkg: error processing package qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5multimedia5:i386:
 libqt5multimedia5:i386 depends on libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

dpkg: error processing package libqt5multimedia5:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libqt5webkit5-qmlwebkitplugin:
 libqt5webkit5-qmlwebkitplugin depends on qml-module-qtwebkit; however:
  Package qml-module-qtwebkit:i386 is not configured yet.

dpkg: error processing package libqt5webkit5-qmlwebkitplugin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-core:
 libreoffice-core depends on fontconfig; however:
  Package fontconfig is not configured yet.

dpkg: error processing package libreoffice-core (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-base-core:
 libreoffice-base-core depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-base-core (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-calc:
 libreoffice-calc depends on libreoffice-base-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-base-core is not configured yet.
 libreoffice-calc depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-calc (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-draw:
 libreoffice-draw depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-draw (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-gtk:
 libreoffice-gtk depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-gtk (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-gnome:
 libreoffice-gnome depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.
 libreoffice-gnome depends on libreoffice-gtk; however:
  Package libreoffice-gtk is not configured yet.

dpkg: error processing package libreoffice-gnome (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-impress:
 libreoffice-impress depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.
 libreoffice-impress depends on libreoffice-draw (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-draw is not configured yet.

dpkg: error processing package libreoffice-impress (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-math:
 libreoffice-math depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-math (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-writer:
 libreoffice-writer depends on libreoffice-base-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-base-core is not configured yet.
 libreoffice-writer depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-writer (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-uno:
 python3-uno depends on libreoffice-core (= 1:5.0.6-0ubuntu1); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package python3-uno (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-privatewidgets:i386:
 qml-module-qtquick-privatewidgets:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 qml-module-qtquick-privatewidgets:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.
 qml-module-qtquick-privatewidgets:i386 depends on libqt5widgets5 (>= 5.2.0); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package qml-module-qtquick-privatewidgets:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qml-module-qtquick-dialogs:i386:
 qml-module-qtquick-dialogs:i386 depends on qml-module-qtquick-privatewidgets; however:
  Package qml-module-qtquick-privatewidgets:i386 is not configured yet.
 qml-module-qtquick-dialogs:i386 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 qml-module-qtquick-dialogs:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package qml-module-qtquick-dialogs:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-dialogs-plugin:i386:
 qtdeclarative5-dialogs-plugin:i386 depends on qml-module-qtquick-dialogs; however:
  Package qml-module-qtquick-dialogs:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-dialogs-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of qtdeclarative5-privatewidgets-plugin:i386:
 qtdeclarative5-privatewidgets-plugin:i386 depends on qml-module-qtquick-privatewidgets; however:
  Package qml-module-qtquick-privatewidgets:i386 is not configured yet.

dpkg: error processing package qtdeclarative5-privatewidgets-plugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of liboxideqtcore0:i386:
 liboxideqtcore0:i386 depends on libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.

dpkg: error processing package liboxideqtcore0:i386 (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                                              No apport report written because MaxReports is reached already
                                            No apport report written because MaxReports is reached already
                          No apport report written because MaxReports is reached already
        dpkg: dependency problems prevent configuration of liboxideqtquick0:i386:
 liboxideqtquick0:i386 depends on liboxideqtcore0 (= 1.15.8-0ubuntu0.15.10.1); however:
  Package liboxideqtcore0:i386 is not configured yet.
 liboxideqtquick0:i386 depends on libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 liboxideqtquick0:i386 depends on libqt5quick5 (>= 5.2.0) | libqt5quick5-gles (>= 5.2.0); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package liboxideqtquick0:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of liboxideqt-qmlplugin:i386:
 liboxideqt-qmlplugin:i386 depends on liboxideqtcore0 (= 1.15.8-0ubuntu0.15.10.1); however:
  Package liboxideqtcore0:i386 is not configured yet.
 liboxideqt-qmlplugin:i386 depends on liboxideqtquick0 (= 1.15.8-0ubuntu0.15.10.1); however:
  Package liboxideqtquick0:i386 is not configured yet.
 liboxideqt-qmlplugin:i386 depends on libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2); however:
  Package libqt5quick5:i386 is not configured yet.
  Package libqt5quick5-gles is not installed.

dpkg: error processing package liboxideqt-qmlplugin:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of unity-webapps-qml:
 unity-webapps-qml depends on liboxideqt-qmlplugin (>= 1.3.0) | qml-module-qtwebkit; however:
  Package liboxideqt-qmlplugin:i386 is not configured yet.
  Package qml-module-qtwebkit:i386 is not configured yet.
 unity-webapps-qml depends on qtdeclarative5-qtquick2-plugin; however:
  Package qtdeclarative5-qtquick2-plugin:i386 is not configured yet.
 unity-webapps-qml depends on qtdeclarative5-ubuntu-ui-toolkit-plugin | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles; however:
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin is not installed.
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 which provides qtdeclarative5-ubuntu-ui-toolkit-plugin is not configured yet.
  Package qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 is not configured yet.
 unity-webapps-qml depends on libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 unity-w
dpkg: error processing package unity-webapps-qml (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of appmenu-qt5:
 appmenu-qt5 depends on libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0); however:
  Package libqt5gui5:i386 is not configured yet.
  Package libqt5gui5-gles is not installed.
 appmenu-qt5 depends on libqt5widgets5 (>= 5.0.2); however:
  Package libqt5widgets5:i386 is not configured yet.

dpkg: error processing package appmenu-qt5 (--configure):
 dependency problems - leaving unconfigured
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Ok, no more error about /dev/pts bit still

Setting up fontconfig (2.11.1-0ubuntu6) ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.

What is the output of the command

sudo fc-cache -s -v -f

Revision history for this message
Dip (ratnadip983) said :
#23

Output your Given Command in Chroot mode:

root@ubuntu:/# sudo fc-cache -s -v -f
sudo: unable to resolve host ubuntu
/usr/share/fonts: caching, new cache contents: 0 fonts, 5 dirs
/usr/share/fonts/X11: caching, new cache contents: 0 fonts, 4 dirs
/usr/share/fonts/X11/Type1: caching, new cache contents: 9 fonts, 0 dirs
/usr/share/fonts/X11/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/X11/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/X11/misc: caching, new cache contents: 59 fonts, 0 dirs
/usr/share/fonts/X11/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap: caching, new cache contents: 0 fonts, 5 dirs
/usr/share/fonts/cmap/adobe-cns1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-gb1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-japan1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-japan2: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-korea1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/opentype: caching, new cache contents: 0 fonts, 2 dirs
/usr/share/fonts/opentype/stix: caching, new cache contents: 29 fonts, 0 dirs
/usr/share/fonts/opentype/stix-word: caching, new cache contents: 5 fonts, 0 dirs
/usr/share/fonts/truetype: caching, new cache contents: 1 fonts, 24 dirs
/usr/share/fonts/truetype/abyssinica: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/dejavu: caching, new cache contents: 21 fonts, 0 dirs
/usr/share/fonts/truetype/droid: caching, new cache contents: 18 fonts, 0 dirs
/usr/share/fonts/truetype/freefont: caching, new cache contents: 12 fonts, 0 dirs
/usr/share/fonts/truetype/horai-umefont: caching, new cache contents: 18 fonts, 0 dirs
/usr/share/fonts/truetype/kacst: caching, new cache contents: 15 fonts, 0 dirs
/usr/share/fonts/truetype/kacst-one: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/truetype/lao: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/liberation: caching, new cache contents: 16 fonts, 0 dirs
/usr/share/fonts/truetype/msttcorefonts: caching, new cache contents: 60 fonts, 0 dirs
/usr/share/fonts/truetype/nanum: caching, new cache contents: 6 fonts, 0 dirs
/usr/share/fonts/truetype/openoffice: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/padauk: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/truetype/sinhala: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/takao-gothic: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/tibetan-machine: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/tlwg: caching, new cache contents: 54 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-dejavu: caching, new cache contents: 15 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-indic-fonts-core: caching, new cache contents: 17 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-khmeros-core: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-punjabi-fonts: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/truetype/ubuntu-font-family: caching, new cache contents: 13 fonts, 0 dirs
/usr/share/fonts/truetype/unfonts-core: caching, new cache contents: 12 fonts, 0 dirs
/usr/share/fonts/truetype/wqy: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/type1: caching, new cache contents: 0 fonts, 2 dirs
/usr/share/fonts/type1/gsfonts: caching, new cache contents: 35 fonts, 0 dirs
/usr/share/fonts/type1/mathml: caching, new cache contents: 1 fonts, 0 dirs
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 0 dirs
/.local/share/fonts: skipping, no such directory
Re-scanning /usr/share/fonts: fc-cache: symbol lookup error: fc-cache: undefined symbol: FcDirCacheRescan

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

Ok, apparently a problem with the fontconfig packages.

what is the output of the commands

dpkg -l | grep fontconfig
apt-cache policy fontconfig fontconfig-config libfontconfig1

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

Searching further brings up Bug #1540591
You are running into this problem, because your system was not fully updated when it was on Ubuntu 14.04

Try
sudo apt-get install --reinstall fontconfig fontconfig-config libfontconfig1

and report the results

Revision history for this message
Dip (ratnadip983) said :
#26

Output in Chroot mode:

root@ubuntu:/# dpkg -l | grep fontconfig
iF fontconfig 2.11.1-0ubuntu6 i386 generic font configuration library - support binaries
ii fontconfig-config 2.11.0-0ubuntu4.1 all generic font configuration library - configuration
ii libfontconfig1:i386 2.11.0-0ubuntu4.1 i386 generic font configuration library - runtime

root@ubuntu:/# apt-cache policy fontconfig fontconfig-config libfontconfig1
fontconfig:
  Installed: 2.11.1-0ubuntu6
  Candidate: 2.11.1-0ubuntu6
  Version table:
 *** 2.11.1-0ubuntu6 0
        500 http://bd.archive.ubuntu.com/ubuntu/ wily/main i386 Packages
        100 /var/lib/dpkg/status
fontconfig-config:
  Installed: 2.11.0-0ubuntu4.1
  Candidate: 2.11.1-0ubuntu6
  Version table:
     2.11.1-0ubuntu6 0
        500 http://bd.archive.ubuntu.com/ubuntu/ wily/main i386 Packages
 *** 2.11.0-0ubuntu4.1 0
        100 /var/lib/dpkg/status
libfontconfig1:
  Installed: 2.11.0-0ubuntu4.1
  Candidate: 2.11.1-0ubuntu6
  Version table:
     2.11.1-0ubuntu6 0
        500 http://bd.archive.ubuntu.com/ubuntu/ wily/main i386 Packages
 *** 2.11.0-0ubuntu4.1 0
        100 /var/lib/dpkg/status

root@ubuntu:/# sudo apt-get install --reinstall fontconfig fontconfig-config libfontconfig1
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  fontconfig-config libfontconfig1
2 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1534 not upgraded.
36 not fully installed or removed.
Need to get 0 B/183 kB of archives.
After this operation, 31.7 kB of additional disk space will be used.
E: Internal Error, No file name for fontconfig:i386

-------------------------------Nothing happened with these commands-----------------------------------------------

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

In the chroot environment download the file
http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig_2.11.0-0ubuntu4_i386.deb
to a suitable directory and issue the command
sudo dpkg -i --force-downgrade /name/of/directory/fontconfig_2.11.0-0ubuntu4_i386.deb

Then retry
sudo apt-get install --reinstall fontconfig fontconfig-config libfontconfig1
and report the results

Revision history for this message
Dip (ratnadip983) said :
#28

How to download file in chroot mode and put the into any directory. So, I can not locate file in command.

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

Try

wget http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig_2.11.0-0ubuntu4_i386.deb
sudo dpkg -i --force-downgrade fontconfig_2.11.0-0ubuntu4_i386.deb

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

or download the file in the live system and put it into a directory that you can access in the chroot environment

Revision history for this message
Dip (ratnadip983) said :
#31

After applying your command :

root@ubuntu:~/Desktop# sudo dpkg -i --force-downgrade fontconfig_2.11.0-0ubuntu4_i386.deb
sudo: unable to resolve host ubuntu
dpkg: warning: downgrading fontconfig from 2.11.1-0ubuntu6 to 2.11.0-0ubuntu4
(Reading database ... 275760 files and directories currently installed.)
Preparing to unpack fontconfig_2.11.0-0ubuntu4_i386.deb ...
Unpacking fontconfig (2.11.0-0ubuntu4) over (2.11.1-0ubuntu6) ...
dpkg: dependency problems prevent configuration of fontconfig:
 dpkg (1.18.2ubuntu5.1) breaks fontconfig (<< 2.11.1-0ubuntu5~) and is installed.
  Version of fontconfig to be configured is 2.11.0-0ubuntu4.

dpkg: error processing package fontconfig (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for doc-base (0.10.5) ...
Possible precedence issue with control flow operator at /usr/share/perl5/Debian/DocBase/DB.pm line 101.
Processing 1 changed doc-base file...
Errors were encountered while processing:
 fontconfig

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

Ok, it seems that downgrading did not work, then let's try the other way round.

Download

http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig_2.11.1-0ubuntu6_i386.deb
http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.11.1-0ubuntu6_all.deb
http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.11.1-0ubuntu6_i386.deb

and install them with the command

sudo dpkg -i libfontconfig1_2.11.1-0ubuntu6_i386.deb fontconfig_2.11.1-0ubuntu6_i386.deb fontconfig-config_2.11.1-0ubuntu6_all.deb

Revision history for this message
Dip (ratnadip983) said :
#33

I have run your suggested commands, Here the output:

root@ubuntu:/# wget http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig_2.11.1-0ubuntu6_i386.deb
--2016-08-02 18:17:30-- http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig_2.11.1-0ubuntu6_i386.deb
Resolving bd.archive.ubuntu.com (bd.archive.ubuntu.com)... 91.189.88.152, 91.189.88.162, 91.189.88.149, ...
Connecting to bd.archive.ubuntu.com (bd.archive.ubuntu.com)|91.189.88.152|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 175724 (172K) [application/x-debian-package]
Saving to: 'fontconfig_2.11.1-0ubuntu6_i386.deb'

100%[======================================>] 175,724 76.4KB/s in 2.2s

2016-08-02 18:17:33 (76.4 KB/s) - 'fontconfig_2.11.1-0ubuntu6_i386.deb' saved [175724/175724]

root@ubuntu:/# wget http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.11.1-0ubuntu6_all.deb
--2016-08-02 18:17:50-- http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.11.1-0ubuntu6_all.deb
Resolving bd.archive.ubuntu.com (bd.archive.ubuntu.com)... 91.189.88.162, 91.189.88.149, 91.189.88.161, ...
Connecting to bd.archive.ubuntu.com (bd.archive.ubuntu.com)|91.189.88.162|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48712 (48K) [application/x-debian-package]
Saving to: 'fontconfig-config_2.11.1-0ubuntu6_all.deb'

100%[======================================>] 48,712 51.8KB/s in 0.9s

2016-08-02 18:17:51 (51.8 KB/s) - 'fontconfig-config_2.11.1-0ubuntu6_all.deb' saved [48712/48712]

root@ubuntu:/# wget http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.11.1-0ubuntu6_i386.deb
--2016-08-02 18:18:10-- http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.11.1-0ubuntu6_i386.deb
Resolving bd.archive.ubuntu.com (bd.archive.ubuntu.com)... 91.189.88.149, 91.189.88.161, 91.189.88.152, ...
Connecting to bd.archive.ubuntu.com (bd.archive.ubuntu.com)|91.189.88.149|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 134750 (132K) [application/x-debian-package]
Saving to: 'libfontconfig1_2.11.1-0ubuntu6_i386.deb'

100%[======================================>] 134,750 74.9KB/s in 1.8s

2016-08-02 18:18:13 (74.9 KB/s) - 'libfontconfig1_2.11.1-0ubuntu6_i386.deb' saved [134750/134750]

root@ubuntu:/# sudo dpkg -i libfontconfig1_2.11.1-0ubuntu6_i386.deb fontconfig_2.11.1-0ubuntu6_i386.deb fontconfig-config_2.11.1-0ubuntu6_all.deb
sudo: unable to resolve host ubuntu
(Reading database ... 275760 files and directories currently installed.)
Preparing to unpack libfontconfig1_2.11.1-0ubuntu6_i386.deb ...
Unpacking libfontconfig1:i386 (2.11.1-0ubuntu6) over (2.11.0-0ubuntu4.1) ...
Preparing to unpack fontconfig_2.11.1-0ubuntu6_i386.deb ...
Unpacking fontconfig (2.11.1-0ubuntu6) over (2.11.0-0ubuntu4) ...
Preparing to unpack fontconfig-config_2.11.1-0ubuntu6_all.deb ...
Unpacking fontconfig-config (2.11.1-0ubuntu6) over (2.11.0-0ubuntu4.1) ...
Setting up fontconfig-config (2.11.1-0ubuntu6) ...
Installing new version of config file /etc/fonts/conf.avail/10-no-sub-pixel.conf ...
Installing new version of config file /etc/fonts/conf.avail/30-metric-aliases.conf ...
Setting up libfontconfig1:i386 (2.11.1-0ubuntu6) ...
Setting up fontconfig (2.11.1-0ubuntu6) ...
Regenerating fonts cache... done.
Processing triggers for doc-base (0.10.5) ...
Possible precedence issue with control flow operator at /usr/share/perl5/Debian/DocBase/DB.pm line 101.
Processing 1 changed doc-base file...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.9) …
root@ubuntu:/#

And then I tried apt-get update and apt-get -y install linux-image-generic

output is here:

root@ubuntu:/# apt-get -y install linux-image-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-image-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1534 not upgraded.
35 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up libqt5gui5:i386 (5.4.2+dfsg-2ubuntu9) ...
Setting up libqt5widgets5:i386 (5.4.2+dfsg-2ubuntu9) ...
Setting up libqt5svg5:i386 (5.4.2-2build1) ...
Setting up libqt5opengl5:i386 (5.4.2+dfsg-2ubuntu9) ...
Setting up libqt5printsupport5:i386 (5.4.2+dfsg-2ubuntu9) ...
Setting up libqt5quick5:i386 (5.4.2-1ubuntu6) ...
Setting up libqt5webkit5:i386 (5.4.2+dfsg-1ubuntu2.1) ...
Setting up qml-module-qtwebkit:i386 (5.4.2+dfsg-1ubuntu2.1) ...
Setting up qml-module-qtquick2:i386 (5.4.2-1ubuntu6) ...
Setting up qtdeclarative5-qtquick2-plugin:i386 (5.4.2-1ubuntu6) ...
Setting up qml-module-qtquick-window2:i386 (5.4.2-1ubuntu6) ...
Setting up qtdeclarative5-window-plugin:i386 (5.4.2-1ubuntu6) ...
Setting up qml-module-qtquick-layouts:i386 (5.4.2-1ubuntu2) ...
Setting up qtdeclarative5-ubuntu-ui-toolkit-plugin-gles:i386 (1.3.1627+15.10.20150908-0ubuntu2) ...
Setting up libqt5multimedia5:i386 (5.4.2-1ubuntu2) ...
Setting up libqt5webkit5-qmlwebkitplugin (5.4.2+dfsg-1ubuntu2.1) ...
Setting up libreoffice-core (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-base-core (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-calc (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-draw (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-gtk (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-gnome (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-impress (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-math (1:5.0.6-0ubuntu1) ...
Setting up libreoffice-writer (1:5.0.6-0ubuntu1) ...
Setting up python3-uno (1:5.0.6-0ubuntu1) ...
Setting up qml-module-qtquick-privatewidgets:i386 (5.4.2-1ubuntu2) ...
Setting up qml-module-qtquick-dialogs:i386 (5.4.2-1ubuntu2) ...
Setting up qtdeclarative5-dialogs-plugin:i386 (5.4.2-1ubuntu2) ...
Setting up qtdeclarative5-privatewidgets-plugin:i386 (5.4.2-1ubuntu2) ...
Setting up liboxideqtcore0:i386 (1.15.8-0ubuntu0.15.10.1) ...
Setting up liboxideqtquick0:i386 (1.15.8-0ubuntu0.15.10.1) ...
Setting up liboxideqt-qmlplugin:i386 (1.15.8-0ubuntu0.15.10.1) ...
Setting up unity-webapps-qml (0.1+15.04.20150422-0ubuntu2~gcc5.1) ...
Setting up appmenu-qt5 (0.3.0+15.10.20150903-0ubuntu1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
root@ubuntu:/#

But, Nothing solved. Booting is same as earlier stage...........

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

Ok, first target achieved. The package management system is back in a consistent state.

Now run

lsb_release -crid
dpkg -l | grep ' linux-i'
sudo apt-get update
sudo apt-get dist-upgrade

and copy/paste all output.

Revision history for this message
Dip (ratnadip983) said :
#35

root@ubuntu:/# lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty

root@ubuntu:/# dpkg -l | grep ' linux-i'
rc linux-image-3.13.0-32-generic 3.13.0-32.57 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-3.13.0-88-generic 3.13.0-88.135 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-3.13.0-89-generic 3.13.0-89.136 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-3.13.0-92-generic 3.13.0-92.139 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-4.2.0-42-generic 4.2.0-42.49 i386 Linux kernel image for version 4.2.0 on 32 bit x86 SMP
rc linux-image-extra-3.13.0-32-generic 3.13.0-32.57 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-3.13.0-88-generic 3.13.0-88.135 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-3.13.0-89-generic 3.13.0-89.136 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-3.13.0-92-generic 3.13.0-92.139 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-4.2.0-42-generic 4.2.0-42.49 i386 Linux kernel extra modules for version 4.2.0 on 32 bit x86 SMP
ii linux-image-generic 4.2.0.42.45 i386 Generic Linux kernel image

root@ubuntu:/# sudo apt-get update
sudo: unable to resolve host ubuntu
Hit http://bd.archive.ubuntu.com wily InRelease
Hit http://security.ubuntu.com wily-security InRelease
Hit http://bd.archive.ubuntu.com wily-updates InRelease
Hit http://bd.archive.ubuntu.com wily-backports InRelease
Hit http://security.ubuntu.com wily-security/main Sources
Hit http://bd.archive.ubuntu.com wily-proposed InRelease
Hit http://security.ubuntu.com wily-security/restricted Sources
Hit http://bd.archive.ubuntu.com wily/main Sources
Hit http://security.ubuntu.com wily-security/universe Sources
Hit http://bd.archive.ubuntu.com wily/restricted Sources
Hit http://bd.archive.ubuntu.com wily/universe Sources
Hit http://security.ubuntu.com wily-security/multiverse Sources
Hit http://bd.archive.ubuntu.com wily/multiverse Sources
Hit http://security.ubuntu.com wily-security/main i386 Packages
Hit http://bd.archive.ubuntu.com wily/main i386 Packages
Hit http://bd.archive.ubuntu.com wily/restricted i386 Packages
Hit http://security.ubuntu.com wily-security/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily/universe i386 Packages
Hit http://security.ubuntu.com wily-security/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily/multiverse i386 Packages
Hit http://security.ubuntu.com wily-security/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily/main Translation-en
Hit http://bd.archive.ubuntu.com wily/multiverse Translation-en
Hit http://security.ubuntu.com wily-security/main Translation-en
Hit http://bd.archive.ubuntu.com wily/restricted Translation-en
Hit http://security.ubuntu.com wily-security/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily/universe Translation-en
Hit http://security.ubuntu.com wily-security/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/main Sources
Hit http://bd.archive.ubuntu.com wily-updates/restricted Sources
Hit http://security.ubuntu.com wily-security/universe Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/universe Sources
Hit http://bd.archive.ubuntu.com wily-updates/multiverse Sources
Hit http://bd.archive.ubuntu.com wily-updates/main i386 Packages
Hit http://bd.archive.ubuntu.com wily-updates/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily-updates/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily-updates/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily-updates/main Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily-updates/universe Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/main Sources
Hit http://bd.archive.ubuntu.com wily-backports/restricted Sources
Hit http://bd.archive.ubuntu.com wily-backports/universe Sources
Hit http://bd.archive.ubuntu.com wily-backports/multiverse Sources
Hit http://bd.archive.ubuntu.com wily-backports/main i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily-backports/main Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily-backports/universe Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/main i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/multiverse i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/universe i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/restricted i386 Packages
Hit http://bd.archive.ubuntu.com wily-proposed/main Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/multiverse Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/restricted Translation-en
Hit http://bd.archive.ubuntu.com wily-proposed/universe Translation-en
Reading package lists... Done
root@ubuntu:/#

sudo apt-get dist-upgrade is running.

Revision history for this message
Dip (ratnadip983) said :
#36

Upgrade Failed:

root@ubuntu:/# sudo apt-get dist-upgrade
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
  g++-4.8 libatkmm-1.6-1v5 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
Done
The following packages will be REMOVED:
  account-plugin-windows-live bluez-alsa gnome-system-monitor grub-customizer
  libasprintf0c2 libatkmm-1.6-1 libcairomm-1.0-1 libcogl-pango15 libcogl15
  libcolumbus1 libconfig++9 libebml4 libecal-1.2-16 libedata-cal-1.2-23
  libfarstream-0.2-2 libfreerdp1 libglibmm-2.4-1c2a libgtkmm-2.4-1c2a
  libgtkmm-3.0-1 libical1 libmatroska6 libmetacity-private0a libmozjs-24-0
  libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4
  libopencv-features2d2.4 libopencv-flann2.4 libopencv-highgui2.4
  libopencv-imgproc2.4 libopencv-legacy2.4 libopencv-ml2.4
  libopencv-objdetect2.4 libopencv-video2.4 libpangomm-1.4-1 libproxy1
  libpyzy-1.0-0 libqpdf13 libsidplay1 libsidplay2 libsigc++-2.0-0c2a
  libtag1-vanilla libtag1c2a libvlccore7 libvncserver0 libwxbase3.0-0
  libxapian22 libxml++2.6-2 nautilus-sendto-empathy obexd-client
  overlay-scrollbar-gtk3 python-cupshelpers systemd-services totem-mozilla
  xserver-xorg-video-glamoregl xserver-xorg-video-modesetting
  xserver-xorg-video-sis
The following NEW packages will be installed:
  adwaita-icon-theme bluez-obexd cgmanager cinnamon-desktop-data cinnamon-l10n
  colord-data cpp-5 dns-root-data emacsen-common fonts-tlwg-laksaman g++-5
  gcc-5 gdbserver gir1.2-json-1.0 gir1.2-vte-2.91 gnuplot-data gnuplot-tex
  grilo-plugins-0.2-base gstreamer1.0-plugins-ugly-amr i965-va-driver
  imagemagick-6.q16 init ippusbxd jayatana libasan2 libasprintf0v5 libass5
  libavahi-ui-gtk3-0 libavcodec-ffmpeg56 libavfilter-ffmpeg5
  libavformat-ffmpeg56 libavresample-ffmpeg2 libavutil-ffmpeg54
  libbabeltrace-ctf1 libbabeltrace1 libbdplus0 libboost-filesystem1.58.0
  libbs2b0 libcamel-1.2-52 libcc1-0 libchamplain-0.12-0 libcilkrts5
  libcinnamon-desktop4 libclutter-gst-3.0-0 libcogl-pango20 libcogl-path20
  libcogl20 libcolord2 libcolorhug2 libcolumbus1v5 libconfig++9v5
  libcryptsetup4 libde265-0 libdns-export100 libdrm-amdgpu1 libdvbpsi10
  libebackend-1.2-10 libebml4v5 libebook-1.2-16 libebook-contacts-1.2-1
  libecal-1.2-18 libedata-book-1.2-25 libedata-cal-1.2-27
  libedataserver-1.2-20 libedataserverui-1.2-1 libefivar0 libepoxy0 libevdev2
  libexiv2-14 libfarstream-0.2-5 libfcitx-config4 libfcitx-gclient0
  libfcitx-utils0 libfdisk1 libfreerdp-cache1.1 libfreerdp-client1.1
  libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1
  libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgdata22
  libgeocode-glib0 libgles1-mesa libglibmm-2.4-1v5 libgnome-bluetooth13
  libgnome-desktop-3-10 libgom-1.0-0 libgom-1.0-common libgphoto2-port12
  libgrilo-0.2-1 libgtkspell3-3-0 libgtop2-10 libhunspell-1.3-0v5 libical1a
  libilmbase12 libinput10 libirs-export91 libisc-export95 libisccfg-export90
  libisl13 liblcms2-utils libllvm3.6v5 liblog-message-perl
  libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra libmagickwand-6.q16-2
  libmatroska6v5 libmbim-glib4 libmbim-proxy libmediaart-2.0-0
  libmetacity-private3 libminiupnpc10 libmirclient9 libmircommon5
  libmirprotobuf3 libmng2 libmozjs-24-0v5 libmpx0 libmspack0 libndp0
  libnet-dbus-perl libnm0 libopencv-calib3d2.4v5 libopencv-contrib2.4v5
  libopencv-core2.4v5 libopencv-features2d2.4v5 libopencv-flann2.4v5
  libopencv-highgui2.4v5 libopencv-imgproc2.4v5 libopencv-legacy2.4v5
  libopencv-ml2.4v5 libopencv-objdetect2.4v5 libopencv-video2.4v5 libopenexr22
  libopenjpeg5 libpanel-applet0 libparted2 libpgm-5.1-0 libplist3 libplymouth4
  libpoppler52 libpostproc-ffmpeg53 libprotobuf-lite9v5 libprotobuf9v5
  libproxy1v5 libpython3.5-minimal libpython3.5-stdlib libpyzy-1.0-0v5
  libqmi-glib1 libqmi-proxy libqpdf13v5 libqqwing2v5 libqt5x11extras5
  libquvi-scripts libquvi7 libraw10 librhythmbox-core9 librtmp1 libseccomp2
  libshine3 libsidplay1v5 libsidplay2v5 libsigc++-2.0-0v5 libsmartcols1
  libsodium13 libsoxr0 libssh-gcrypt-4 libstdc++-5-dev libswresample-ffmpeg1
  libswscale-ffmpeg3 libtag1v5 libtag1v5-vanilla libtie-ixhash-perl
  libtimezonemap-data libtotem-plparser-common libtracker-sparql-1.0-0
  libubsan0 libunity-settings-daemon1 libunwind8 libupower-glib3 libva-drm1
  libvdpau1 libvlccore8 libvncclient1 libvpx2 libvte-2.91-0 libvte-2.91-common
  libwacom-bin libwebrtc-audio-processing-0 libwinpr-crt0.1
  libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1
  libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1
  libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1
  libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1
  libwxbase3.0-0v5 libwxgtk3.0-0v5 libx11-protocol-perl libx264-146 libx265-59
  libxapian22v5 libxcb-util1 libxml++2.6-2v5 libxml-parser-perl
  libxml-twig-perl libxml-xpathengine-perl libzmq3 pinentry-gnome3
  python-blinker python-bs4 python-cffi python-cffi-backend
  python-characteristic python-cryptography python-enum34 python-html5lib
  python-idna python-ipaddress python-jwt python-ndg-httpsclient python-ply
  python-pyasn1-modules python-pycparser python-service-identity
  python3-blinker python3-bs4 python3-cffi python3-cffi-backend
  python3-cryptography python3-cups python3-cupshelpers python3-html5lib
  python3-idna python3-jinja2 python3-jwt python3-pexpect python3-pil
  python3-ply python3-pyasn1 python3-pycparser python3-renderpm
  python3-reportlab python3-reportlab-accel python3-smbc python3-xlsxwriter
  python3.5 python3.5-minimal qml-module-qtfeedback
  qml-module-qtgraphicaleffects qml-module-ubuntu-onlineaccounts
  qtdeclarative5-ubuntu-web-plugin signon-ui-service signon-ui-x11 systemd
  systemd-sysv ubuntu-touch-sounds ubuntu-wallpapers-wily unity-schemas
  update-motd va-driver-all vdpau-va-driver vlc-plugin-samba xbrlapi
The following packages will be upgraded:
  account-plugin-facebook account-plugin-flickr account-plugin-google
  account-plugin-jabber account-plugin-salut account-plugin-twitter
  accountsservice acl acpid activity-log-manager
  activity-log-manager-control-center adduser aisleriot alsa-base alsa-utils
  anacron app-install-data apparmor appmenu-qt apport apport-gtk
  apt-transport-https apt-utils apt-xapian-index aptdaemon aptdaemon-data
  apturl apturl-common aspell aspell-en at-spi2-core autoconf automake
  autotools-dev avahi-autoipd avahi-daemon avahi-utils bamfdaemon banshee
  banshee-extension-soundmenu baobab base-files base-passwd bash
  bash-completion bc bind9-host binfmt-support binutils bluez bluez-cups
  brasero brasero-cdrkit brasero-common brltty bsdmainutils bsdutils
  build-essential busybox-initramfs busybox-static bzip2 ca-certificates
  ca-certificates-java cabextract checkbox-ng checkbox-ng-service cheese
  cheese-common classicmenu-indicator codeblocks codeblocks-common
  codeblocks-contrib colord command-not-found command-not-found-data compiz
  compiz-core compiz-gnome compiz-plugins-default coreutils cpio cpp cpp-4.8
  cracklib-runtime crda cron cups-browsed cups-filters
  cups-filters-core-drivers cups-ppdc dash dbus-x11 dc dconf-cli
  dconf-gsettings-backend dconf-service debconf debconf-i18n debianutils
  deja-dup deja-dup-backend-gvfs desktop-file-utils dh-python dialog
  dictionaries-common diffstat dmidecode dmsetup dnsmasq-base dnsutils
  doc-base dosfstools dpkg-dev duplicity dvd+rw-tools e2fslibs e2fsprogs ed
  efibootmgr empathy empathy-common enchant eog espeak-data ethtool evince
  evince-common evolution-data-server evolution-data-server-common
  evolution-data-server-online-accounts fakeroot file file-roller findutils
  firefox firefox-locale-en folks-common fonts-dejavu-core fonts-dejavu-extra
  fonts-droid fonts-horai-umefont fonts-liberation fonts-nanum
  fonts-opensymbol fonts-sil-abyssinica fonts-takao-pgothic fonts-thai-tlwg
  fonts-tlwg-garuda fonts-tlwg-kinnari fonts-tlwg-loma fonts-tlwg-mono
  fonts-tlwg-norasi fonts-tlwg-purisa fonts-tlwg-sawasdee
  fonts-tlwg-typewriter fonts-tlwg-typist fonts-tlwg-typo fonts-tlwg-umpush
  fonts-tlwg-waree foomatic-db-compressed-ppds friendly-recovery ftp fuse g++
  g++-4.8 gamin gawk gcc gcc-4.8 gcc-4.8-base gcc-4.9-base gconf-service
  gconf-service-backend gconf2 gconf2-common gcr gdb gdisk geany geany-common
  geany-plugin-addons geany-plugin-codenav geany-plugin-commander
  geany-plugin-debugger geany-plugin-devhelp geany-plugin-doc
  geany-plugin-extrasel geany-plugin-gendoc geany-plugins-common gedit
  gedit-common genisoimage geoclue geoip-database gettext gettext-base
  ghostscript ghostscript-x gir1.2-accounts-1.0 gir1.2-appindicator3-0.1
  gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-dbusmenu-glib-0.4 gir1.2-dee-1.0
  gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2 gir1.2-edataserver-1.2
  gir1.2-freedesktop gir1.2-gdata-0.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0
  gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0
  gir1.2-goa-1.0 gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0
  gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-gudev-1.0
  gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-3.0 gir1.2-keybinder-3.0
  gir1.2-messagingmenu-1.0 gir1.2-networkmanager-1.0 gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-rb-3.0
  gir1.2-secret-1 gir1.2-signon-1.0 gir1.2-soup-2.4 gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0 gir1.2-udisks-2.0 gir1.2-unity-5.0 gir1.2-vte-2.90
  gir1.2-webkit-3.0 gir1.2-wnck-3.0 gjs gkbd-capplet gksu glib-networking
  glib-networking-common glib-networking-services gnome-accessibility-themes
  gnome-bluetooth gnome-calculator gnome-contacts
  gnome-control-center-shared-data gnome-desktop3-data gnome-disk-utility
  gnome-exe-thumbnailer gnome-font-viewer gnome-icon-theme
  gnome-icon-theme-symbolic gnome-keyring gnome-mahjongg gnome-menus
  gnome-mines gnome-orca gnome-power-manager gnome-screensaver
  gnome-screenshot gnome-session-bin gnome-session-canberra
  gnome-session-common gnome-settings-daemon-schemas gnome-sudoku
  gnome-system-log gnome-terminal gnome-terminal-data gnome-user-guide
  gnome-user-share gnomine gnupg gnuplot gnuplot-nox gpgv grep groff
  groff-base growisofs grub-common grub-gfxpayload-lists grub-pc grub-pc-bin
  grub2-common gsettings-desktop-schemas gsettings-ubuntu-schemas
  gstreamer0.10-alsa gstreamer0.10-nice gstreamer0.10-plugins-base
  gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good
  gstreamer0.10-pulseaudio gstreamer0.10-tools gstreamer0.10-x
  gstreamer1.0-alsa gstreamer1.0-clutter gstreamer1.0-fluendo-mp3
  gstreamer1.0-libav gstreamer1.0-nice gstreamer1.0-plugins-bad
  gstreamer1.0-plugins-bad-faad gstreamer1.0-plugins-bad-videoparsers
  gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps
  gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio
  gstreamer1.0-tools gstreamer1.0-x gucharmap guile-2.0-libs gvfs
  gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs gzip
  hardening-includes hicolor-icon-theme hostname hplip hplip-data httrack
  httrack-doc hud humanity-icon-theme hunspell-en-us hwdata ibus ibus-gtk
  ibus-gtk3 ibus-pinyin ibus-table icedtea-6-jre-cacao icedtea-6-jre-jamvm
  icedtea-netx icedtea-netx-common ifupdown im-config imagemagick
  imagemagick-common indicator-applet-complete indicator-application
  indicator-appmenu indicator-bluetooth indicator-datetime indicator-keyboard
  indicator-messages indicator-power indicator-printers indicator-session
  indicator-sound info initscripts inputattach insserv install-info
  intel-gpu-tools intltool-debian iproute iproute2 iptables iputils-arping
  iputils-ping iputils-tracepath irqbalance isc-dhcp-client isc-dhcp-common
  iso-codes iw jackd2 jackd2-firewire java-common kazam kbd kmod krb5-locales
  lame landscape-client-ui-install language-pack-en language-pack-en-base
  language-pack-gnome-en language-pack-gnome-en-base language-selector-common
  language-selector-gnome less liba52-0.7.4 libaa1 libaacs0
  libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth
  libaccount-plugin-google libaccounts-glib0 libaccounts-qt5-1
  libaccountsservice0 libacl1 libalgorithm-diff-perl libandroid-properties1
  libappindicator1 libappindicator3-1 libarchive-extract-perl
  libarchive-zip-perl libarchive13 libasan0 libasn1-8-heimdal libasound2
  libasound2-data libasound2-plugins libaspell15 libasprintf-dev libassuan0
  libasyncns0 libatk-adaptor libatk-bridge2.0-0 libatk-wrapper-java
  libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0
  libattr1 libaudio2 libaudiofile1 libaudit-common libaudit1
  libauthen-sasl-perl libautodie-perl libavahi-client3 libavahi-common-data
  libavahi-common3 libavahi-core7 libavahi-glib1 libavahi-gobject0 libbamf3-2
  libbind9-90 libblkid1 libbluetooth3 libbluray1 libbrasero-media3-1
  libbrlapi0.6 libbsd0 libburn4 libbz2-1.0 libc-bin libc-dev-bin libc6
  libc6-dbg libc6-dev libcaca0 libcairo-gobject2 libcanberra-gtk-module
  libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module
  libcanberra-pulse libcanberra0 libcap-ng0 libcap2 libcap2-bin libcapi20-3
  libcddb2 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcheese-gtk23
  libcheese7 libchromaprint0 libcloog-isl4 libclutter-1.0-0
  libclutter-1.0-common libclutter-gst-2.0-0 libclutter-gtk-1.0-0
  libcodeblocks0 libcogl-common libcolumbus1-common libcomerr2
  libcompizconfig0 libcrack2 libcroco3 libcrystalhd3 libcupsfilters1 libcurl3
  libcurl3-gnutls libdaemon0 libdatrie1 libdb5.3 libdbus-glib-1-2
  libdbus2.0-cil libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4
  libdbusmenu-qt2 libdbusmenu-qt5 libdc1394-22 libdca0 libdconf1
  libdebconfclient0 libdebian-installer4 libdecoration0 libdee-1.0-4
  libdevmapper-event1.02.1 libdevmapper1.02.1 libdirectfb-1.2-9
  libdjvulibre-text libdjvulibre21 libdmapsharing-3.0-2 libdns100 libdotconf0
  libdpkg-perl libdvdnav4 libdvdread4 libedit2 libegl1-mesa
  libegl1-mesa-drivers libelf1 libemail-valid-perl libenca0 libenchant1c2a
  libespeak1 libestr0 libevdocument3-4 libevent-2.0-5 libevview3-3 libexempi3
  libexif12 libexpat1 libexttextcat-2.0-0 libexttextcat-data libfaac0 libfaad2
  libfakeroot libfarstream-0.1-0 libffado2 libffi6 libfftw3-double3
  libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl
  libfile-mimeinfo-perl libflac8 libflite1 libfluidsynth1 libfolks-eds25
  libfolks-telepathy25 libfolks25 libfontembed1 libfontenc1
  libfreerdp-plugins-standard libfreetype6 libfribidi0 libfs6 libfuse2
  libgail-3-0 libgail-common libgail18 libgamin0 libgbm1 libgc1c2
  libgcc-4.8-dev libgcc1 libgck-1-0 libgconf-2-4 libgcr-3-common
  libgcr-base-3-1 libgcr-ui-3-1 libgd3 libgdata-common libgdbm3 libgdiplus
  libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgee-0.8-2 libgee2 libgeis1
  libgeoclue0 libgeoip1 libgettextpo-dev libgettextpo0 libgexiv2-2
  libgirepository-1.0-1 libgjs0e libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx
  libglapi-mesa libgles2-mesa libglib2.0-cil libglib2.0-data libgme0
  libgmime-2.6-0 libgnome-keyring-common libgnome-keyring0 libgnome-menu-3-0
  libgnomekbd-common libgnomekbd8 libgnutls-openssl27 libgoa-1.0-0b
  libgoa-1.0-common libgomp1 libgpgme11 libgphoto2-6 libgphoto2-l10n
  libgpod-common libgpod4 libgraphite2-3 libgrip0 libgs9 libgs9-common
  libgsettings-qt1 libgssapi-krb5-2 libgssapi3-heimdal libgssdp-1.0-3
  libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base0.10-0
  libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0
  libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0
  libgtk2.0-bin libgtk2.0-cil libgtk2.0-common libgtkglext1
  libgtksourceview-3.0-1 libgtksourceview-3.0-common libgtop2-common
  libgucharmap-2-90-7 libgudev-1.0-0 libgupnp-1.0-4 libgupnp-igd-1.0-4
  libgusb2 libgutenprint2 libgweather-3-6 libgweather-common libgxps2
  libharfbuzz-icu0 libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhpmud0 libhtml-format-perl libhtml-tree-perl
  libhttp-cookies-perl libhttrack2 libhud2 libhx509-5-heimdal libhyphen0
  libibus-1.0-5 libice-dev libice6 libido3-0.1-0 libiec61883-0 libijs-0.35
  libimobiledevice4 libindicator3-7 libindicator7 libio-html-perl
  libio-socket-inet6-perl libio-socket-ssl-perl libipc-run-perl libisc95
  libisccc90 libisccfg90 libiso9660-8 libisofs6 libitm1 libjack-jackd2-0
  libjasper1 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libjbig0
  libjbig2dec0 libjs-jquery libjson-c2 libjson-glib-1.0-0
  libjson-glib-1.0-common libjson0 libjte1 libk5crypto3 libkate1
  libkeybinder-3.0-0 libkeyutils1 libkmod2 libkpathsea6 libkrb5-26-heimdal
  libkrb5-3 libkrb5support0 liblangtag-common liblangtag1 liblavfile-2.1-0
  liblavjpeg-2.1-0 liblavplay-2.1-0 liblcms2-2 libldap-2.4-2 libldb1
  liblightdm-gobject-1-0 libllvm3.4 liblog-message-simple-perl liblouis-data
  liblouis2 liblqr-1-0 libltdl7 liblua5.1-0 liblua5.2-0
  liblwp-protocol-https-perl liblwres90 liblzo2-2 libmagic1 libmailtools-perl
  libmeanwhile1 libmessaging-menu0 libmhash2 libmimic0
  libmission-control-plugins0 libmjpegutils-2.1-0 libmm-glib0 libmms0 libmnl0
  libmodplug1 libmodule-pluggable-perl libmono-cairo4.0-cil
  libmono-corlib4.0-cil libmono-corlib4.5-cil libmono-data-tds4.0-cil
  libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-posix4.0-cil
  libmono-security4.0-cil libmono-sharpzip4.84-cil
  libmono-system-configuration4.0-cil libmono-system-core4.0-cil
  libmono-system-data4.0-cil libmono-system-drawing4.0-cil
  libmono-system-enterpriseservices4.0-cil libmono-system-numerics4.0-cil
  libmono-system-runtime-serialization4.0-cil libmono-system-security4.0-cil
  libmono-system-transactions4.0-cil libmono-system-xml-linq4.0-cil
  libmono-system-xml4.0-cil libmono-system4.0-cil libmount1 libmp3lame0
  libmpc3 libmpcdec6 libmpdec2 libmpeg2-4 libmpeg2encpp-2.1-0 libmpfr4
  libmpg123-0 libmplex2-2.1-0 libmtdev1 libmtp-common libmtp-runtime libmtp9
  libmythes-1.2-0 libnautilus-extension1a libncurses5 libncursesw5
  libnemo-extension1 libneon27-gnutls libnet-domain-tld-perl libnet-http-perl
  libnetpbm10 libnewt0.52 libnfnetlink0 libnice10 libnih-dbus1 libnih1
  libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm-glib-vpn1 libnm-glib4
  libnm-gtk-common libnm-gtk0 libnm-util2 libnotify-bin libnotify4 libnspr4
  libnss3 libnss3-1d libnss3-nssdb libntdb1 libnuma1 libnux-4.0-0
  libnux-4.0-common libodbc1 libofa0 libogg0 libopenal-data libopenal1
  libopencore-amrnb0 libopencore-amrwb0 libopenobex1 libopus0 liborc-0.4-0
  libosmesa6 libp11-kit-gnome-keyring libpackagekit-glib2-16 libpam-cap
  libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-runtime
  libpam-systemd libpam0g libpango-1.0-0 libpango1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0
  libparse-debianchangelog-perl libpcap0.8 libpciaccess0 libpcre3 libpcsclite1
  libpeas-1.0-0 libpeas-common libpipeline1 libpixman-1-0 libpng12-0
  libpod-latex-perl libpolkit-agent-1-0 libpolkit-backend-1-0
  libpolkit-gobject-1-0 libpoppler-glib8 libpopt0 libportaudio2 libprocps3
  libproxy-tools libproxy1-plugin-gsettings libproxy1-plugin-networkmanager
  libpulse-mainloop-glib0 libpulse0 libpulsedsp libpurple-bin
  libpwquality-common libpwquality1 libpython-stdlib libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libpython3.4 libpython3.4-minimal
  libpython3.4-stdlib libqt4-dbus libqt4-declarative libqt4-designer
  libqt4-help libqt4-network libqt4-opengl libqt4-script libqt4-scripttools
  libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml
  libqt4-xmlpatterns libqt5feedback5 libqt5qml-graphicaleffects libqt5test5
  libqtassistantclient4 libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4
  libquadmath0 libquicktime2 libraptor2-0 libraw1394-11 libreadline5
  libreadline6 libreoffice-avmedia-backend-gstreamer libreoffice-help-en-us
  libreoffice-ogltrans libreoffice-pdfimport libresid-builder0c2a
  librest-0.7-0 libroken18-heimdal librsvg2-2 librsvg2-common libsamplerate0
  libsane libsane-common libsane-hpaio libsasl2-2 libsasl2-modules
  libsasl2-modules-db libsbc1 libschroedinger-1.0-0 libsdl1.2debian
  libsecret-1-0 libsecret-common libsemanage-common libsemanage1 libsensors4
  libsepol1 libsgutils2-2 libsignon-extension1 libsignon-glib1
  libsignon-plugins-common1 libsignon-qt5-1 libsigsegv2 libslang2 libsm-dev
  libsm6 libsmbclient libsndfile1 libsnmp-base libsoundtouch0
  libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libspectre1 libspeechd2
  libspeex1 libspeexdsp1 libsqlite3-0 libsrtp0 libss2 libssh-4 libssh2-1
  libstartup-notification0 libstdc++-4.8-dev libtalloc2 libtar0 libtbb2
  libtcl8.6 libtdb1 libtelepathy-farstream3 libtelepathy-glib0
  libtelepathy-logger3 libterm-ui-perl libtevent0 libtext-levenshtein-perl
  libthai-data libthai0 libtheora0 libtiff5 libtimedate-perl libtimezonemap1
  libtinfo5 libtk8.6 libtotem-plparser18 libtotem0 libtwolame0 libudev1
  libudisks2-0 libunistring0 libunity-action-qt1 libunity-control-center1
  libunity-core-6.0-9 libunity-gtk2-parser0 libunity-gtk3-parser0
  libunity-protocol-private0 libunity-scopes-json-def-desktop libunity9
  libunityvoice1 libupnp6 libupstart1 liburi-perl liburl-dispatcher1
  libusb-0.1-4 libusb-1.0-0 libusbmuxd2 libustr-1.0-1 libutempter0 libuuid1
  libv4l-0 libv4lconvert0 libva-x11-1 libva1 libvcdinfo0 libvisual-0.4-0
  libvlc5 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-2.90-9
  libvte-2.90-common libvte-common libvte9 libwacom-common libwacom2
  libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa
  libwayland-server0 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common
  libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwebp5 libwebpmux1
  libwhoopsie-preferences0 libwhoopsie0 libwildmidi-config libwildmidi1
  libwind0-heimdal libwmf0.2-7 libwmf0.2-7-gtk libwnck-3-0 libwnck-3-common
  libwnck-common libwnck22 libwww-perl libwxbase2.8-0 libwxbase2.8-dev
  libwxgtk2.8-0 libwxgtk2.8-dev libwxsmithlib0 libx11-6 libx11-data libx11-dev
  libx11-doc libx11-xcb1 libxatracker2 libxaw7 libxcb-composite0 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-image0 libxcb-present0 libxcb-randr0
  libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
  libxcb-xfixes0 libxcb-xkb1 libxcb-xv0 libxcb1 libxcb1-dev libxdamage1
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxfont1 libxft2
  libxi6 libxkbfile1 libxml2 libxmu-dev libxmu-headers libxmu6 libxmuu1
  libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt-dev libxt6
  libxtables10 libxvidcore4 libxvmc1 libxxf86vm1 libyajl2 libyaml-tiny-perl
  libyelp0 libzbar0 libzeitgeist-2.0-0 libzvbi-common libzvbi0 light-themes
  lightdm lintian linux-firmware linux-libc-dev linux-sound-base locales login
  logrotate lsb-release lshw ltrace m4 make man-db manpages manpages-dev
  mcp-account-manager-uoa media-player-info memtest86+ metacity-common
  mime-support mjpegtools mjpegtools-gtk mlocate modem-manager-gui
  modemmanager module-init-tools mono-4.0-gac mono-gac mono-runtime
  mono-runtime-common mono-runtime-sgen mount mountall mousetweaks mtools
  mtr-tiny multiarch-support nano nautilus nautilus-data nautilus-sendto
  ncurses-base ncurses-bin nemo nemo-data nemo-fileroller net-tools netbase
  netpbm network-manager network-manager-gnome network-manager-pptp
  network-manager-pptp-gnome notify-osd notify-osd-icons ntfs-3g ntpdate
  nux-tools ocl-icd-libopencl1 odbcinst odbcinst1debian2 onboard onboard-data
  oneconf oneconf-common openjdk-6-jre openjdk-6-jre-headless
  openjdk-6-jre-lib openprinting-ppds openssh-client openssl os-prober
  overlay-scrollbar overlay-scrollbar-gtk2 p11-kit p7zip parted passwd
  pastebinit patch patchutils pkg-config plainbox-provider-checkbox
  plainbox-provider-resource-generic plainbox-secure-policy plymouth
  plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text
  pm-utils policykit-1 policykit-1-gnome policykit-desktop-privileges
  poppler-data poppler-utils powermgmt-base ppp pppconfig pppoeconf pptp-linux
  printer-driver-c2esp printer-driver-foo2zjs printer-driver-foo2zjs-common
  printer-driver-gutenprint printer-driver-hpcups printer-driver-min12xxw
  printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch
  printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix procps
  psmisc psutils pulseaudio pulseaudio-module-bluetooth pulseaudio-module-x11
  pulseaudio-utils python python-appindicator python-apt-common
  python-aptdaemon python-aptdaemon.gtk3widgets python-chardet
  python-commandnotfound python-crypto python-cups python-dbus python-dbus-dev
  python-debian python-debtagshw python-dirspec python-gconf python-gdbm
  python-gi python-gi-cairo python-glade2 python-gobject python-gtk2
  python-httplib2 python-imaging python-ldb python-libxml2 python-lockfile
  python-lxml python-minimal python-notify python-ntdb python-oauthlib
  python-oneconf python-openssl python-pam python-pexpect python-pil
  python-pkg-resources python-pyasn1 python-pycurl python-qt4 python-qt4-dbus
  python-renderpm python-reportlab python-reportlab-accel python-requests
  python-samba python-serial python-sip python-six python-smbc python-talloc
  python-tdb python-twisted-bin python-twisted-conch python-twisted-core
  python-twisted-web python-ubuntu-sso-client python-urllib3 python-xapian
  python-zeitgeist python-zope.interface python2.7 python2.7-minimal
  python3-apport python3-aptdaemon python3-aptdaemon.gtk3widgets
  python3-aptdaemon.pkcompat python3-brlapi python3-cairo python3-chardet
  python3-checkbox-ng python3-checkbox-support python3-commandnotfound
  python3-crypto python3-dbus python3-debian python3-distupgrade
  python3-feedparser python3-gdbm python3-gi python3-gi-cairo python3-httplib2
  python3-louis python3-lxml python3-mako python3-markupsafe python3-oauthlib
  python3-oneconf python3-pkg-resources python3-plainbox
  python3-problem-report python3-pyatspi python3-pycurl python3-pyparsing
  python3-requests python3-six python3-software-properties python3-speechd
  python3-update-manager python3-urllib3 python3.4 python3.4-minimal qdbus
  qjackctl qpdf qt-at-spi qtchooser qtcore4-l10n
  qtdeclarative5-accounts-plugin qtdeclarative5-qtfeedback-plugin
  qtdeclarative5-ubuntu-ui-extras-browser-plugin
  qtdeclarative5-unity-action-plugin readline-common remmina remmina-common
  remmina-plugin-rdp remmina-plugin-vnc resolvconf rfkill rhythmbox
  rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins
  rsync rsyslog rtkit samba-common samba-common-bin samba-libs sane-utils
  seahorse sed session-migration sessioninstaller shared-mime-info shotwell
  shotwell-common signon-keyring-extension signon-plugin-oauth2
  signon-plugin-password signon-ui signond simple-scan smbclient sni-qt
  software-properties-common software-properties-gtk speech-dispatcher
  speech-dispatcher-audio-plugins ssh-askpass-gnome ssl-cert sudo syslinux
  syslinux-common syslinux-legacy system-config-printer-common
  system-config-printer-gnome system-config-printer-udev systemd-shim sysv-rc
  sysvinit-utils t1utils tar tcl8.6 tcpdump telepathy-gabble telepathy-idle
  telepathy-indicator telepathy-logger telepathy-mission-control-5
  telepathy-salut telnet thunderbird thunderbird-gnome-support time tk8.6
  totem totem-common totem-plugins transmission-common transmission-gtk tree
  ttf-dejavu-extra ttf-mscorefonts-installer ttf-ubuntu-font-family twolame
  tzdata tzdata-java ubuntu-artwork ubuntu-docs ubuntu-drivers-common
  ubuntu-minimal ubuntu-mono ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk ubuntu-session ubuntu-settings ubuntu-sso-client
  ubuntu-sso-client-qt ubuntu-standard ubuntu-wallpapers
  ubuntu-wallpapers-trusty ubuntuone-client-data ucf udev udisks2 ufw
  unattended-upgrades unity unity-asset-pool unity-control-center
  unity-control-center-signon unity-greeter unity-gtk-module-common
  unity-gtk2-module unity-gtk3-module unity-lens-applications unity-lens-music
  unity-scope-home unity-scope-musicstores unity-scopes-master-default
  unity-scopes-runner unity-services unity-settings-daemon unity-voice-service
  unixodbc unzip update-manager update-manager-core update-notifier
  update-notifier-common upower usb-creator-common usb-creator-gtk
  usb-modeswitch usb-modeswitch-data usbmuxd usbutils util-linux uuid-runtime
  vim-common vim-tiny vino vlc vlc-data vlc-nox vlc-plugin-notify
  vlc-plugin-pulse webhttrack-common wget whiptail whoopsie
  whoopsie-preferences winetricks wireless-regdb wodim wpasupplicant wx-common
  wx2.8-headers x11-apps x11-common x11-session-utils x11-utils x11-xfs-utils
  x11-xkb-utils x11-xserver-utils x11proto-core-dev x11proto-input-dev
  x11proto-kb-dev xauth xcursor-themes xdg-user-dirs xdg-utils xdiagnose
  xfonts-base xfonts-encodings xfonts-scalable xfonts-utils xinit xkb-data
  xorg xorg-docs-core xserver-common xserver-xorg xserver-xorg-core
  xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
  xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati
  xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel
  xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-s3 xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb
  xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa
  xserver-xorg-video-vmware xterm xtrans-dev xul-ext-ubufox yelp yelp-xsl
  zeitgeist zeitgeist-core zeitgeist-datahub zenity zenity-common zip zlib1g
1532 upgraded, 280 newly installed, 57 to remove and 0 not upgraded.
Need to get 47.9 MB/767 MB of archives.
After this operation, 568 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://bd.archive.ubuntu.com/ubuntu/ wily/main libgl1-mesa-dri i386 11.0.2-1ubuntu4 [4591 kB]
Get:2 http://bd.archive.ubuntu.com/ubuntu/ wily/main pulseaudio i386 1:6.0-0ubuntu13 [753 kB]
Get:3 http://bd.archive.ubuntu.com/ubuntu/ wily/universe gnome-icon-theme all 3.12.0-1ubuntu2 [777 kB]
Get:4 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main systemd i386 225-1ubuntu9.1 [3350 kB]
Get:5 http://bd.archive.ubuntu.com/ubuntu/ wily/main fonts-nanum all 20140930-1 [8691 kB]
Get:6 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main linux-firmware all 1.149.3 [29.8 MB]
Err http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main linux-firmware all 1.149.3
  Connection failed [IP: 91.189.88.149 80]
Get:7 http://security.ubuntu.com/ubuntu/ wily-security/main linux-firmware all 1.149.3 [29.8 MB]
Fetched 37.4 MB in 3min 25s (182 kB/s)
E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_6.0-0ubuntu13_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_225-1ubuntu9.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fonts-nanum/fonts-nanum_20140930-1_all.deb Hash Sum mismatch

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.149.3_all.deb Hash Sum mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

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

It seems that there was a network problem
Please try again.

Revision history for this message
Dip (ratnadip983) said :
#38

I after trying so many times, I found same error all times. Here network connection is OK.

Problem might be in Ubuntu server. What should I do next??

root@ubuntu:/# sudo apt-get dist-upgrade
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
  g++-4.8 libatkmm-1.6-1v5 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
Done
The following packages will be REMOVED:
  account-plugin-windows-live bluez-alsa gnome-system-monitor grub-customizer
  libasprintf0c2 libatkmm-1.6-1 libcairomm-1.0-1 libcogl-pango15 libcogl15
  libcolumbus1 libconfig++9 libebml4 libecal-1.2-16 libedata-cal-1.2-23
  libfarstream-0.2-2 libfreerdp1 libglibmm-2.4-1c2a libgtkmm-2.4-1c2a
  libgtkmm-3.0-1 libical1 libmatroska6 libmetacity-private0a libmozjs-24-0
  libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4
  libopencv-features2d2.4 libopencv-flann2.4 libopencv-highgui2.4
  libopencv-imgproc2.4 libopencv-legacy2.4 libopencv-ml2.4
  libopencv-objdetect2.4 libopencv-video2.4 libpangomm-1.4-1 libproxy1
  libpyzy-1.0-0 libqpdf13 libsidplay1 libsidplay2 libsigc++-2.0-0c2a
  libtag1-vanilla libtag1c2a libvlccore7 libvncserver0 libwxbase3.0-0
  libxapian22 libxml++2.6-2 nautilus-sendto-empathy obexd-client
  overlay-scrollbar-gtk3 python-cupshelpers systemd-services totem-mozilla
  xserver-xorg-video-glamoregl xserver-xorg-video-modesetting
  xserver-xorg-video-sis
The following NEW packages will be installed:
  adwaita-icon-theme bluez-obexd cgmanager cinnamon-desktop-data cinnamon-l10n
  colord-data cpp-5 dns-root-data emacsen-common fonts-tlwg-laksaman g++-5
  gcc-5 gdbserver gir1.2-json-1.0 gir1.2-vte-2.91 gnuplot-data gnuplot-tex
  grilo-plugins-0.2-base gstreamer1.0-plugins-ugly-amr i965-va-driver
  imagemagick-6.q16 init ippusbxd jayatana libasan2 libasprintf0v5 libass5
  libavahi-ui-gtk3-0 libavcodec-ffmpeg56 libavfilter-ffmpeg5
  libavformat-ffmpeg56 libavresample-ffmpeg2 libavutil-ffmpeg54
  libbabeltrace-ctf1 libbabeltrace1 libbdplus0 libboost-filesystem1.58.0
  libbs2b0 libcamel-1.2-52 libcc1-0 libchamplain-0.12-0 libcilkrts5
  libcinnamon-desktop4 libclutter-gst-3.0-0 libcogl-pango20 libcogl-path20
  libcogl20 libcolord2 libcolorhug2 libcolumbus1v5 libconfig++9v5
  libcryptsetup4 libde265-0 libdns-export100 libdrm-amdgpu1 libdvbpsi10
  libebackend-1.2-10 libebml4v5 libebook-1.2-16 libebook-contacts-1.2-1
  libecal-1.2-18 libedata-book-1.2-25 libedata-cal-1.2-27
  libedataserver-1.2-20 libedataserverui-1.2-1 libefivar0 libepoxy0 libevdev2
  libexiv2-14 libfarstream-0.2-5 libfcitx-config4 libfcitx-gclient0
  libfcitx-utils0 libfdisk1 libfreerdp-cache1.1 libfreerdp-client1.1
  libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1
  libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgdata22
  libgeocode-glib0 libgles1-mesa libglibmm-2.4-1v5 libgnome-bluetooth13
  libgnome-desktop-3-10 libgom-1.0-0 libgom-1.0-common libgphoto2-port12
  libgrilo-0.2-1 libgtkspell3-3-0 libgtop2-10 libhunspell-1.3-0v5 libical1a
  libilmbase12 libinput10 libirs-export91 libisc-export95 libisccfg-export90
  libisl13 liblcms2-utils libllvm3.6v5 liblog-message-perl
  libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra libmagickwand-6.q16-2
  libmatroska6v5 libmbim-glib4 libmbim-proxy libmediaart-2.0-0
  libmetacity-private3 libminiupnpc10 libmirclient9 libmircommon5
  libmirprotobuf3 libmng2 libmozjs-24-0v5 libmpx0 libmspack0 libndp0
  libnet-dbus-perl libnm0 libopencv-calib3d2.4v5 libopencv-contrib2.4v5
  libopencv-core2.4v5 libopencv-features2d2.4v5 libopencv-flann2.4v5
  libopencv-highgui2.4v5 libopencv-imgproc2.4v5 libopencv-legacy2.4v5
  libopencv-ml2.4v5 libopencv-objdetect2.4v5 libopencv-video2.4v5 libopenexr22
  libopenjpeg5 libpanel-applet0 libparted2 libpgm-5.1-0 libplist3 libplymouth4
  libpoppler52 libpostproc-ffmpeg53 libprotobuf-lite9v5 libprotobuf9v5
  libproxy1v5 libpython3.5-minimal libpython3.5-stdlib libpyzy-1.0-0v5
  libqmi-glib1 libqmi-proxy libqpdf13v5 libqqwing2v5 libqt5x11extras5
  libquvi-scripts libquvi7 libraw10 librhythmbox-core9 librtmp1 libseccomp2
  libshine3 libsidplay1v5 libsidplay2v5 libsigc++-2.0-0v5 libsmartcols1
  libsodium13 libsoxr0 libssh-gcrypt-4 libstdc++-5-dev libswresample-ffmpeg1
  libswscale-ffmpeg3 libtag1v5 libtag1v5-vanilla libtie-ixhash-perl
  libtimezonemap-data libtotem-plparser-common libtracker-sparql-1.0-0
  libubsan0 libunity-settings-daemon1 libunwind8 libupower-glib3 libva-drm1
  libvdpau1 libvlccore8 libvncclient1 libvpx2 libvte-2.91-0 libvte-2.91-common
  libwacom-bin libwebrtc-audio-processing-0 libwinpr-crt0.1
  libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1
  libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1
  libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1
  libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1
  libwxbase3.0-0v5 libwxgtk3.0-0v5 libx11-protocol-perl libx264-146 libx265-59
  libxapian22v5 libxcb-util1 libxml++2.6-2v5 libxml-parser-perl
  libxml-twig-perl libxml-xpathengine-perl libzmq3 pinentry-gnome3
  python-blinker python-bs4 python-cffi python-cffi-backend
  python-characteristic python-cryptography python-enum34 python-html5lib
  python-idna python-ipaddress python-jwt python-ndg-httpsclient python-ply
  python-pyasn1-modules python-pycparser python-service-identity
  python3-blinker python3-bs4 python3-cffi python3-cffi-backend
  python3-cryptography python3-cups python3-cupshelpers python3-html5lib
  python3-idna python3-jinja2 python3-jwt python3-pexpect python3-pil
  python3-ply python3-pyasn1 python3-pycparser python3-renderpm
  python3-reportlab python3-reportlab-accel python3-smbc python3-xlsxwriter
  python3.5 python3.5-minimal qml-module-qtfeedback
  qml-module-qtgraphicaleffects qml-module-ubuntu-onlineaccounts
  qtdeclarative5-ubuntu-web-plugin signon-ui-service signon-ui-x11 systemd
  systemd-sysv ubuntu-touch-sounds ubuntu-wallpapers-wily unity-schemas
  update-motd va-driver-all vdpau-va-driver vlc-plugin-samba xbrlapi
The following packages will be upgraded:
  account-plugin-facebook account-plugin-flickr account-plugin-google
  account-plugin-jabber account-plugin-salut account-plugin-twitter
  accountsservice acl acpid activity-log-manager
  activity-log-manager-control-center adduser aisleriot alsa-base alsa-utils
  anacron app-install-data apparmor appmenu-qt apport apport-gtk
  apt-transport-https apt-utils apt-xapian-index aptdaemon aptdaemon-data
  apturl apturl-common aspell aspell-en at-spi2-core autoconf automake
  autotools-dev avahi-autoipd avahi-daemon avahi-utils bamfdaemon banshee
  banshee-extension-soundmenu baobab base-files base-passwd bash
  bash-completion bc bind9-host binfmt-support binutils bluez bluez-cups
  brasero brasero-cdrkit brasero-common brltty bsdmainutils bsdutils
  build-essential busybox-initramfs busybox-static bzip2 ca-certificates
  ca-certificates-java cabextract checkbox-ng checkbox-ng-service cheese
  cheese-common classicmenu-indicator codeblocks codeblocks-common
  codeblocks-contrib colord command-not-found command-not-found-data compiz
  compiz-core compiz-gnome compiz-plugins-default coreutils cpio cpp cpp-4.8
  cracklib-runtime crda cron cups-browsed cups-filters
  cups-filters-core-drivers cups-ppdc dash dbus-x11 dc dconf-cli
  dconf-gsettings-backend dconf-service debconf debconf-i18n debianutils
  deja-dup deja-dup-backend-gvfs desktop-file-utils dh-python dialog
  dictionaries-common diffstat dmidecode dmsetup dnsmasq-base dnsutils
  doc-base dosfstools dpkg-dev duplicity dvd+rw-tools e2fslibs e2fsprogs ed
  efibootmgr empathy empathy-common enchant eog espeak-data ethtool evince
  evince-common evolution-data-server evolution-data-server-common
  evolution-data-server-online-accounts fakeroot file file-roller findutils
  firefox firefox-locale-en folks-common fonts-dejavu-core fonts-dejavu-extra
  fonts-droid fonts-horai-umefont fonts-liberation fonts-nanum
  fonts-opensymbol fonts-sil-abyssinica fonts-takao-pgothic fonts-thai-tlwg
  fonts-tlwg-garuda fonts-tlwg-kinnari fonts-tlwg-loma fonts-tlwg-mono
  fonts-tlwg-norasi fonts-tlwg-purisa fonts-tlwg-sawasdee
  fonts-tlwg-typewriter fonts-tlwg-typist fonts-tlwg-typo fonts-tlwg-umpush
  fonts-tlwg-waree foomatic-db-compressed-ppds friendly-recovery ftp fuse g++
  g++-4.8 gamin gawk gcc gcc-4.8 gcc-4.8-base gcc-4.9-base gconf-service
  gconf-service-backend gconf2 gconf2-common gcr gdb gdisk geany geany-common
  geany-plugin-addons geany-plugin-codenav geany-plugin-commander
  geany-plugin-debugger geany-plugin-devhelp geany-plugin-doc
  geany-plugin-extrasel geany-plugin-gendoc geany-plugins-common gedit
  gedit-common genisoimage geoclue geoip-database gettext gettext-base
  ghostscript ghostscript-x gir1.2-accounts-1.0 gir1.2-appindicator3-0.1
  gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-dbusmenu-glib-0.4 gir1.2-dee-1.0
  gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2 gir1.2-edataserver-1.2
  gir1.2-freedesktop gir1.2-gdata-0.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0
  gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0
  gir1.2-goa-1.0 gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0
  gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-gudev-1.0
  gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-3.0 gir1.2-keybinder-3.0
  gir1.2-messagingmenu-1.0 gir1.2-networkmanager-1.0 gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-rb-3.0
  gir1.2-secret-1 gir1.2-signon-1.0 gir1.2-soup-2.4 gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0 gir1.2-udisks-2.0 gir1.2-unity-5.0 gir1.2-vte-2.90
  gir1.2-webkit-3.0 gir1.2-wnck-3.0 gjs gkbd-capplet gksu glib-networking
  glib-networking-common glib-networking-services gnome-accessibility-themes
  gnome-bluetooth gnome-calculator gnome-contacts
  gnome-control-center-shared-data gnome-desktop3-data gnome-disk-utility
  gnome-exe-thumbnailer gnome-font-viewer gnome-icon-theme
  gnome-icon-theme-symbolic gnome-keyring gnome-mahjongg gnome-menus
  gnome-mines gnome-orca gnome-power-manager gnome-screensaver
  gnome-screenshot gnome-session-bin gnome-session-canberra
  gnome-session-common gnome-settings-daemon-schemas gnome-sudoku
  gnome-system-log gnome-terminal gnome-terminal-data gnome-user-guide
  gnome-user-share gnomine gnupg gnuplot gnuplot-nox gpgv grep groff
  groff-base growisofs grub-common grub-gfxpayload-lists grub-pc grub-pc-bin
  grub2-common gsettings-desktop-schemas gsettings-ubuntu-schemas
  gstreamer0.10-alsa gstreamer0.10-nice gstreamer0.10-plugins-base
  gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good
  gstreamer0.10-pulseaudio gstreamer0.10-tools gstreamer0.10-x
  gstreamer1.0-alsa gstreamer1.0-clutter gstreamer1.0-fluendo-mp3
  gstreamer1.0-libav gstreamer1.0-nice gstreamer1.0-plugins-bad
  gstreamer1.0-plugins-bad-faad gstreamer1.0-plugins-bad-videoparsers
  gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps
  gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio
  gstreamer1.0-tools gstreamer1.0-x gucharmap guile-2.0-libs gvfs
  gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs gzip
  hardening-includes hicolor-icon-theme hostname hplip hplip-data httrack
  httrack-doc hud humanity-icon-theme hunspell-en-us hwdata ibus ibus-gtk
  ibus-gtk3 ibus-pinyin ibus-table icedtea-6-jre-cacao icedtea-6-jre-jamvm
  icedtea-netx icedtea-netx-common ifupdown im-config imagemagick
  imagemagick-common indicator-applet-complete indicator-application
  indicator-appmenu indicator-bluetooth indicator-datetime indicator-keyboard
  indicator-messages indicator-power indicator-printers indicator-session
  indicator-sound info initscripts inputattach insserv install-info
  intel-gpu-tools intltool-debian iproute iproute2 iptables iputils-arping
  iputils-ping iputils-tracepath irqbalance isc-dhcp-client isc-dhcp-common
  iso-codes iw jackd2 jackd2-firewire java-common kazam kbd kmod krb5-locales
  lame landscape-client-ui-install language-pack-en language-pack-en-base
  language-pack-gnome-en language-pack-gnome-en-base language-selector-common
  language-selector-gnome less liba52-0.7.4 libaa1 libaacs0
  libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth
  libaccount-plugin-google libaccounts-glib0 libaccounts-qt5-1
  libaccountsservice0 libacl1 libalgorithm-diff-perl libandroid-properties1
  libappindicator1 libappindicator3-1 libarchive-extract-perl
  libarchive-zip-perl libarchive13 libasan0 libasn1-8-heimdal libasound2
  libasound2-data libasound2-plugins libaspell15 libasprintf-dev libassuan0
  libasyncns0 libatk-adaptor libatk-bridge2.0-0 libatk-wrapper-java
  libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0
  libattr1 libaudio2 libaudiofile1 libaudit-common libaudit1
  libauthen-sasl-perl libautodie-perl libavahi-client3 libavahi-common-data
  libavahi-common3 libavahi-core7 libavahi-glib1 libavahi-gobject0 libbamf3-2
  libbind9-90 libblkid1 libbluetooth3 libbluray1 libbrasero-media3-1
  libbrlapi0.6 libbsd0 libburn4 libbz2-1.0 libc-bin libc-dev-bin libc6
  libc6-dbg libc6-dev libcaca0 libcairo-gobject2 libcanberra-gtk-module
  libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module
  libcanberra-pulse libcanberra0 libcap-ng0 libcap2 libcap2-bin libcapi20-3
  libcddb2 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcheese-gtk23
  libcheese7 libchromaprint0 libcloog-isl4 libclutter-1.0-0
  libclutter-1.0-common libclutter-gst-2.0-0 libclutter-gtk-1.0-0
  libcodeblocks0 libcogl-common libcolumbus1-common libcomerr2
  libcompizconfig0 libcrack2 libcroco3 libcrystalhd3 libcupsfilters1 libcurl3
  libcurl3-gnutls libdaemon0 libdatrie1 libdb5.3 libdbus-glib-1-2
  libdbus2.0-cil libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4
  libdbusmenu-qt2 libdbusmenu-qt5 libdc1394-22 libdca0 libdconf1
  libdebconfclient0 libdebian-installer4 libdecoration0 libdee-1.0-4
  libdevmapper-event1.02.1 libdevmapper1.02.1 libdirectfb-1.2-9
  libdjvulibre-text libdjvulibre21 libdmapsharing-3.0-2 libdns100 libdotconf0
  libdpkg-perl libdvdnav4 libdvdread4 libedit2 libegl1-mesa
  libegl1-mesa-drivers libelf1 libemail-valid-perl libenca0 libenchant1c2a
  libespeak1 libestr0 libevdocument3-4 libevent-2.0-5 libevview3-3 libexempi3
  libexif12 libexpat1 libexttextcat-2.0-0 libexttextcat-data libfaac0 libfaad2
  libfakeroot libfarstream-0.1-0 libffado2 libffi6 libfftw3-double3
  libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl
  libfile-mimeinfo-perl libflac8 libflite1 libfluidsynth1 libfolks-eds25
  libfolks-telepathy25 libfolks25 libfontembed1 libfontenc1
  libfreerdp-plugins-standard libfreetype6 libfribidi0 libfs6 libfuse2
  libgail-3-0 libgail-common libgail18 libgamin0 libgbm1 libgc1c2
  libgcc-4.8-dev libgcc1 libgck-1-0 libgconf-2-4 libgcr-3-common
  libgcr-base-3-1 libgcr-ui-3-1 libgd3 libgdata-common libgdbm3 libgdiplus
  libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgee-0.8-2 libgee2 libgeis1
  libgeoclue0 libgeoip1 libgettextpo-dev libgettextpo0 libgexiv2-2
  libgirepository-1.0-1 libgjs0e libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx
  libglapi-mesa libgles2-mesa libglib2.0-cil libglib2.0-data libgme0
  libgmime-2.6-0 libgnome-keyring-common libgnome-keyring0 libgnome-menu-3-0
  libgnomekbd-common libgnomekbd8 libgnutls-openssl27 libgoa-1.0-0b
  libgoa-1.0-common libgomp1 libgpgme11 libgphoto2-6 libgphoto2-l10n
  libgpod-common libgpod4 libgraphite2-3 libgrip0 libgs9 libgs9-common
  libgsettings-qt1 libgssapi-krb5-2 libgssapi3-heimdal libgssdp-1.0-3
  libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base0.10-0
  libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0
  libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0
  libgtk2.0-bin libgtk2.0-cil libgtk2.0-common libgtkglext1
  libgtksourceview-3.0-1 libgtksourceview-3.0-common libgtop2-common
  libgucharmap-2-90-7 libgudev-1.0-0 libgupnp-1.0-4 libgupnp-igd-1.0-4
  libgusb2 libgutenprint2 libgweather-3-6 libgweather-common libgxps2
  libharfbuzz-icu0 libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhpmud0 libhtml-format-perl libhtml-tree-perl
  libhttp-cookies-perl libhttrack2 libhud2 libhx509-5-heimdal libhyphen0
  libibus-1.0-5 libice-dev libice6 libido3-0.1-0 libiec61883-0 libijs-0.35
  libimobiledevice4 libindicator3-7 libindicator7 libio-html-perl
  libio-socket-inet6-perl libio-socket-ssl-perl libipc-run-perl libisc95
  libisccc90 libisccfg90 libiso9660-8 libisofs6 libitm1 libjack-jackd2-0
  libjasper1 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libjbig0
  libjbig2dec0 libjs-jquery libjson-c2 libjson-glib-1.0-0
  libjson-glib-1.0-common libjson0 libjte1 libk5crypto3 libkate1
  libkeybinder-3.0-0 libkeyutils1 libkmod2 libkpathsea6 libkrb5-26-heimdal
  libkrb5-3 libkrb5support0 liblangtag-common liblangtag1 liblavfile-2.1-0
  liblavjpeg-2.1-0 liblavplay-2.1-0 liblcms2-2 libldap-2.4-2 libldb1
  liblightdm-gobject-1-0 libllvm3.4 liblog-message-simple-perl liblouis-data
  liblouis2 liblqr-1-0 libltdl7 liblua5.1-0 liblua5.2-0
  liblwp-protocol-https-perl liblwres90 liblzo2-2 libmagic1 libmailtools-perl
  libmeanwhile1 libmessaging-menu0 libmhash2 libmimic0
  libmission-control-plugins0 libmjpegutils-2.1-0 libmm-glib0 libmms0 libmnl0
  libmodplug1 libmodule-pluggable-perl libmono-cairo4.0-cil
  libmono-corlib4.0-cil libmono-corlib4.5-cil libmono-data-tds4.0-cil
  libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-posix4.0-cil
  libmono-security4.0-cil libmono-sharpzip4.84-cil
  libmono-system-configuration4.0-cil libmono-system-core4.0-cil
  libmono-system-data4.0-cil libmono-system-drawing4.0-cil
  libmono-system-enterpriseservices4.0-cil libmono-system-numerics4.0-cil
  libmono-system-runtime-serialization4.0-cil libmono-system-security4.0-cil
  libmono-system-transactions4.0-cil libmono-system-xml-linq4.0-cil
  libmono-system-xml4.0-cil libmono-system4.0-cil libmount1 libmp3lame0
  libmpc3 libmpcdec6 libmpdec2 libmpeg2-4 libmpeg2encpp-2.1-0 libmpfr4
  libmpg123-0 libmplex2-2.1-0 libmtdev1 libmtp-common libmtp-runtime libmtp9
  libmythes-1.2-0 libnautilus-extension1a libncurses5 libncursesw5
  libnemo-extension1 libneon27-gnutls libnet-domain-tld-perl libnet-http-perl
  libnetpbm10 libnewt0.52 libnfnetlink0 libnice10 libnih-dbus1 libnih1
  libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm-glib-vpn1 libnm-glib4
  libnm-gtk-common libnm-gtk0 libnm-util2 libnotify-bin libnotify4 libnspr4
  libnss3 libnss3-1d libnss3-nssdb libntdb1 libnuma1 libnux-4.0-0
  libnux-4.0-common libodbc1 libofa0 libogg0 libopenal-data libopenal1
  libopencore-amrnb0 libopencore-amrwb0 libopenobex1 libopus0 liborc-0.4-0
  libosmesa6 libp11-kit-gnome-keyring libpackagekit-glib2-16 libpam-cap
  libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-runtime
  libpam-systemd libpam0g libpango-1.0-0 libpango1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0
  libparse-debianchangelog-perl libpcap0.8 libpciaccess0 libpcre3 libpcsclite1
  libpeas-1.0-0 libpeas-common libpipeline1 libpixman-1-0 libpng12-0
  libpod-latex-perl libpolkit-agent-1-0 libpolkit-backend-1-0
  libpolkit-gobject-1-0 libpoppler-glib8 libpopt0 libportaudio2 libprocps3
  libproxy-tools libproxy1-plugin-gsettings libproxy1-plugin-networkmanager
  libpulse-mainloop-glib0 libpulse0 libpulsedsp libpurple-bin
  libpwquality-common libpwquality1 libpython-stdlib libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libpython3.4 libpython3.4-minimal
  libpython3.4-stdlib libqt4-dbus libqt4-declarative libqt4-designer
  libqt4-help libqt4-network libqt4-opengl libqt4-script libqt4-scripttools
  libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml
  libqt4-xmlpatterns libqt5feedback5 libqt5qml-graphicaleffects libqt5test5
  libqtassistantclient4 libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4
  libquadmath0 libquicktime2 libraptor2-0 libraw1394-11 libreadline5
  libreadline6 libreoffice-avmedia-backend-gstreamer libreoffice-help-en-us
  libreoffice-ogltrans libreoffice-pdfimport libresid-builder0c2a
  librest-0.7-0 libroken18-heimdal librsvg2-2 librsvg2-common libsamplerate0
  libsane libsane-common libsane-hpaio libsasl2-2 libsasl2-modules
  libsasl2-modules-db libsbc1 libschroedinger-1.0-0 libsdl1.2debian
  libsecret-1-0 libsecret-common libsemanage-common libsemanage1 libsensors4
  libsepol1 libsgutils2-2 libsignon-extension1 libsignon-glib1
  libsignon-plugins-common1 libsignon-qt5-1 libsigsegv2 libslang2 libsm-dev
  libsm6 libsmbclient libsndfile1 libsnmp-base libsoundtouch0
  libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libspectre1 libspeechd2
  libspeex1 libspeexdsp1 libsqlite3-0 libsrtp0 libss2 libssh-4 libssh2-1
  libstartup-notification0 libstdc++-4.8-dev libtalloc2 libtar0 libtbb2
  libtcl8.6 libtdb1 libtelepathy-farstream3 libtelepathy-glib0
  libtelepathy-logger3 libterm-ui-perl libtevent0 libtext-levenshtein-perl
  libthai-data libthai0 libtheora0 libtiff5 libtimedate-perl libtimezonemap1
  libtinfo5 libtk8.6 libtotem-plparser18 libtotem0 libtwolame0 libudev1
  libudisks2-0 libunistring0 libunity-action-qt1 libunity-control-center1
  libunity-core-6.0-9 libunity-gtk2-parser0 libunity-gtk3-parser0
  libunity-protocol-private0 libunity-scopes-json-def-desktop libunity9
  libunityvoice1 libupnp6 libupstart1 liburi-perl liburl-dispatcher1
  libusb-0.1-4 libusb-1.0-0 libusbmuxd2 libustr-1.0-1 libutempter0 libuuid1
  libv4l-0 libv4lconvert0 libva-x11-1 libva1 libvcdinfo0 libvisual-0.4-0
  libvlc5 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-2.90-9
  libvte-2.90-common libvte-common libvte9 libwacom-common libwacom2
  libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa
  libwayland-server0 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common
  libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwebp5 libwebpmux1
  libwhoopsie-preferences0 libwhoopsie0 libwildmidi-config libwildmidi1
  libwind0-heimdal libwmf0.2-7 libwmf0.2-7-gtk libwnck-3-0 libwnck-3-common
  libwnck-common libwnck22 libwww-perl libwxbase2.8-0 libwxbase2.8-dev
  libwxgtk2.8-0 libwxgtk2.8-dev libwxsmithlib0 libx11-6 libx11-data libx11-dev
  libx11-doc libx11-xcb1 libxatracker2 libxaw7 libxcb-composite0 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-image0 libxcb-present0 libxcb-randr0
  libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
  libxcb-xfixes0 libxcb-xkb1 libxcb-xv0 libxcb1 libxcb1-dev libxdamage1
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxfont1 libxft2
  libxi6 libxkbfile1 libxml2 libxmu-dev libxmu-headers libxmu6 libxmuu1
  libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt-dev libxt6
  libxtables10 libxvidcore4 libxvmc1 libxxf86vm1 libyajl2 libyaml-tiny-perl
  libyelp0 libzbar0 libzeitgeist-2.0-0 libzvbi-common libzvbi0 light-themes
  lightdm lintian linux-firmware linux-libc-dev linux-sound-base locales login
  logrotate lsb-release lshw ltrace m4 make man-db manpages manpages-dev
  mcp-account-manager-uoa media-player-info memtest86+ metacity-common
  mime-support mjpegtools mjpegtools-gtk mlocate modem-manager-gui
  modemmanager module-init-tools mono-4.0-gac mono-gac mono-runtime
  mono-runtime-common mono-runtime-sgen mount mountall mousetweaks mtools
  mtr-tiny multiarch-support nano nautilus nautilus-data nautilus-sendto
  ncurses-base ncurses-bin nemo nemo-data nemo-fileroller net-tools netbase
  netpbm network-manager network-manager-gnome network-manager-pptp
  network-manager-pptp-gnome notify-osd notify-osd-icons ntfs-3g ntpdate
  nux-tools ocl-icd-libopencl1 odbcinst odbcinst1debian2 onboard onboard-data
  oneconf oneconf-common openjdk-6-jre openjdk-6-jre-headless
  openjdk-6-jre-lib openprinting-ppds openssh-client openssl os-prober
  overlay-scrollbar overlay-scrollbar-gtk2 p11-kit p7zip parted passwd
  pastebinit patch patchutils pkg-config plainbox-provider-checkbox
  plainbox-provider-resource-generic plainbox-secure-policy plymouth
  plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text
  pm-utils policykit-1 policykit-1-gnome policykit-desktop-privileges
  poppler-data poppler-utils powermgmt-base ppp pppconfig pppoeconf pptp-linux
  printer-driver-c2esp printer-driver-foo2zjs printer-driver-foo2zjs-common
  printer-driver-gutenprint printer-driver-hpcups printer-driver-min12xxw
  printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch
  printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix procps
  psmisc psutils pulseaudio pulseaudio-module-bluetooth pulseaudio-module-x11
  pulseaudio-utils python python-appindicator python-apt-common
  python-aptdaemon python-aptdaemon.gtk3widgets python-chardet
  python-commandnotfound python-crypto python-cups python-dbus python-dbus-dev
  python-debian python-debtagshw python-dirspec python-gconf python-gdbm
  python-gi python-gi-cairo python-glade2 python-gobject python-gtk2
  python-httplib2 python-imaging python-ldb python-libxml2 python-lockfile
  python-lxml python-minimal python-notify python-ntdb python-oauthlib
  python-oneconf python-openssl python-pam python-pexpect python-pil
  python-pkg-resources python-pyasn1 python-pycurl python-qt4 python-qt4-dbus
  python-renderpm python-reportlab python-reportlab-accel python-requests
  python-samba python-serial python-sip python-six python-smbc python-talloc
  python-tdb python-twisted-bin python-twisted-conch python-twisted-core
  python-twisted-web python-ubuntu-sso-client python-urllib3 python-xapian
  python-zeitgeist python-zope.interface python2.7 python2.7-minimal
  python3-apport python3-aptdaemon python3-aptdaemon.gtk3widgets
  python3-aptdaemon.pkcompat python3-brlapi python3-cairo python3-chardet
  python3-checkbox-ng python3-checkbox-support python3-commandnotfound
  python3-crypto python3-dbus python3-debian python3-distupgrade
  python3-feedparser python3-gdbm python3-gi python3-gi-cairo python3-httplib2
  python3-louis python3-lxml python3-mako python3-markupsafe python3-oauthlib
  python3-oneconf python3-pkg-resources python3-plainbox
  python3-problem-report python3-pyatspi python3-pycurl python3-pyparsing
  python3-requests python3-six python3-software-properties python3-speechd
  python3-update-manager python3-urllib3 python3.4 python3.4-minimal qdbus
  qjackctl qpdf qt-at-spi qtchooser qtcore4-l10n
  qtdeclarative5-accounts-plugin qtdeclarative5-qtfeedback-plugin
  qtdeclarative5-ubuntu-ui-extras-browser-plugin
  qtdeclarative5-unity-action-plugin readline-common remmina remmina-common
  remmina-plugin-rdp remmina-plugin-vnc resolvconf rfkill rhythmbox
  rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins
  rsync rsyslog rtkit samba-common samba-common-bin samba-libs sane-utils
  seahorse sed session-migration sessioninstaller shared-mime-info shotwell
  shotwell-common signon-keyring-extension signon-plugin-oauth2
  signon-plugin-password signon-ui signond simple-scan smbclient sni-qt
  software-properties-common software-properties-gtk speech-dispatcher
  speech-dispatcher-audio-plugins ssh-askpass-gnome ssl-cert sudo syslinux
  syslinux-common syslinux-legacy system-config-printer-common
  system-config-printer-gnome system-config-printer-udev systemd-shim sysv-rc
  sysvinit-utils t1utils tar tcl8.6 tcpdump telepathy-gabble telepathy-idle
  telepathy-indicator telepathy-logger telepathy-mission-control-5
  telepathy-salut telnet thunderbird thunderbird-gnome-support time tk8.6
  totem totem-common totem-plugins transmission-common transmission-gtk tree
  ttf-dejavu-extra ttf-mscorefonts-installer ttf-ubuntu-font-family twolame
  tzdata tzdata-java ubuntu-artwork ubuntu-docs ubuntu-drivers-common
  ubuntu-minimal ubuntu-mono ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk ubuntu-session ubuntu-settings ubuntu-sso-client
  ubuntu-sso-client-qt ubuntu-standard ubuntu-wallpapers
  ubuntu-wallpapers-trusty ubuntuone-client-data ucf udev udisks2 ufw
  unattended-upgrades unity unity-asset-pool unity-control-center
  unity-control-center-signon unity-greeter unity-gtk-module-common
  unity-gtk2-module unity-gtk3-module unity-lens-applications unity-lens-music
  unity-scope-home unity-scope-musicstores unity-scopes-master-default
  unity-scopes-runner unity-services unity-settings-daemon unity-voice-service
  unixodbc unzip update-manager update-manager-core update-notifier
  update-notifier-common upower usb-creator-common usb-creator-gtk
  usb-modeswitch usb-modeswitch-data usbmuxd usbutils util-linux uuid-runtime
  vim-common vim-tiny vino vlc vlc-data vlc-nox vlc-plugin-notify
  vlc-plugin-pulse webhttrack-common wget whiptail whoopsie
  whoopsie-preferences winetricks wireless-regdb wodim wpasupplicant wx-common
  wx2.8-headers x11-apps x11-common x11-session-utils x11-utils x11-xfs-utils
  x11-xkb-utils x11-xserver-utils x11proto-core-dev x11proto-input-dev
  x11proto-kb-dev xauth xcursor-themes xdg-user-dirs xdg-utils xdiagnose
  xfonts-base xfonts-encodings xfonts-scalable xfonts-utils xinit xkb-data
  xorg xorg-docs-core xserver-common xserver-xorg xserver-xorg-core
  xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
  xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati
  xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel
  xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-s3 xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb
  xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa
  xserver-xorg-video-vmware xterm xtrans-dev xul-ext-ubufox yelp yelp-xsl
  zeitgeist zeitgeist-core zeitgeist-datahub zenity zenity-common zip zlib1g
1532 upgraded, 280 newly installed, 57 to remove and 0 not upgraded.
Need to get 98.7 MB/767 MB of archives.
After this operation, 568 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://bd.archive.ubuntu.com/ubuntu/ wily/main pulseaudio i386 1:6.0-0ubuntu13 [753 kB]
Get:2 http://bd.archive.ubuntu.com/ubuntu/ wily/universe gnome-icon-theme all 3.12.0-1ubuntu2 [777 kB]
Get:3 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main systemd i386 225-1ubuntu9.1 [3350 kB]
Get:4 http://bd.archive.ubuntu.com/ubuntu/ wily/universe fonts-horai-umefont all 530-1 [6280 kB]
Get:5 http://bd.archive.ubuntu.com/ubuntu/ wily/main fonts-nanum all 20140930-1 [8691 kB]
Get:6 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main libmagickcore-6.q16-2 i386 8:6.8.9.9-5ubuntu2.1 [1624 kB]
Get:7 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main firefox i386 47.0+build3-0ubuntu0.15.10.1 [47.5 MB]
Get:8 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main linux-firmware all 1.149.3 [29.8 MB]
Fetched 97.4 MB in 33s (2897 kB/s)
E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_6.0-0ubuntu13_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_225-1ubuntu9.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/universe/f/fonts-horai-umefont/fonts-horai-umefont_530-1_all.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fonts-nanum/fonts-nanum_20140930-1_all.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_47.0+build3-0ubuntu0.15.10.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.149.3_all.deb Hash Sum mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Revision history for this message
Dip (ratnadip983) said :
#39

I tried to install manually some packages that are failed to fetch But, Error still occurred....

root@ubuntu:/# wget http://bd.archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_6.0-0ubuntu13_i386.deb
--2016-08-03 09:38:49-- http://bd.archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_6.0-0ubuntu13_i386.deb
Resolving bd.archive.ubuntu.com (bd.archive.ubuntu.com)... 91.189.88.162, 91.189.88.149, 91.189.88.161, ...
Connecting to bd.archive.ubuntu.com (bd.archive.ubuntu.com)|91.189.88.162|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 752990 (735K) [application/x-debian-package]
Saving to: 'pulseaudio_6.0-0ubuntu13_i386.deb'

100%[======================================>] 752,990 1.33MB/s in 0.5s

2016-08-03 09:38:50 (1.33 MB/s) - 'pulseaudio_6.0-0ubuntu13_i386.deb' saved [752990/752990]

root@ubuntu:/# sudo dpkg -i pulseaudio_6.0-0ubuntu13_i386.deb
sudo: unable to resolve host ubuntu
(Reading database ... 275760 files and directories currently installed.)
Preparing to unpack pulseaudio_6.0-0ubuntu13_i386.deb ...
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
Unpacking pulseaudio (1:6.0-0ubuntu13) over (1:4.0-0ubuntu11.1) ...
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive pulseaudio_6.0-0ubuntu13_i386.deb (--install):
 cannot copy extracted data for './etc/xdg/autostart/pulseaudio.desktop' to '/etc/xdg/autostart/pulseaudio.desktop.dpkg-new': unexpected end of file or stream
Reinstalling /etc/xdg/autostart/pulseaudio-kde.desktop that was moved away
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for dbus (1.10.0-1ubuntu1) ...
Errors were encountered while processing:
 pulseaudio_6.0-0ubuntu13_i386.deb
root@ubuntu:/# dpkg -i http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb
dpkg: error processing archive http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb

root@ubuntu:/# wget http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb
--2016-08-03 09:43:11-- http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb
Resolving bd.archive.ubuntu.com (bd.archive.ubuntu.com)... 91.189.88.152, 91.189.88.162, 91.189.88.149, ...
Connecting to bd.archive.ubuntu.com (bd.archive.ubuntu.com)|91.189.88.152|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 776638 (758K) [application/x-debian-package]
Saving to: 'gnome-icon-theme_3.12.0-1ubuntu2_all.deb'

100%[======================================>] 776,638 1.65MB/s in 0.4s

2016-08-03 09:43:12 (1.65 MB/s) - 'gnome-icon-theme_3.12.0-1ubuntu2_all.deb' saved [776638/776638]

root@ubuntu:/# dpkg -i gnome-icon-theme_3.12.0-1ubuntu2_all.deb
(Reading database ... 275760 files and directories currently installed.)
Preparing to unpack gnome-icon-theme_3.12.0-1ubuntu2_all.deb ...
Unpacking gnome-icon-theme (3.12.0-1ubuntu2) over (3.10.0-0ubuntu2) ...
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive gnome-icon-theme_3.12.0-1ubuntu2_all.deb (--install):
 corrupted filesystem tarfile - corrupted package archive
Errors were encountered while processing:
 gnome-icon-theme_3.12.0-1ubuntu2_all.deb

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

Try doing some cleanup for the broken packages:

sudo rm /var/cache/apt/archives/partial/*
cd /var/cache/apt/archives/
sudo rm pulseaudio_6.0-0ubuntu13_i386.deb gnome-icon-theme_3.12.0-1ubuntu2_all.deb systemd_225-1ubuntu9.1_i386.deb fonts-horai-umefont_530-1_all.deb fonts-nanum_20140930-1_all.deb libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb firefox_47.0+build3-0ubuntu0.15.10.1_i386.deb linux-firmware_1.149.3_all.deb
cd

and then re-try
sudo apt-get dist-upgrade

What are the results?

Revision history for this message
Dip (ratnadip983) said :
#41

Error:

root@ubuntu:/# sudo rm /var/cache/apt/archives/partial/*
sudo: unable to resolve host ubuntu
root@ubuntu:/# cd /var/cache/apt/archives/
root@ubuntu:/var/cache/apt/archives# sudo rm pulseaudio_6.0-0ubuntu13_i386.deb gnome-icon-theme_3.12.0-1ubuntu2_all.deb systemd_225-1ubuntu9.1_i386.deb fonts-horai-umefont_530-1_all.deb fonts-nanum_20140930-1_all.deb libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb firefox_47.0+build3-0ubuntu0.15.10.1_i386.deb linux-firmware_1.149.3_all.deb
sudo: unable to resolve host ubuntu
rm: cannot remove 'pulseaudio_6.0-0ubuntu13_i386.deb': No such file or directory
rm: cannot remove 'gnome-icon-theme_3.12.0-1ubuntu2_all.deb': No such file or directory
rm: cannot remove 'systemd_225-1ubuntu9.1_i386.deb': No such file or directory
rm: cannot remove 'fonts-horai-umefont_530-1_all.deb': No such file or directory
rm: cannot remove 'fonts-nanum_20140930-1_all.deb': No such file or directory
rm: cannot remove 'libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb': No such file or directory
rm: cannot remove 'firefox_47.0+build3-0ubuntu0.15.10.1_i386.deb': No such file or directory
rm: cannot remove 'linux-firmware_1.149.3_all.deb': No such file or directory

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

("cannot remove ... no such file" was more or less expected.)

Now retry

sudo apt-get dist-upgrade

and report the results?

Revision history for this message
Dip (ratnadip983) said :
#43

Same error as earlier ..................

root@ubuntu:~# sudo apt-get dist-upgrade
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
  g++-4.8 libatkmm-1.6-1v5 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
Done
The following packages will be REMOVED:
  account-plugin-windows-live bluez-alsa gnome-system-monitor grub-customizer
  libasprintf0c2 libatkmm-1.6-1 libcairomm-1.0-1 libcogl-pango15 libcogl15
  libcolumbus1 libconfig++9 libebml4 libecal-1.2-16 libedata-cal-1.2-23
  libfarstream-0.2-2 libfreerdp1 libglibmm-2.4-1c2a libgtkmm-2.4-1c2a
  libgtkmm-3.0-1 libical1 libmatroska6 libmetacity-private0a libmozjs-24-0
  libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4
  libopencv-features2d2.4 libopencv-flann2.4 libopencv-highgui2.4
  libopencv-imgproc2.4 libopencv-legacy2.4 libopencv-ml2.4
  libopencv-objdetect2.4 libopencv-video2.4 libpangomm-1.4-1 libproxy1
  libpyzy-1.0-0 libqpdf13 libsidplay1 libsidplay2 libsigc++-2.0-0c2a
  libtag1-vanilla libtag1c2a libvlccore7 libvncserver0 libwxbase3.0-0
  libxapian22 libxml++2.6-2 nautilus-sendto-empathy obexd-client
  overlay-scrollbar-gtk3 python-cupshelpers systemd-services totem-mozilla
  xserver-xorg-video-glamoregl xserver-xorg-video-modesetting
  xserver-xorg-video-sis
The following NEW packages will be installed:
  adwaita-icon-theme bluez-obexd cgmanager cinnamon-desktop-data cinnamon-l10n
  colord-data cpp-5 dns-root-data emacsen-common fonts-tlwg-laksaman g++-5
  gcc-5 gdbserver gir1.2-json-1.0 gir1.2-vte-2.91 gnuplot-data gnuplot-tex
  grilo-plugins-0.2-base gstreamer1.0-plugins-ugly-amr i965-va-driver
  imagemagick-6.q16 init ippusbxd jayatana libasan2 libasprintf0v5 libass5
  libavahi-ui-gtk3-0 libavcodec-ffmpeg56 libavfilter-ffmpeg5
  libavformat-ffmpeg56 libavresample-ffmpeg2 libavutil-ffmpeg54
  libbabeltrace-ctf1 libbabeltrace1 libbdplus0 libboost-filesystem1.58.0
  libbs2b0 libcamel-1.2-52 libcc1-0 libchamplain-0.12-0 libcilkrts5
  libcinnamon-desktop4 libclutter-gst-3.0-0 libcogl-pango20 libcogl-path20
  libcogl20 libcolord2 libcolorhug2 libcolumbus1v5 libconfig++9v5
  libcryptsetup4 libde265-0 libdns-export100 libdrm-amdgpu1 libdvbpsi10
  libebackend-1.2-10 libebml4v5 libebook-1.2-16 libebook-contacts-1.2-1
  libecal-1.2-18 libedata-book-1.2-25 libedata-cal-1.2-27
  libedataserver-1.2-20 libedataserverui-1.2-1 libefivar0 libepoxy0 libevdev2
  libexiv2-14 libfarstream-0.2-5 libfcitx-config4 libfcitx-gclient0
  libfcitx-utils0 libfdisk1 libfreerdp-cache1.1 libfreerdp-client1.1
  libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1
  libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgdata22
  libgeocode-glib0 libgles1-mesa libglibmm-2.4-1v5 libgnome-bluetooth13
  libgnome-desktop-3-10 libgom-1.0-0 libgom-1.0-common libgphoto2-port12
  libgrilo-0.2-1 libgtkspell3-3-0 libgtop2-10 libhunspell-1.3-0v5 libical1a
  libilmbase12 libinput10 libirs-export91 libisc-export95 libisccfg-export90
  libisl13 liblcms2-utils libllvm3.6v5 liblog-message-perl
  libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra libmagickwand-6.q16-2
  libmatroska6v5 libmbim-glib4 libmbim-proxy libmediaart-2.0-0
  libmetacity-private3 libminiupnpc10 libmirclient9 libmircommon5
  libmirprotobuf3 libmng2 libmozjs-24-0v5 libmpx0 libmspack0 libndp0
  libnet-dbus-perl libnm0 libopencv-calib3d2.4v5 libopencv-contrib2.4v5
  libopencv-core2.4v5 libopencv-features2d2.4v5 libopencv-flann2.4v5
  libopencv-highgui2.4v5 libopencv-imgproc2.4v5 libopencv-legacy2.4v5
  libopencv-ml2.4v5 libopencv-objdetect2.4v5 libopencv-video2.4v5 libopenexr22
  libopenjpeg5 libpanel-applet0 libparted2 libpgm-5.1-0 libplist3 libplymouth4
  libpoppler52 libpostproc-ffmpeg53 libprotobuf-lite9v5 libprotobuf9v5
  libproxy1v5 libpython3.5-minimal libpython3.5-stdlib libpyzy-1.0-0v5
  libqmi-glib1 libqmi-proxy libqpdf13v5 libqqwing2v5 libqt5x11extras5
  libquvi-scripts libquvi7 libraw10 librhythmbox-core9 librtmp1 libseccomp2
  libshine3 libsidplay1v5 libsidplay2v5 libsigc++-2.0-0v5 libsmartcols1
  libsodium13 libsoxr0 libssh-gcrypt-4 libstdc++-5-dev libswresample-ffmpeg1
  libswscale-ffmpeg3 libtag1v5 libtag1v5-vanilla libtie-ixhash-perl
  libtimezonemap-data libtotem-plparser-common libtracker-sparql-1.0-0
  libubsan0 libunity-settings-daemon1 libunwind8 libupower-glib3 libva-drm1
  libvdpau1 libvlccore8 libvncclient1 libvpx2 libvte-2.91-0 libvte-2.91-common
  libwacom-bin libwebrtc-audio-processing-0 libwinpr-crt0.1
  libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1
  libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1
  libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1
  libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1
  libwxbase3.0-0v5 libwxgtk3.0-0v5 libx11-protocol-perl libx264-146 libx265-59
  libxapian22v5 libxcb-util1 libxml++2.6-2v5 libxml-parser-perl
  libxml-twig-perl libxml-xpathengine-perl libzmq3 pinentry-gnome3
  python-blinker python-bs4 python-cffi python-cffi-backend
  python-characteristic python-cryptography python-enum34 python-html5lib
  python-idna python-ipaddress python-jwt python-ndg-httpsclient python-ply
  python-pyasn1-modules python-pycparser python-service-identity
  python3-blinker python3-bs4 python3-cffi python3-cffi-backend
  python3-cryptography python3-cups python3-cupshelpers python3-html5lib
  python3-idna python3-jinja2 python3-jwt python3-pexpect python3-pil
  python3-ply python3-pyasn1 python3-pycparser python3-renderpm
  python3-reportlab python3-reportlab-accel python3-smbc python3-xlsxwriter
  python3.5 python3.5-minimal qml-module-qtfeedback
  qml-module-qtgraphicaleffects qml-module-ubuntu-onlineaccounts
  qtdeclarative5-ubuntu-web-plugin signon-ui-service signon-ui-x11 systemd
  systemd-sysv ubuntu-touch-sounds ubuntu-wallpapers-wily unity-schemas
  update-motd va-driver-all vdpau-va-driver vlc-plugin-samba xbrlapi
The following packages will be upgraded:
  account-plugin-facebook account-plugin-flickr account-plugin-google
  account-plugin-jabber account-plugin-salut account-plugin-twitter
  accountsservice acl acpid activity-log-manager
  activity-log-manager-control-center adduser aisleriot alsa-base alsa-utils
  anacron app-install-data apparmor appmenu-qt apport apport-gtk
  apt-transport-https apt-utils apt-xapian-index aptdaemon aptdaemon-data
  apturl apturl-common aspell aspell-en at-spi2-core autoconf automake
  autotools-dev avahi-autoipd avahi-daemon avahi-utils bamfdaemon banshee
  banshee-extension-soundmenu baobab base-files base-passwd bash
  bash-completion bc bind9-host binfmt-support binutils bluez bluez-cups
  brasero brasero-cdrkit brasero-common brltty bsdmainutils bsdutils
  build-essential busybox-initramfs busybox-static bzip2 ca-certificates
  ca-certificates-java cabextract checkbox-ng checkbox-ng-service cheese
  cheese-common classicmenu-indicator codeblocks codeblocks-common
  codeblocks-contrib colord command-not-found command-not-found-data compiz
  compiz-core compiz-gnome compiz-plugins-default coreutils cpio cpp cpp-4.8
  cracklib-runtime crda cron cups-browsed cups-filters
  cups-filters-core-drivers cups-ppdc dash dbus-x11 dc dconf-cli
  dconf-gsettings-backend dconf-service debconf debconf-i18n debianutils
  deja-dup deja-dup-backend-gvfs desktop-file-utils dh-python dialog
  dictionaries-common diffstat dmidecode dmsetup dnsmasq-base dnsutils
  doc-base dosfstools dpkg-dev duplicity dvd+rw-tools e2fslibs e2fsprogs ed
  efibootmgr empathy empathy-common enchant eog espeak-data ethtool evince
  evince-common evolution-data-server evolution-data-server-common
  evolution-data-server-online-accounts fakeroot file file-roller findutils
  firefox firefox-locale-en folks-common fonts-dejavu-core fonts-dejavu-extra
  fonts-droid fonts-horai-umefont fonts-liberation fonts-nanum
  fonts-opensymbol fonts-sil-abyssinica fonts-takao-pgothic fonts-thai-tlwg
  fonts-tlwg-garuda fonts-tlwg-kinnari fonts-tlwg-loma fonts-tlwg-mono
  fonts-tlwg-norasi fonts-tlwg-purisa fonts-tlwg-sawasdee
  fonts-tlwg-typewriter fonts-tlwg-typist fonts-tlwg-typo fonts-tlwg-umpush
  fonts-tlwg-waree foomatic-db-compressed-ppds friendly-recovery ftp fuse g++
  g++-4.8 gamin gawk gcc gcc-4.8 gcc-4.8-base gcc-4.9-base gconf-service
  gconf-service-backend gconf2 gconf2-common gcr gdb gdisk geany geany-common
  geany-plugin-addons geany-plugin-codenav geany-plugin-commander
  geany-plugin-debugger geany-plugin-devhelp geany-plugin-doc
  geany-plugin-extrasel geany-plugin-gendoc geany-plugins-common gedit
  gedit-common genisoimage geoclue geoip-database gettext gettext-base
  ghostscript ghostscript-x gir1.2-accounts-1.0 gir1.2-appindicator3-0.1
  gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-dbusmenu-glib-0.4 gir1.2-dee-1.0
  gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2 gir1.2-edataserver-1.2
  gir1.2-freedesktop gir1.2-gdata-0.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0
  gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomekeyring-1.0
  gir1.2-goa-1.0 gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0
  gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-gudev-1.0
  gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-3.0 gir1.2-keybinder-3.0
  gir1.2-messagingmenu-1.0 gir1.2-networkmanager-1.0 gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-rb-3.0
  gir1.2-secret-1 gir1.2-signon-1.0 gir1.2-soup-2.4 gir1.2-totem-1.0
  gir1.2-totem-plparser-1.0 gir1.2-udisks-2.0 gir1.2-unity-5.0 gir1.2-vte-2.90
  gir1.2-webkit-3.0 gir1.2-wnck-3.0 gjs gkbd-capplet gksu glib-networking
  glib-networking-common glib-networking-services gnome-accessibility-themes
  gnome-bluetooth gnome-calculator gnome-contacts
  gnome-control-center-shared-data gnome-desktop3-data gnome-disk-utility
  gnome-exe-thumbnailer gnome-font-viewer gnome-icon-theme
  gnome-icon-theme-symbolic gnome-keyring gnome-mahjongg gnome-menus
  gnome-mines gnome-orca gnome-power-manager gnome-screensaver
  gnome-screenshot gnome-session-bin gnome-session-canberra
  gnome-session-common gnome-settings-daemon-schemas gnome-sudoku
  gnome-system-log gnome-terminal gnome-terminal-data gnome-user-guide
  gnome-user-share gnomine gnupg gnuplot gnuplot-nox gpgv grep groff
  groff-base growisofs grub-common grub-gfxpayload-lists grub-pc grub-pc-bin
  grub2-common gsettings-desktop-schemas gsettings-ubuntu-schemas
  gstreamer0.10-alsa gstreamer0.10-nice gstreamer0.10-plugins-base
  gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good
  gstreamer0.10-pulseaudio gstreamer0.10-tools gstreamer0.10-x
  gstreamer1.0-alsa gstreamer1.0-clutter gstreamer1.0-fluendo-mp3
  gstreamer1.0-libav gstreamer1.0-nice gstreamer1.0-plugins-bad
  gstreamer1.0-plugins-bad-faad gstreamer1.0-plugins-bad-videoparsers
  gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps
  gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio
  gstreamer1.0-tools gstreamer1.0-x gucharmap guile-2.0-libs gvfs
  gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs gzip
  hardening-includes hicolor-icon-theme hostname hplip hplip-data httrack
  httrack-doc hud humanity-icon-theme hunspell-en-us hwdata ibus ibus-gtk
  ibus-gtk3 ibus-pinyin ibus-table icedtea-6-jre-cacao icedtea-6-jre-jamvm
  icedtea-netx icedtea-netx-common ifupdown im-config imagemagick
  imagemagick-common indicator-applet-complete indicator-application
  indicator-appmenu indicator-bluetooth indicator-datetime indicator-keyboard
  indicator-messages indicator-power indicator-printers indicator-session
  indicator-sound info initscripts inputattach insserv install-info
  intel-gpu-tools intltool-debian iproute iproute2 iptables iputils-arping
  iputils-ping iputils-tracepath irqbalance isc-dhcp-client isc-dhcp-common
  iso-codes iw jackd2 jackd2-firewire java-common kazam kbd kmod krb5-locales
  lame landscape-client-ui-install language-pack-en language-pack-en-base
  language-pack-gnome-en language-pack-gnome-en-base language-selector-common
  language-selector-gnome less liba52-0.7.4 libaa1 libaacs0
  libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth
  libaccount-plugin-google libaccounts-glib0 libaccounts-qt5-1
  libaccountsservice0 libacl1 libalgorithm-diff-perl libandroid-properties1
  libappindicator1 libappindicator3-1 libarchive-extract-perl
  libarchive-zip-perl libarchive13 libasan0 libasn1-8-heimdal libasound2
  libasound2-data libasound2-plugins libaspell15 libasprintf-dev libassuan0
  libasyncns0 libatk-adaptor libatk-bridge2.0-0 libatk-wrapper-java
  libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0
  libattr1 libaudio2 libaudiofile1 libaudit-common libaudit1
  libauthen-sasl-perl libautodie-perl libavahi-client3 libavahi-common-data
  libavahi-common3 libavahi-core7 libavahi-glib1 libavahi-gobject0 libbamf3-2
  libbind9-90 libblkid1 libbluetooth3 libbluray1 libbrasero-media3-1
  libbrlapi0.6 libbsd0 libburn4 libbz2-1.0 libc-bin libc-dev-bin libc6
  libc6-dbg libc6-dev libcaca0 libcairo-gobject2 libcanberra-gtk-module
  libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module
  libcanberra-pulse libcanberra0 libcap-ng0 libcap2 libcap2-bin libcapi20-3
  libcddb2 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcheese-gtk23
  libcheese7 libchromaprint0 libcloog-isl4 libclutter-1.0-0
  libclutter-1.0-common libclutter-gst-2.0-0 libclutter-gtk-1.0-0
  libcodeblocks0 libcogl-common libcolumbus1-common libcomerr2
  libcompizconfig0 libcrack2 libcroco3 libcrystalhd3 libcupsfilters1 libcurl3
  libcurl3-gnutls libdaemon0 libdatrie1 libdb5.3 libdbus-glib-1-2
  libdbus2.0-cil libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4
  libdbusmenu-qt2 libdbusmenu-qt5 libdc1394-22 libdca0 libdconf1
  libdebconfclient0 libdebian-installer4 libdecoration0 libdee-1.0-4
  libdevmapper-event1.02.1 libdevmapper1.02.1 libdirectfb-1.2-9
  libdjvulibre-text libdjvulibre21 libdmapsharing-3.0-2 libdns100 libdotconf0
  libdpkg-perl libdvdnav4 libdvdread4 libedit2 libegl1-mesa
  libegl1-mesa-drivers libelf1 libemail-valid-perl libenca0 libenchant1c2a
  libespeak1 libestr0 libevdocument3-4 libevent-2.0-5 libevview3-3 libexempi3
  libexif12 libexpat1 libexttextcat-2.0-0 libexttextcat-data libfaac0 libfaad2
  libfakeroot libfarstream-0.1-0 libffado2 libffi6 libfftw3-double3
  libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl
  libfile-mimeinfo-perl libflac8 libflite1 libfluidsynth1 libfolks-eds25
  libfolks-telepathy25 libfolks25 libfontembed1 libfontenc1
  libfreerdp-plugins-standard libfreetype6 libfribidi0 libfs6 libfuse2
  libgail-3-0 libgail-common libgail18 libgamin0 libgbm1 libgc1c2
  libgcc-4.8-dev libgcc1 libgck-1-0 libgconf-2-4 libgcr-3-common
  libgcr-base-3-1 libgcr-ui-3-1 libgd3 libgdata-common libgdbm3 libgdiplus
  libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgee-0.8-2 libgee2 libgeis1
  libgeoclue0 libgeoip1 libgettextpo-dev libgettextpo0 libgexiv2-2
  libgirepository-1.0-1 libgjs0e libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx
  libglapi-mesa libgles2-mesa libglib2.0-cil libglib2.0-data libgme0
  libgmime-2.6-0 libgnome-keyring-common libgnome-keyring0 libgnome-menu-3-0
  libgnomekbd-common libgnomekbd8 libgnutls-openssl27 libgoa-1.0-0b
  libgoa-1.0-common libgomp1 libgpgme11 libgphoto2-6 libgphoto2-l10n
  libgpod-common libgpod4 libgraphite2-3 libgrip0 libgs9 libgs9-common
  libgsettings-qt1 libgssapi-krb5-2 libgssapi3-heimdal libgssdp-1.0-3
  libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base0.10-0
  libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0
  libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0
  libgtk2.0-bin libgtk2.0-cil libgtk2.0-common libgtkglext1
  libgtksourceview-3.0-1 libgtksourceview-3.0-common libgtop2-common
  libgucharmap-2-90-7 libgudev-1.0-0 libgupnp-1.0-4 libgupnp-igd-1.0-4
  libgusb2 libgutenprint2 libgweather-3-6 libgweather-common libgxps2
  libharfbuzz-icu0 libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhpmud0 libhtml-format-perl libhtml-tree-perl
  libhttp-cookies-perl libhttrack2 libhud2 libhx509-5-heimdal libhyphen0
  libibus-1.0-5 libice-dev libice6 libido3-0.1-0 libiec61883-0 libijs-0.35
  libimobiledevice4 libindicator3-7 libindicator7 libio-html-perl
  libio-socket-inet6-perl libio-socket-ssl-perl libipc-run-perl libisc95
  libisccc90 libisccfg90 libiso9660-8 libisofs6 libitm1 libjack-jackd2-0
  libjasper1 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libjbig0
  libjbig2dec0 libjs-jquery libjson-c2 libjson-glib-1.0-0
  libjson-glib-1.0-common libjson0 libjte1 libk5crypto3 libkate1
  libkeybinder-3.0-0 libkeyutils1 libkmod2 libkpathsea6 libkrb5-26-heimdal
  libkrb5-3 libkrb5support0 liblangtag-common liblangtag1 liblavfile-2.1-0
  liblavjpeg-2.1-0 liblavplay-2.1-0 liblcms2-2 libldap-2.4-2 libldb1
  liblightdm-gobject-1-0 libllvm3.4 liblog-message-simple-perl liblouis-data
  liblouis2 liblqr-1-0 libltdl7 liblua5.1-0 liblua5.2-0
  liblwp-protocol-https-perl liblwres90 liblzo2-2 libmagic1 libmailtools-perl
  libmeanwhile1 libmessaging-menu0 libmhash2 libmimic0
  libmission-control-plugins0 libmjpegutils-2.1-0 libmm-glib0 libmms0 libmnl0
  libmodplug1 libmodule-pluggable-perl libmono-cairo4.0-cil
  libmono-corlib4.0-cil libmono-corlib4.5-cil libmono-data-tds4.0-cil
  libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-posix4.0-cil
  libmono-security4.0-cil libmono-sharpzip4.84-cil
  libmono-system-configuration4.0-cil libmono-system-core4.0-cil
  libmono-system-data4.0-cil libmono-system-drawing4.0-cil
  libmono-system-enterpriseservices4.0-cil libmono-system-numerics4.0-cil
  libmono-system-runtime-serialization4.0-cil libmono-system-security4.0-cil
  libmono-system-transactions4.0-cil libmono-system-xml-linq4.0-cil
  libmono-system-xml4.0-cil libmono-system4.0-cil libmount1 libmp3lame0
  libmpc3 libmpcdec6 libmpdec2 libmpeg2-4 libmpeg2encpp-2.1-0 libmpfr4
  libmpg123-0 libmplex2-2.1-0 libmtdev1 libmtp-common libmtp-runtime libmtp9
  libmythes-1.2-0 libnautilus-extension1a libncurses5 libncursesw5
  libnemo-extension1 libneon27-gnutls libnet-domain-tld-perl libnet-http-perl
  libnetpbm10 libnewt0.52 libnfnetlink0 libnice10 libnih-dbus1 libnih1
  libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm-glib-vpn1 libnm-glib4
  libnm-gtk-common libnm-gtk0 libnm-util2 libnotify-bin libnotify4 libnspr4
  libnss3 libnss3-1d libnss3-nssdb libntdb1 libnuma1 libnux-4.0-0
  libnux-4.0-common libodbc1 libofa0 libogg0 libopenal-data libopenal1
  libopencore-amrnb0 libopencore-amrwb0 libopenobex1 libopus0 liborc-0.4-0
  libosmesa6 libp11-kit-gnome-keyring libpackagekit-glib2-16 libpam-cap
  libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-runtime
  libpam-systemd libpam0g libpango-1.0-0 libpango1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0
  libparse-debianchangelog-perl libpcap0.8 libpciaccess0 libpcre3 libpcsclite1
  libpeas-1.0-0 libpeas-common libpipeline1 libpixman-1-0 libpng12-0
  libpod-latex-perl libpolkit-agent-1-0 libpolkit-backend-1-0
  libpolkit-gobject-1-0 libpoppler-glib8 libpopt0 libportaudio2 libprocps3
  libproxy-tools libproxy1-plugin-gsettings libproxy1-plugin-networkmanager
  libpulse-mainloop-glib0 libpulse0 libpulsedsp libpurple-bin
  libpwquality-common libpwquality1 libpython-stdlib libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libpython3.4 libpython3.4-minimal
  libpython3.4-stdlib libqt4-dbus libqt4-declarative libqt4-designer
  libqt4-help libqt4-network libqt4-opengl libqt4-script libqt4-scripttools
  libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml
  libqt4-xmlpatterns libqt5feedback5 libqt5qml-graphicaleffects libqt5test5
  libqtassistantclient4 libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4
  libquadmath0 libquicktime2 libraptor2-0 libraw1394-11 libreadline5
  libreadline6 libreoffice-avmedia-backend-gstreamer libreoffice-help-en-us
  libreoffice-ogltrans libreoffice-pdfimport libresid-builder0c2a
  librest-0.7-0 libroken18-heimdal librsvg2-2 librsvg2-common libsamplerate0
  libsane libsane-common libsane-hpaio libsasl2-2 libsasl2-modules
  libsasl2-modules-db libsbc1 libschroedinger-1.0-0 libsdl1.2debian
  libsecret-1-0 libsecret-common libsemanage-common libsemanage1 libsensors4
  libsepol1 libsgutils2-2 libsignon-extension1 libsignon-glib1
  libsignon-plugins-common1 libsignon-qt5-1 libsigsegv2 libslang2 libsm-dev
  libsm6 libsmbclient libsndfile1 libsnmp-base libsoundtouch0
  libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libspectre1 libspeechd2
  libspeex1 libspeexdsp1 libsqlite3-0 libsrtp0 libss2 libssh-4 libssh2-1
  libstartup-notification0 libstdc++-4.8-dev libtalloc2 libtar0 libtbb2
  libtcl8.6 libtdb1 libtelepathy-farstream3 libtelepathy-glib0
  libtelepathy-logger3 libterm-ui-perl libtevent0 libtext-levenshtein-perl
  libthai-data libthai0 libtheora0 libtiff5 libtimedate-perl libtimezonemap1
  libtinfo5 libtk8.6 libtotem-plparser18 libtotem0 libtwolame0 libudev1
  libudisks2-0 libunistring0 libunity-action-qt1 libunity-control-center1
  libunity-core-6.0-9 libunity-gtk2-parser0 libunity-gtk3-parser0
  libunity-protocol-private0 libunity-scopes-json-def-desktop libunity9
  libunityvoice1 libupnp6 libupstart1 liburi-perl liburl-dispatcher1
  libusb-0.1-4 libusb-1.0-0 libusbmuxd2 libustr-1.0-1 libutempter0 libuuid1
  libv4l-0 libv4lconvert0 libva-x11-1 libva1 libvcdinfo0 libvisual-0.4-0
  libvlc5 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-2.90-9
  libvte-2.90-common libvte-common libvte9 libwacom-common libwacom2
  libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa
  libwayland-server0 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common
  libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwebp5 libwebpmux1
  libwhoopsie-preferences0 libwhoopsie0 libwildmidi-config libwildmidi1
  libwind0-heimdal libwmf0.2-7 libwmf0.2-7-gtk libwnck-3-0 libwnck-3-common
  libwnck-common libwnck22 libwww-perl libwxbase2.8-0 libwxbase2.8-dev
  libwxgtk2.8-0 libwxgtk2.8-dev libwxsmithlib0 libx11-6 libx11-data libx11-dev
  libx11-doc libx11-xcb1 libxatracker2 libxaw7 libxcb-composite0 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-image0 libxcb-present0 libxcb-randr0
  libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
  libxcb-xfixes0 libxcb-xkb1 libxcb-xv0 libxcb1 libxcb1-dev libxdamage1
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxfont1 libxft2
  libxi6 libxkbfile1 libxml2 libxmu-dev libxmu-headers libxmu6 libxmuu1
  libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt-dev libxt6
  libxtables10 libxvidcore4 libxvmc1 libxxf86vm1 libyajl2 libyaml-tiny-perl
  libyelp0 libzbar0 libzeitgeist-2.0-0 libzvbi-common libzvbi0 light-themes
  lightdm lintian linux-firmware linux-libc-dev linux-sound-base locales login
  logrotate lsb-release lshw ltrace m4 make man-db manpages manpages-dev
  mcp-account-manager-uoa media-player-info memtest86+ metacity-common
  mime-support mjpegtools mjpegtools-gtk mlocate modem-manager-gui
  modemmanager module-init-tools mono-4.0-gac mono-gac mono-runtime
  mono-runtime-common mono-runtime-sgen mount mountall mousetweaks mtools
  mtr-tiny multiarch-support nano nautilus nautilus-data nautilus-sendto
  ncurses-base ncurses-bin nemo nemo-data nemo-fileroller net-tools netbase
  netpbm network-manager network-manager-gnome network-manager-pptp
  network-manager-pptp-gnome notify-osd notify-osd-icons ntfs-3g ntpdate
  nux-tools ocl-icd-libopencl1 odbcinst odbcinst1debian2 onboard onboard-data
  oneconf oneconf-common openjdk-6-jre openjdk-6-jre-headless
  openjdk-6-jre-lib openprinting-ppds openssh-client openssl os-prober
  overlay-scrollbar overlay-scrollbar-gtk2 p11-kit p7zip parted passwd
  pastebinit patch patchutils pkg-config plainbox-provider-checkbox
  plainbox-provider-resource-generic plainbox-secure-policy plymouth
  plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text
  pm-utils policykit-1 policykit-1-gnome policykit-desktop-privileges
  poppler-data poppler-utils powermgmt-base ppp pppconfig pppoeconf pptp-linux
  printer-driver-c2esp printer-driver-foo2zjs printer-driver-foo2zjs-common
  printer-driver-gutenprint printer-driver-hpcups printer-driver-min12xxw
  printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch
  printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix procps
  psmisc psutils pulseaudio pulseaudio-module-bluetooth pulseaudio-module-x11
  pulseaudio-utils python python-appindicator python-apt-common
  python-aptdaemon python-aptdaemon.gtk3widgets python-chardet
  python-commandnotfound python-crypto python-cups python-dbus python-dbus-dev
  python-debian python-debtagshw python-dirspec python-gconf python-gdbm
  python-gi python-gi-cairo python-glade2 python-gobject python-gtk2
  python-httplib2 python-imaging python-ldb python-libxml2 python-lockfile
  python-lxml python-minimal python-notify python-ntdb python-oauthlib
  python-oneconf python-openssl python-pam python-pexpect python-pil
  python-pkg-resources python-pyasn1 python-pycurl python-qt4 python-qt4-dbus
  python-renderpm python-reportlab python-reportlab-accel python-requests
  python-samba python-serial python-sip python-six python-smbc python-talloc
  python-tdb python-twisted-bin python-twisted-conch python-twisted-core
  python-twisted-web python-ubuntu-sso-client python-urllib3 python-xapian
  python-zeitgeist python-zope.interface python2.7 python2.7-minimal
  python3-apport python3-aptdaemon python3-aptdaemon.gtk3widgets
  python3-aptdaemon.pkcompat python3-brlapi python3-cairo python3-chardet
  python3-checkbox-ng python3-checkbox-support python3-commandnotfound
  python3-crypto python3-dbus python3-debian python3-distupgrade
  python3-feedparser python3-gdbm python3-gi python3-gi-cairo python3-httplib2
  python3-louis python3-lxml python3-mako python3-markupsafe python3-oauthlib
  python3-oneconf python3-pkg-resources python3-plainbox
  python3-problem-report python3-pyatspi python3-pycurl python3-pyparsing
  python3-requests python3-six python3-software-properties python3-speechd
  python3-update-manager python3-urllib3 python3.4 python3.4-minimal qdbus
  qjackctl qpdf qt-at-spi qtchooser qtcore4-l10n
  qtdeclarative5-accounts-plugin qtdeclarative5-qtfeedback-plugin
  qtdeclarative5-ubuntu-ui-extras-browser-plugin
  qtdeclarative5-unity-action-plugin readline-common remmina remmina-common
  remmina-plugin-rdp remmina-plugin-vnc resolvconf rfkill rhythmbox
  rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins
  rsync rsyslog rtkit samba-common samba-common-bin samba-libs sane-utils
  seahorse sed session-migration sessioninstaller shared-mime-info shotwell
  shotwell-common signon-keyring-extension signon-plugin-oauth2
  signon-plugin-password signon-ui signond simple-scan smbclient sni-qt
  software-properties-common software-properties-gtk speech-dispatcher
  speech-dispatcher-audio-plugins ssh-askpass-gnome ssl-cert sudo syslinux
  syslinux-common syslinux-legacy system-config-printer-common
  system-config-printer-gnome system-config-printer-udev systemd-shim sysv-rc
  sysvinit-utils t1utils tar tcl8.6 tcpdump telepathy-gabble telepathy-idle
  telepathy-indicator telepathy-logger telepathy-mission-control-5
  telepathy-salut telnet thunderbird thunderbird-gnome-support time tk8.6
  totem totem-common totem-plugins transmission-common transmission-gtk tree
  ttf-dejavu-extra ttf-mscorefonts-installer ttf-ubuntu-font-family twolame
  tzdata tzdata-java ubuntu-artwork ubuntu-docs ubuntu-drivers-common
  ubuntu-minimal ubuntu-mono ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk ubuntu-session ubuntu-settings ubuntu-sso-client
  ubuntu-sso-client-qt ubuntu-standard ubuntu-wallpapers
  ubuntu-wallpapers-trusty ubuntuone-client-data ucf udev udisks2 ufw
  unattended-upgrades unity unity-asset-pool unity-control-center
  unity-control-center-signon unity-greeter unity-gtk-module-common
  unity-gtk2-module unity-gtk3-module unity-lens-applications unity-lens-music
  unity-scope-home unity-scope-musicstores unity-scopes-master-default
  unity-scopes-runner unity-services unity-settings-daemon unity-voice-service
  unixodbc unzip update-manager update-manager-core update-notifier
  update-notifier-common upower usb-creator-common usb-creator-gtk
  usb-modeswitch usb-modeswitch-data usbmuxd usbutils util-linux uuid-runtime
  vim-common vim-tiny vino vlc vlc-data vlc-nox vlc-plugin-notify
  vlc-plugin-pulse webhttrack-common wget whiptail whoopsie
  whoopsie-preferences winetricks wireless-regdb wodim wpasupplicant wx-common
  wx2.8-headers x11-apps x11-common x11-session-utils x11-utils x11-xfs-utils
  x11-xkb-utils x11-xserver-utils x11proto-core-dev x11proto-input-dev
  x11proto-kb-dev xauth xcursor-themes xdg-user-dirs xdg-utils xdiagnose
  xfonts-base xfonts-encodings xfonts-scalable xfonts-utils xinit xkb-data
  xorg xorg-docs-core xserver-common xserver-xorg xserver-xorg-core
  xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
  xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati
  xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel
  xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-s3 xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb
  xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa
  xserver-xorg-video-vmware xterm xtrans-dev xul-ext-ubufox yelp yelp-xsl
  zeitgeist zeitgeist-core zeitgeist-datahub zenity zenity-common zip zlib1g
1532 upgraded, 280 newly installed, 57 to remove and 0 not upgraded.
Need to get 98.7 MB/767 MB of archives.
After this operation, 568 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://bd.archive.ubuntu.com/ubuntu/ wily/main pulseaudio i386 1:6.0-0ubuntu13 [753 kB]
Get:2 http://bd.archive.ubuntu.com/ubuntu/ wily/universe gnome-icon-theme all 3.12.0-1ubuntu2 [777 kB]
Get:3 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main systemd i386 225-1ubuntu9.1 [3350 kB]
Get:4 http://bd.archive.ubuntu.com/ubuntu/ wily/universe fonts-horai-umefont all 530-1 [6280 kB]
Get:5 http://bd.archive.ubuntu.com/ubuntu/ wily/main fonts-nanum all 20140930-1 [8691 kB]
Get:6 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main libmagickcore-6.q16-2 i386 8:6.8.9.9-5ubuntu2.1 [1624 kB]
Get:7 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main firefox i386 47.0+build3-0ubuntu0.15.10.1 [47.5 MB]
Get:8 http://bd.archive.ubuntu.com/ubuntu/ wily-updates/main linux-firmware all 1.149.3 [29.8 MB]
Fetched 98.7 MB in 46s (2132 kB/s)
E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_6.0-0ubuntu13_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_225-1ubuntu9.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/universe/f/fonts-horai-umefont/fonts-horai-umefont_530-1_all.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/f/fonts-nanum/fonts-nanum_20140930-1_all.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_47.0+build3-0ubuntu0.15.10.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.149.3_all.deb Hash Sum mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

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

I recommend that you change to another repository server.

Edit the configuration file /etc/apt/sources.list and replace //bd.archive.ubuntu.com by //archive.ubuntu.com
(Either do that from outside the chroot and access the file as /mnt/etc/apt/sources.list or do it from inside the chroot with the nano editor.)

Then reload the inventory data and retry with

sudo apt-get update
sudo apt-get dist-upgrade

Revision history for this message
Dip (ratnadip983) said :
#45

Before getting your last suggestion I tried to install all .deb file manually from /var/cache/apt/archives using dpkg -i *.deb command in Chroot mode. But, That was halted due to so many error.

Then I tried according to your instruction. Now getting error when tried to upgrade

root@ubuntu:/# apt-get update
Hit http://security.ubuntu.com wily-security InRelease
Get:1 http://archive.ubuntu.com wily InRelease [218 kB]
Hit http://security.ubuntu.com wily-security/main Sources
Hit http://security.ubuntu.com wily-security/restricted Sources
Hit http://security.ubuntu.com wily-security/universe Sources
Hit http://security.ubuntu.com wily-security/multiverse Sources
Hit http://security.ubuntu.com wily-security/main i386 Packages
Hit http://security.ubuntu.com wily-security/restricted i386 Packages
Hit http://security.ubuntu.com wily-security/universe i386 Packages
Hit http://security.ubuntu.com wily-security/multiverse i386 Packages
Hit http://security.ubuntu.com wily-security/main Translation-en
Hit http://security.ubuntu.com wily-security/multiverse Translation-en
Hit http://security.ubuntu.com wily-security/restricted Translation-en
Hit http://security.ubuntu.com wily-security/universe Translation-en
Get:2 http://archive.ubuntu.com wily-updates InRelease [65.9 kB]
Get:3 http://archive.ubuntu.com wily-backports InRelease [65.9 kB]
Get:4 http://archive.ubuntu.com wily-proposed InRelease [65.9 kB]
Get:5 http://archive.ubuntu.com wily/main Sources [1,118 kB]
Get:6 http://archive.ubuntu.com wily/restricted Sources [7,181 B]
Get:7 http://archive.ubuntu.com wily/universe Sources [7,238 kB]
Get:8 http://archive.ubuntu.com wily/multiverse Sources [178 kB]
Get:9 http://archive.ubuntu.com wily/main i386 Packages [1,416 kB]
Get:10 http://archive.ubuntu.com wily/restricted i386 Packages [16.0 kB]
Get:11 http://archive.ubuntu.com wily/universe i386 Packages [6,701 kB]
Get:12 http://archive.ubuntu.com wily/multiverse i386 Packages [139 kB]
Get:13 http://archive.ubuntu.com wily/main Translation-en [839 kB]
Get:14 http://archive.ubuntu.com wily/multiverse Translation-en [107 kB]
Get:15 http://archive.ubuntu.com wily/restricted Translation-en [4,296 B]
Get:16 http://archive.ubuntu.com wily/universe Translation-en [4,579 kB]
Get:17 http://archive.ubuntu.com wily-updates/main Sources [88.4 kB]
Get:18 http://archive.ubuntu.com wily-updates/restricted Sources [3,741 B]
Get:19 http://archive.ubuntu.com wily-updates/universe Sources [28.4 kB]
Get:20 http://archive.ubuntu.com wily-updates/multiverse Sources [3,198 B]
Get:21 http://archive.ubuntu.com wily-updates/main i386 Packages [241 kB]
Get:22 http://archive.ubuntu.com wily-updates/restricted i386 Packages [13.4 kB]
Get:23 http://archive.ubuntu.com wily-updates/universe i386 Packages [103 kB]
Get:24 http://archive.ubuntu.com wily-updates/multiverse i386 Packages [6,676 B]
Get:25 http://archive.ubuntu.com wily-updates/main Translation-en [117 kB]
Get:26 http://archive.ubuntu.com wily-updates/multiverse Translation-en [3,156 B]
Get:27 http://archive.ubuntu.com wily-updates/restricted Translation-en [3,024 B]
Get:28 http://archive.ubuntu.com wily-updates/universe Translation-en [60.2 kB]
Get:29 http://archive.ubuntu.com wily-backports/main Sources [748 B]
Get:30 http://archive.ubuntu.com wily-backports/restricted Sources [28 B]
Get:31 http://archive.ubuntu.com wily-backports/universe Sources [2,257 B]
Get:32 http://archive.ubuntu.com wily-backports/multiverse Sources [28 B]
Get:33 http://archive.ubuntu.com wily-backports/main i386 Packages [619 B]
Get:34 http://archive.ubuntu.com wily-backports/restricted i386 Packages [28 B]
Get:35 http://archive.ubuntu.com wily-backports/universe i386 Packages [1,998 B]
Get:36 http://archive.ubuntu.com wily-backports/multiverse i386 Packages [28 B]
Get:37 http://archive.ubuntu.com wily-backports/main Translation-en [496 B]
Get:38 http://archive.ubuntu.com wily-backports/multiverse Translation-en [28 B]
Get:39 http://archive.ubuntu.com wily-backports/restricted Translation-en [28 B]
Get:40 http://archive.ubuntu.com wily-backports/universe Translation-en [1,390 B]
Get:41 http://archive.ubuntu.com wily-proposed/main i386 Packages [5,057 B]
Get:42 http://archive.ubuntu.com wily-proposed/multiverse i386 Packages [28 B]
Get:43 http://archive.ubuntu.com wily-proposed/universe i386 Packages [3,454 B]
Get:44 http://archive.ubuntu.com wily-proposed/restricted i386 Packages [28 B]
Get:45 http://archive.ubuntu.com wily-proposed/main Translation-en [2,483 B]
Get:46 http://archive.ubuntu.com wily-proposed/multiverse Translation-en [28 B]
Get:47 http://archive.ubuntu.com wily-proposed/restricted Translation-en [28 B]
Get:48 http://archive.ubuntu.com wily-proposed/universe Translation-en [1,923 B]
Fetched 23.4 MB in 13min 7s (29.8 kB/s)
Reading package lists... Done

root@ubuntu:/# sudo apt-get dist-upgrade
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 adduser : Depends: passwd (>= 1:4.1.5.1-1.1ubuntu6) but 1:4.1.5.1-1ubuntu9.2 is installed
 apport : Depends: python3-apport (>= 2.19.1-0ubuntu5) but 2.14.1-0ubuntu3.21 is installed
 apport-gtk : Depends: python3-apport (>= 2.19.1-0ubuntu5) but 2.14.1-0ubuntu3.21 is installed
 aptdaemon : Depends: python3-aptdaemon (= 1.1.1+bzr982-0ubuntu14) but 1.1.1-1ubuntu5.2 is installed
 baobab : Depends: libgtk-3-0 (>= 3.13.7) but 3.10.8-0ubuntu1.6 is installed
 checkbox-ng : Depends: python3-checkbox-ng (= 0.20.1-1) but 0.3-2 is installed
 cheese : Depends: libgtk-3-0 (>= 3.13.7) but 3.10.8-0ubuntu1.6 is installed
 codeblocks : Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not installed
              Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not installed
 codeblocks-contrib : Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not installed
                      Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not installed
                      Depends: libwxsmithlib0 (= 13.12-3.1build1) but 13.12-3 is installed
                      Recommends: valgrind but it is not installed
 colord : Depends: colord-data but it is not installed
 compiz-core : Depends: libglibmm-2.4-1v5 (>= 2.44.0) but it is not installed
               Depends: libsigc++-2.0-0v5 (>= 2.2.0) but it is not installed
 cups-filters : Depends: libqpdf13v5 (> 5.1.3~) but it is not installed
 cups-filters-core-drivers : Depends: libqpdf13v5 (> 5.1.3~) but it is not installed
 deja-dup : Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
 e2fsprogs : PreDepends: e2fslibs (= 1.42.9-3ubuntu1.3) but 1.42.12-1ubuntu2 is installed
 empathy : Depends: libcogl20 (>= 1.17.4) but it is not installed
           Depends: libfarstream-0.2-5 (>= 0.1.91) but it is not installed
           Recommends: telepathy-haze but it is not installed
 eog : Depends: libgtk-3-0 (>= 3.14.0) but 3.10.8-0ubuntu1.6 is installed
 evince : Depends: libgtk-3-0 (>= 3.15.3) but 3.10.8-0ubuntu1.6 is installed
 evolution-data-server : Depends: libical1a (>= 1.0) but it is not installed
 file-roller : Depends: libgtk-3-0 (>= 3.13.2) but 3.10.8-0ubuntu1.6 is installed
 gedit : Depends: libgtk-3-0 (>= 3.16) but 3.10.8-0ubuntu1.6 is installed
 gir1.2-gtk-3.0 : Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
 gir1.2-totem-1.0 : Depends: libtotem0 (>= 3.16.4-0ubuntu2) but 3.10.1-1ubuntu4 is installed
 gir1.2-vte-2.90 : Depends: libvte-2.90-9 (>= 1:0.36.0) but 1:0.34.9-1ubuntu2 is installed
 gir1.2-vte-2.91 : Depends: libvte-2.91-0 (>= 0.40.2) but it is not installed
 glib-networking : Depends: libproxy1v5 (>= 0.4.11) but it is not installed
 glib-networking-services : Depends: libproxy1v5 (>= 0.4.11) but it is not installed
 gnome-bluetooth : Depends: bluez-obexd but it is not installed
 gnome-calculator : Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
 gnome-contacts : Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
 gnome-disk-utility : Depends: libgtk-3-0 (>= 3.12.0) but 3.10.8-0ubuntu1.6 is installed
 gnome-font-viewer : Depends: libgtk-3-0 (>= 3.11.4) but 3.10.8-0ubuntu1.6 is installed
 gnome-icon-theme-symbolic : Depends: gnome-icon-theme (>= 3.12) but 3.10.0-0ubuntu2 is installed
 gnome-keyring : Depends: pinentry-gnome3 but it is not installed or
                          pinentry
 gnome-mahjongg : Depends: libgtk-3-0 (>= 3.13.2) but 3.10.8-0ubuntu1.6 is installed
 gnome-mines : Depends: libgtk-3-0 (>= 3.12.0) but 3.10.8-0ubuntu1.6 is installed
 gnome-power-manager : Depends: libupower-glib3 (>= 0.99.0) but it is not installed
                       Depends: upower (>= 0.99) but 0.9.23-2ubuntu1 is installed
 gnome-screenshot : Depends: libgtk-3-0 (>= 3.11.5) but 3.10.8-0ubuntu1.6 is installed
 gnome-sudoku : Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
 gnome-terminal : Depends: libgtk-3-0 (>= 3.11.7) but 3.10.8-0ubuntu1.6 is installed
                  Depends: libvte-2.91-0 (>= 0.40.2) but it is not installed
 gnome-user-share : Depends: bluez-obexd but it is not installed
 gnuplot-nox : Depends: gnuplot-data (= 4.6.6-2) but it is not installed
 grilo-plugins-0.2-base : Depends: libtracker-sparql-1.0-0 (>= 0.10.0) but it is not installed
 gstreamer0.10-plugins-good : Depends: libtag1v5-vanilla but it is not installed
 gstreamer1.0-clutter : Depends: libcogl20 (>= 1.17.4) but it is not installed
 gstreamer1.0-plugins-bad : Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
                            Depends: libopencv-calib3d2.4v5 but it is not installed
                            Depends: libopencv-core2.4v5 but it is not installed
                            Depends: libopencv-highgui2.4v5 but it is not installed
                            Depends: libopencv-imgproc2.4v5 but it is not installed
                            Depends: libwebp5 (>= 0.4.3) but 0.4.0-4 is installed
                            Depends: libx265-59 (>= 1.7) but it is not installed
 gstreamer1.0-plugins-good : Depends: libtag1v5 (>= 1.9.1-2.4ubuntu1) but it is not installed
                             Depends: libvpx2 (>= 1.4.0) but it is not installed
 gstreamer1.0-plugins-ugly : Depends: gstreamer1.0-plugins-ugly-amr (= 1.6.3-1ubuntu1) but it is not installed
                             Depends: libx264-146 but it is not installed
 hplip : Depends: printer-driver-hpcups (= 3.15.7-0ubuntu4) but 3.14.3-0ubuntu3.4 is installed
         Depends: python3-pil but it is not installed
         Depends: python3-pexpect but it is not installed
         Depends: python3-reportlab but it is not installed
 hud : Depends: libcolumbus1v5 (>= 1.1.0+14.04.20140325.3) but it is not installed
 i965-va-driver : Depends: libva-driver-abi-0.38
 icedtea-6-jre-cacao : Depends: openjdk-6-jre-headless (= 6b39-1.13.11-0ubuntu0.15.10.2) but 6b39-1.13.11-0ubuntu0.14.04.1 is installed
 icedtea-6-jre-jamvm : Depends: openjdk-6-jre-headless (= 6b39-1.13.11-0ubuntu0.15.10.2) but 6b39-1.13.11-0ubuntu0.14.04.1 is installed
 imagemagick-6.q16 : Depends: libmagickcore-6.q16-2 (>= 8:6.8.9.9-5ubuntu2.1) but it is not installed
 indicator-datetime : Depends: libical1a (>= 1.0) but it is not installed
                      Recommends: ubuntu-touch-sounds but it is not installed
 intel-gpu-tools : Depends: libunwind8 but it is not installed
 iptables : Depends: libxtables10 (= 1.4.21-2ubuntu2) but 1.4.21-1ubuntu1 is installed
 jackd2-firewire : Depends: jackd2 (= 1.9.10+20140719git3eb0ae6a~dfsg-3ubuntu1) but 1.9.9.5+20130622git7de15e7a-1ubuntu1 is installed
 language-pack-en : Depends: language-pack-en-base (>= 1:15.10+20151016) but 1:14.04+20150804 is installed
 language-pack-gnome-en : Depends: language-pack-gnome-en-base (>= 1:15.10+20151016) but 1:14.04+20150804 is installed
 libavcodec-ffmpeg56 : Depends: libvpx2 (>= 1.4.0) but it is not installed
                       Depends: libwebp5 (>= 0.4.3) but 0.4.0-4 is installed
                       Depends: libx264-146 but it is not installed
                       Depends: libx265-59 (>= 1.7) but it is not installed
 libavfilter-ffmpeg5 : Depends: libopencv-core2.4v5 but it is not installed
                       Depends: libopencv-imgproc2.4v5 but it is not installed
                       Depends: libzmq3 (>= 3.2.3+dfsg) but it is not installed
 libchamplain-0.12-0 : Depends: libcogl20 (>= 1.17.4) but it is not installed
 libcheese-gtk23 : Depends: libcogl20 (>= 1.17.4) but it is not installed
                   Depends: libgtk-3-0 (>= 3.13.4) but 3.10.8-0ubuntu1.6 is installed
 libclutter-1.0-0 : Depends: libcogl20 (>= 1.20.0) but it is not installed
 libclutter-gst-2.0-0 : Depends: libcogl20 (>= 1.17.4) but it is not installed
 libclutter-gst-3.0-0 : Depends: libcogl20 (>= 1.17.4) but it is not installed
 libclutter-gtk-1.0-0 : Depends: libcogl20 (>= 1.17.4) but it is not installed
 libcodeblocks0 : Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not installed
                  Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not installed
 libcogl-pango20 : Depends: libcogl20 (>= 1.17.4) but it is not installed
 libcogl-path20 : Depends: libcogl20 (>= 1.18.0) but it is not installed
 libcolumbus1 : Depends: libcolumbus1-common (= 1.1.0+14.04.20140325.3-0ubuntu1) but 1.1.0+15.10.20150806-0ubuntu2 is installed
 libecal-1.2-18 : Depends: libical1a (>= 1.0) but it is not installed
 libedata-cal-1.2-27 : Depends: libical1a (>= 1.0) but it is not installed
 libevdocument3-4 : Depends: libgtk-3-0 (>= 3.15.3) but 3.10.8-0ubuntu1.6 is installed
 libevview3-3 : Depends: libgtk-3-0 (>= 3.15.3) but 3.10.8-0ubuntu1.6 is installed
 libffado2 : Depends: libconfig++9v5 but it is not installed
             Depends: libglibmm-2.4-1v5 (>= 2.44.0) but it is not installed
             Depends: libxml++2.6-2v5 (>= 2.38.0) but it is not installed
 libfreerdp-plugins-standard : Depends: libfreerdp-common1.1.0 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libfreerdp-utils1.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-crt0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-file0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-handle0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-interlocked0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-synch0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-sysinfo0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-thread0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
                               Depends: libwinpr-utils0.1 (>= 1.1.0~beta1+git20130629) but it is not installed
 libgail-3-0 : Depends: libgtk-3-0 (= 3.16.7-0ubuntu3.3) but 3.10.8-0ubuntu1.6 is installed
 libgcc-5-dev : Depends: libubsan0 (>= 5.2.1-22ubuntu2) but it is not installed
 libgcr-ui-3-1 : Depends: libgtk-3-0 (>= 3.11.5) but 3.10.8-0ubuntu1.6 is installed
 libgd3 : Depends: libvpx2 (>= 1.4.0) but it is not installed
 libgnome-bluetooth13 : Depends: libgtk-3-0 (>= 3.11.5) but 3.10.8-0ubuntu1.6 is installed
 libgtk-3-bin : Depends: libgtk-3-0 (>= 3.16.7-0ubuntu3.3) but 3.10.8-0ubuntu1.6 is installed
 libgtksourceview-3.0-1 : Depends: libgtk-3-0 (>= 3.16) but 3.10.8-0ubuntu1.6 is installed
 libgucharmap-2-90-7 : Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
 libimobiledevice4 : Depends: libusbmuxd2 (>= 1.0.9) but 1.0.8-2ubuntu1 is installed
 libmagickcore-6.q16-2-extra : Depends: libmagickcore-6.q16-2 (>= 8:6.8.9.9-5ubuntu2.1) but it is not installed
 libmagickwand-6.q16-2 : Depends: libmagickcore-6.q16-2 (>= 8:6.8.9.9-5ubuntu2.1) but it is not installed
 libmetacity-private3 : Depends: metacity-common (= 1:3.17.2-4ubuntu1) but 1:2.34.13-0ubuntu4.1 is installed
                        Depends: libgtk-3-0 (>= 3.16.2) but 3.10.8-0ubuntu1.6 is installed
 libncurses5 : Depends: libtinfo5 (= 5.9+20150516-2ubuntu1) but 5.9+20140118-1ubuntu1 is installed
 libncursesw5 : Depends: libtinfo5 (= 5.9+20150516-2ubuntu1) but 5.9+20140118-1ubuntu1 is installed
 libnet-dbus-perl : Depends: libxml-twig-perl but it is not installed
 libnm-gtk0 : Depends: libnm-gtk-common (= 0.9.8.8-0ubuntu4.4) but 0.9.10.1-0ubuntu7 is installed
 libnux-4.0-0 : Depends: libsigc++-2.0-0v5 (>= 2.2.0) but it is not installed
 libopenal1 : Depends: libopenal-data (= 1:1.16.0-3) but 1:1.14-4ubuntu1 is installed
 libopencv-contrib2.4v5 : Depends: libopencv-calib3d2.4v5 (= 2.4.9+dfsg-1ubuntu6) but it is not installed
                          Depends: libopencv-core2.4v5 but it is not installed
                          Depends: libopencv-features2d2.4v5 but it is not installed
                          Depends: libopencv-highgui2.4v5 (= 2.4.9+dfsg-1ubuntu6) but it is not installed
                          Depends: libopencv-imgproc2.4v5 but it is not installed
 libopencv-legacy2.4v5 : Depends: libopencv-calib3d2.4v5 (= 2.4.9+dfsg-1ubuntu6) but it is not installed
                         Depends: libopencv-core2.4v5 but it is not installed
                         Depends: libopencv-features2d2.4v5 but it is not installed
                         Depends: libopencv-highgui2.4v5 (= 2.4.9+dfsg-1ubuntu6) but it is not installed
                         Depends: libopencv-imgproc2.4v5 but it is not installed
 libopencv-ml2.4v5 : Depends: libopencv-core2.4v5 (= 2.4.9+dfsg-1ubuntu6) but it is not installed
 libopencv-objdetect2.4v5 : Depends: libopencv-core2.4v5 but it is not installed
                            Depends: libopencv-highgui2.4v5 (= 2.4.9+dfsg-1ubuntu6) but it is not installed
                            Depends: libopencv-imgproc2.4v5 but it is not installed
 libopencv-video2.4v5 : Depends: libopencv-core2.4v5 but it is not installed
                        Depends: libopencv-imgproc2.4v5 (= 2.4.9+dfsg-1ubuntu6) but it is not installed
 libpam-modules : PreDepends: libpam-modules-bin (= 1.1.8-1ubuntu2.2) but 1.1.8-3.1ubuntu3.2 is installed
 libpam-systemd : Depends: systemd (= 225-1ubuntu9.1) but it is not installed
                  Depends: systemd-shim (>= 8-2) but 6-2bzr1 is installed or
                           systemd-sysv but it is not installed
 libpanel-applet0 : Depends: libgtk-3-0 (>= 3.15.2) but 3.10.8-0ubuntu1.6 is installed
 libproxy-tools : Depends: libproxy1v5 (>= 0.4.11) but it is not installed
 libproxy1-plugin-gsettings : Depends: libproxy1v5 (= 0.4.11-4ubuntu3~gcc5.3) but it is not installed
 libproxy1-plugin-networkmanager : Depends: libproxy1v5 (= 0.4.11-4ubuntu3~gcc5.3) but it is not installed
 libpython-stdlib : Depends: libpython2.7-stdlib (>= 2.7.9-1~) but 2.7.6-8ubuntu0.2 is installed
 libpython2.7 : Depends: libpython2.7-stdlib (= 2.7.10-4ubuntu1) but 2.7.6-8ubuntu0.2 is installed
 libpython2.7-stdlib : Depends: libpython2.7-minimal (= 2.7.6-8ubuntu0.2) but 2.7.10-4ubuntu1 is installed
 libqt4-dbus : Depends: qdbus (= 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 is installed
 libqt5qml-graphicaleffects : Depends: qml-module-qtgraphicaleffects but it is not installed
 libquicktime2 : Depends: libx264-146 but it is not installed
 libsane : Depends: libsane-common (= 1.0.25+git20150528-1ubuntu2) but 1.0.23-3ubuntu3.1 is installed
 libsmbclient : Depends: samba-libs (= 2:4.3.9+dfsg-0ubuntu0.15.10.2) but 2:4.3.9+dfsg-0ubuntu0.14.04.3 is installed
 libstartup-notification0 : Depends: libxcb-util1 (>= 0.4.0) but it is not installed
 libtelepathy-farstream3 : Depends: libfarstream-0.2-5 (>= 0.1.91) but it is not installed
 libwayland-egl1-mesa : Depends: libegl1-mesa (= 10.1.3-0ubuntu0.6) but 11.0.2-1ubuntu4 is installed
 libwebkitgtk-1.0-0 : Depends: libjavascriptcoregtk-1.0-0 (= 2.4.10-0ubuntu0.14.04.1) but 2.4.10-0ubuntu0.15.10.1 is installed
 libwebkitgtk-3.0-0 : Depends: libjavascriptcoregtk-3.0-0 (= 2.4.10-0ubuntu0.14.04.1) but 2.4.10-0ubuntu0.15.10.1 is installed
 libwxsmithlib0 : Depends: libcodeblocks0 (= 13.12-3) but 13.12-3.1build1 is installed
                  Recommends: codeblocks-contrib (= 13.12-3) but 13.12-3.1build1 is installed
 mcp-account-manager-uoa : Depends: empathy (= 3.8.6-0ubuntu9.2) but 3.12.10-0ubuntu2 is installed
                           Recommends: ubuntu-control-center-signon but it is not installable
                           Recommends: account-plugin-aim but it is not installed
                           Recommends: account-plugin-yahoo but it is not installed
 nautilus-sendto-empathy : Depends: empathy (= 3.8.6-0ubuntu9.2) but 3.12.10-0ubuntu2 is installed
                           Depends: empathy-common (= 3.8.6-0ubuntu9.2) but 3.12.10-0ubuntu2 is installed
 netpbm : Depends: libnetpbm10 (= 2:10.0-15ubuntu2) but 2:10.0-15.2 is installed
 pulseaudio : Depends: libpulse0 (= 1:4.0-0ubuntu11.1) but 1:6.0-0ubuntu13 is installed
 python : Depends: libpython-stdlib (= 2.7.5-5ubuntu3) but 2.7.9-1 is installed
 python-appindicator : Depends: libappindicator1 (= 12.10.1+13.10.20130920-0ubuntu4.1) but 12.10.1+15.04.20141110-0ubuntu1 is installed
 python-ldb : Depends: libldb1 (= 1:1.1.24-0ubuntu0.14.04.1) but 2:1.1.24-0ubuntu0.15.10.1 is installed
 python-ntdb : Depends: libntdb1 (= 1.0-2ubuntu1) but 1.0-7 is installed
 python-tdb : Depends: libtdb1 (= 1.3.8-0ubuntu0.14.04.1) but 1.3.8-0ubuntu0.15.10.1 is installed
 python2.7-minimal : Depends: libpython2.7-minimal (= 2.7.6-8ubuntu0.2) but 2.7.10-4ubuntu1 is installed
 python3.4 : Depends: libpython3.4-stdlib (= 3.4.3-1ubuntu1~14.04.3) but 3.4.3-9ubuntu1 is installed
 python3.4-minimal : Depends: libpython3.4-minimal (= 3.4.3-1ubuntu1~14.04.3) but 3.4.3-9ubuntu1 is installed
 qdbus : Depends: libqt4-xml (= 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) but 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8 is installed
         Depends: libqtcore4 (= 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) but 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8 is installed
         Depends: libqtdbus4 (= 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) but 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8 is installed
 rhythmbox : Depends: gir1.2-rb-3.0 (= 3.0.2-0ubuntu2) but 3.2.1-1ubuntu3.1 is installed
 rhythmbox-plugins : Depends: gir1.2-rb-3.0 (= 3.0.2-0ubuntu2) but 3.2.1-1ubuntu3.1 is installed
 samba-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.24-0ubuntu0.15.10.1 is installed
 telepathy-logger : Depends: libtelepathy-logger3 (= 0.8.0-3) but 0.8.1-1 is installed
 telepathy-mission-control-5 : Depends: libmission-control-plugins0 (= 1:5.16.1-1ubuntu3) but 1:5.16.3-1ubuntu4 is installed
 totem-plugins : Depends: gir1.2-totem-1.0 (= 3.10.1-1ubuntu4) but 3.16.4-0ubuntu2 is installed
 ubuntu-session : Depends: gnome-session-bin (< 3.10) but 3.16.0-1ubuntu2 is installed
                  Depends: gnome-session-common (= 3.9.90-0ubuntu12.1) but 3.16.0-1ubuntu2 is installed
 unity : Depends: compiz-core-abiversion-20140123 but it is not installable
 unity-control-center-signon : Depends: libaccount-plugin-1.0-0 (= 0.1.7~+14.04.20140211.2-0ubuntu4) but 0.1.7~+14.10.20140814-0ubuntu1 is installed
 unity-settings-daemon : Depends: gnome-settings-daemon-schemas (< 3.10) but 3.16.3-0ubuntu1 is installed
E: Unmet dependencies. Try using -f.

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

Ok, trying to reinstall all .deb packages probably was not the best choice.
What was the exact command that you used?

What is now the output of

sudo dpkg --audit
sudo apt-get install -f

Revision history for this message
Dip (ratnadip983) said :
#47

output of: sudo dpkg --audit

 libfolks-eds25:i386 Evolution-data-server backend for libfolks
 libfolks-telepathy25:i386 Telepathy backend for libfolks
 libfolks25:i386 library to aggregates people into metacontacts
 libfontembed1:i386 OpenPrinting CUPS Filters - Font Embed Shared library
 libfontenc1:i386 X11 font encoding library
 libfreerdp-plugins-standard:i386 RDP client for Windows Terminal Services (plugins)
 libfreetype6:i386 FreeType 2 font engine, shared library files
 libfribidi0:i386 Free Implementation of the Unicode BiDi algorithm
 libfs6:i386 X11 Font Services library
 libfuse2:i386 Filesystem in Userspace (library)
 libgail-3-0:i386 GNOME Accessibility Implementation Library -- shared libr
 libgail-common:i386 GNOME Accessibility Implementation Library -- common modu
 libgail18:i386 GNOME Accessibility Implementation Library -- shared libr
 libgamin0 Client library for the gamin file and directory monitorin
 libgbm1:i386 generic buffer management API -- runtime
 libgc1c2:i386 conservative garbage collector for C and C++
 libgcc-4.8-dev:i386 GCC support library (development files)
 libgcc-5-dev:i386 GCC support library (development files)
 libgcc1:i386 GCC support library
 libgck-1-0:i386 Glib wrapper library for PKCS#11 - runtime
 libgconf-2-4:i386 GNOME configuration database system (shared libraries)
 libgcr-3-common Library for Crypto UI related tasks - common files
 libgcr-base-3-1:i386 Library for Crypto related tasks
 libgcr-ui-3-1:i386 Library for Crypto UI related tasks
 libgd3:i386 GD Graphics Library
 libgdata-common Library for accessing GData webservices - common data fil
 libgdata22:i386 Library for accessing GData webservices - shared librarie
 libgdbm3:i386 GNU dbm database routines (runtime version)
 libgdiplus interface library for System.Drawing of Mono
 libgdk-pixbuf2.0-0:i386 GDK Pixbuf library
 libgdk-pixbuf2.0-common GDK Pixbuf library - data files
 libgee-0.8-2:i386 GObject based collection and utility library
 libgee2:i386 GObject based collection library
 libgeis1:i386 Gesture engine interface support
 libgeoclue0:i386 C API for GeoClue
 libgeocode-glib0:i386 geocoding and reverse geocoding GLib library using Nomina
 libgeoip1:i386 non-DNS IP-to-country resolver library
 libgettextpo-dev:i386 GNU Internationalization library development files
 libgettextpo0:i386 GNU Internationalization library
 libgexiv2-2:i386 GObject-based wrapper around the Exiv2 library
 libgirepository-1.0-1:i386 Library for handling GObject introspection data (runtime
 libgjs0e Mozilla-based javascript bindings for the GNOME platform
 libgksu2-0 library providing su and sudo functionality
 libgl1-mesa-dri:i386 free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx:i386 free implementation of the OpenGL API -- GLX runtime
 libglapi-mesa:i386 free implementation of the GL API -- shared library
 libgles1-mesa:i386 free implementation of the OpenGL|ES 1.x API -- runtime
 libgles2-mesa:i386 free implementation of the OpenGL|ES 2.x API -- runtime
 libglib2.0-cil CLI binding for the GLib utility library 2.12
 libglib2.0-data Common files for GLib library
 libgme0:i386 Playback library for video game music files - shared libr
 libgmime-2.6-0:i386 MIME message parser and creator library - runtime
 libgnome-bluetooth13 GNOME Bluetooth tools - support library
 libgnome-desktop-3-10:i386 Utility library for loading .desktop files - runtime fil
 libgnome-keyring-common GNOME keyring services library - data files
 libgnome-keyring0:i386 GNOME keyring services library
 libgnome-menu-3-0 GNOME implementation of the freedesktop menu specificatio
 libgnomekbd-common GNOME library to manage keyboard configuration - common f
 libgnomekbd8 GNOME library to manage keyboard configuration - shared l
 libgnutls-openssl27:i386 GNU TLS library - OpenSSL wrapper
 libgoa-1.0-0b:i386 library for GNOME Online Accounts
 libgoa-1.0-common library for GNOME Online Accounts - common files
 libgom-1.0-0:i386 Object mapper from GObjects to SQLite
 libgom-1.0-common libgom architecture-independent files
 libgomp1:i386 GCC OpenMP (GOMP) support library
 libgpgme11:i386 GPGME - GnuPG Made Easy (library)
 libgphoto2-6:i386 gphoto2 digital camera library
 libgphoto2-l10n gphoto2 digital camera library - localized messages
 libgphoto2-port12:i386 gphoto2 digital camera port library
 libgpod-common common files for libgpod
 libgpod4:i386 library to read and write songs and artwork to an iPod
 libgraphite2-3:i386 Font rendering engine for Complex Scripts -- library
 libgrilo-0.2-1:i386 Framework for discovering and browsing media - Shared lib
 libgrip0 multitouch gestures for GTK+ apps
 libgs9 interpreter for the PostScript language and for PDF - Lib
 libgs9-common interpreter for the PostScript language and for PDF - com
 libgsettings-qt1:i386 Library to access GSettings from Qt
 libgssapi-krb5-2:i386 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 libgssapi3-heimdal:i386 Heimdal Kerberos - GSSAPI support library
 libgssdp-1.0-3 GObject-based library for SSDP
 libgstreamer-plugins-bad1.0-0:i386 GStreamer development files for libraries from t
 libgstreamer-plugins-base0.10-0:i386 GStreamer libraries from the "base" set
 libgstreamer-plugins-base1.0-0:i386 GStreamer libraries from the "base" set
 libgstreamer-plugins-good1.0-0:i386 GStreamer development files for libraries from
 libgstreamer0.10-0:i386 Core GStreamer libraries and elements
 libgtk-3-bin programs for the GTK+ graphical user interface library
 libgtk-3-common common files for the GTK+ graphical user interface librar
 libgtk2.0-0:i386 GTK+ graphical user interface library
 libgtk2.0-bin programs for the GTK+ graphical user interface library
 libgtk2.0-cil CLI binding for the GTK+ toolkit 2.12
 libgtk2.0-common common files for the GTK+ graphical user interface librar
 libgtkglext1 OpenGL Extension to GTK+ (shared libraries)
 libgtksourceview-3.0-1:i386 shared libraries for the GTK+ syntax highlighting widge
 libgtksourceview-3.0-common common files for the GTK+ syntax highlighting widg
 libgtkspell3-3-0:i386 spell-checking addon for GTK+'s TextView widget
 libgtop2-10 gtop system monitoring library (shared)
 libgtop2-common gtop system monitoring library (common)
 libgucharmap-2-90-7 Unicode browser widget library (shared library)
 libgudev-1.0-0:i386 GObject-based wrapper library for libudev
 libgupnp-1.0-4 GObject-based library for UPnP
 libgupnp-igd-1.0-4:i386 library to handle UPnP IGD port mapping
 libgusb2:i386 GLib wrapper around libusb1
 libgutenprint2 runtime for the Gutenprint printer driver library
 libgweather-3-6:i386 GWeather shared library
 libgweather-common GWeather common files
 libgxps2:i386 handling and rendering XPS documents (library)
 libharfbuzz-icu0:i386 OpenType text shaping engine ICU backend
 libharfbuzz0b:i386 OpenType text shaping engine (shared library)
 libhcrypto4-heimdal:i386 Heimdal Kerberos - crypto library
 libheimbase1-heimdal:i386 Heimdal Kerberos - Base library
 libheimntlm0-heimdal:i386 Heimdal Kerberos - NTLM support library
 libhpmud0 HP Multi-Point Transport Driver (hpmud) run-time librarie
 libhtml-format-perl module for transforming HTML into various formats
 libhtml-tree-perl Perl module to represent and create HTML syntax trees
 libhttp-cookies-perl HTTP cookie jars
 libhttrack2 Httrack website copier library
 libhud2:i386 library for exporting items to the Unity HUD
 libhunspell-1.3-0v5:i386 spell checker and morphological analyzer (transitional pa
 libhx509-5-heimdal:i386 Heimdal Kerberos - X509 support library
 libhyphen0 ALTLinux hyphenation library - shared library
 libibus-1.0-5:i386 Intelligent Input Bus - shared library
 libice-dev:i386 X11 Inter-Client Exchange library (development headers)
 libice6:i386 X11 Inter-Client Exchange library
 libido3-0.1-0:i386 Shared library providing extra gtk menu items for display
 libiec61883-0:i386 an partial implementation of IEC 61883
 libijs-0.35:i386 IJS raster image transport protocol: shared library
 libilmbase12:i386 several utility libraries from ILM used by OpenEXR
 libimobiledevice4:i386 Library for communicating with the iPhone and iPod Touch
 libindicator3-7 panel indicator applet - shared library
 libindicator7 panel indicator applet - shared library
 libinput10:i386 input device management and event handling library - shar
 libio-html-perl open an HTML file with automatic charset detection
 libio-socket-inet6-perl object interface for AF_INET6 domain sockets
 libio-socket-ssl-perl Perl module implementing object oriented interface to SS
 libipc-run-perl Perl module for running processes
 libirs-export91 Exported IRS Shared Library
 libisc-export95 Exported ISC Shared Library
 libisc95 ISC Shared Library used by BIND
 libisccc90 Command Channel Library used by BIND
 libisccfg-export90 Exported ISC CFG Shared Library
 libisccfg90 Config File Handling Library used by BIND
 libisl13:i386 manipulating sets and relations of integer points bounded
 libiso9660-8 library to work with ISO9660 filesystems
 libisofs6 library to create ISO9660 images
 libitm1:i386 GNU Transactional Memory Library
 libjasper1:i386 JasPer JPEG-2000 runtime library
 libjavascriptcoregtk-1.0-0:i386 JavaScript engine library from WebKitGTK+
 libjavascriptcoregtk-3.0-0:i386 JavaScript engine library from WebKitGTK+
 libjbig0:i386 JBIGkit libraries
 libjbig2dec0 JBIG2 decoder library - shared libraries
 libjs-jquery JavaScript library for dynamic web applications
 libjson-c2:i386 JSON manipulation library - shared library
 libjson-glib-1.0-0:i386 GLib JSON manipulation library
 libjson-glib-1.0-common GLib JSON manipulation library (common files)
 libjson0:i386 JSON manipulation library (transitional package)
 libjte1 Jigdo Template Export - runtime library
 libk5crypto3:i386 MIT Kerberos runtime libraries - Crypto Library
 libkate1 Codec for karaoke and text encapsulation
 libkeybinder-3.0-0:i386 registers global key bindings for applications - Gtk+3
 libkeyutils1:i386 Linux Key Management Utilities (library)
 libkmod2:i386 libkmod shared library
 libkpathsea6 TeX Live: path search library for TeX (runtime part)
 libkrb5-26-heimdal:i386 Heimdal Kerberos - libraries
 libkrb5-3:i386 MIT Kerberos runtime libraries
 libkrb5support0:i386 MIT Kerberos runtime libraries - Support library
 liblangtag-common library to access tags for identifying languages -- data
 liblangtag1 library to access tags for identifying languages
 liblavfile-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 liblavjpeg-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 liblavplay-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 liblcms2-2:i386 Little CMS 2 color management library
 liblcms2-utils Little CMS 2 color management library (utilities)
 libldap-2.4-2:i386 OpenLDAP libraries
 libldb1:i386 LDAP-like embedded database - shared library
 liblightdm-gobject-1-0 LightDM GObject client library
 libllvm3.4:i386 Modular compiler and toolchain technologies, runtime libr
 libllvm3.6v5:i386 Modular compiler and toolchain technologies, runtime libr
 liblog-message-perl powerful and flexible message logging mechanism
 liblog-message-simple-perl simplified interface to Log::Message
 liblouis-data Braille translation library - data
 liblouis2:i386 Braille translation library - shared libs
 liblqr-1-0:i386 converts plain array images into multi-size representatio
 libltdl7:i386 System independent dlopen wrapper for GNU libtool
 liblua5.1-0:i386 Shared library for the Lua interpreter version 5.1
 liblua5.2-0:i386 Shared library for the Lua interpreter version 5.2
 liblwp-protocol-https-perl HTTPS driver for LWP::UserAgent
 liblwres90 Lightweight Resolver Library used by BIND
 liblzo2-2:i386 data compression library
 libmagic1:i386 File type determination library using "magic" numbers
 libmagickcore-6.q16-2-extra:i386 low-level image manipulation library - extra codec
 libmagickwand-6.q16-2:i386 image manipulation library
 libmailtools-perl Manipulate email in perl programs
 libmbim-glib4:i386 Support library to use the MBIM protocol
 libmbim-proxy Proxy to communicate with MBIM ports
 libmeanwhile1 open implementation of the Lotus Sametime Community Clien
 libmediaart-2.0-0:i386 media art extraction and cache management library
 libmessaging-menu0:i386 Messaging Menu - shared library
 libmetacity-private3 library for the Metacity window manager
 libmhash2:i386 Library for cryptographic hashing and message authenticat
 libmimic0 A video codec for Mimic V2.x content
 libminiupnpc10:i386 UPnP IGD client lightweight library
 libmirclient9:i386 Display server for Ubuntu - client library
 libmircommon5:i386 Display server for Ubuntu - shared library
 libmirprotobuf3:i386 Display server for Ubuntu - RPC definitions
 libmission-control-plugins0 management daemon for Telepathy (library for plugi
 libmjpegutils-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 libmm-glib0:i386 D-Bus service for managing modems - shared libraries
 libmms0:i386 MMS stream protocol library - shared library
 libmng2:i386 Multiple-image Network Graphics library
 libmnl0:i386 minimalistic Netlink communication library
 libmodplug1:i386 shared libraries for mod music based on ModPlug
 libmodule-pluggable-perl module for giving modules the ability to have plugin
 libmono-cairo4.0-cil Mono Cairo library (for CLI 4.0)
 libmono-corlib4.0-cil Mono core library (for CLI 4.0)
 libmono-corlib4.5-cil Mono core library (for CLI 4.5)
 libmono-data-tds4.0-cil Mono Data Library (for CLI 4.0)
 libmono-i18n-west4.0-cil Mono I18N.West library (for CLI 4.0)
 libmono-i18n4.0-cil Mono I18N base library (for CLI 4.0)
 libmono-posix4.0-cil Mono.Posix library (for CLI 4.0)
 libmono-security4.0-cil Mono Security library (for CLI 4.0)
 libmono-sharpzip4.84-cil Mono SharpZipLib library (for CLI 4.0)
 libmono-system-configuration4.0-cil Mono System.Configuration library (for CLI
 libmono-system-core4.0-cil Mono System.Core library (for CLI 4.0)
 libmono-system-data4.0-cil Mono System.Data library (for CLI 4.0)
 libmono-system-drawing4.0-cil Mono System.Drawing library (for CLI 4.0)
 libmono-system-enterpriseservices4.0-cil Mono System.EnterpriseServices librar
 libmono-system-numerics4.0-cil Mono System.Numerics library (for CLI 4.0)
 libmono-system-runtime-serialization4.0-cil Mono System.Runtime.Serialization
 libmono-system-security4.0-cil Mono System.Security library (for CLI 4.0)
 libmono-system-transactions4.0-cil Mono System.Transactions library (for CLI 4
 libmono-system-xml-linq4.0-cil Mono System.Xml.Linq library (for CLI 4.0)
 libmono-system-xml4.0-cil Mono System.Xml library (for CLI 4.0)
 libmono-system4.0-cil Mono System libraries (for CLI 4.0)
 libmount1:i386 device mounting library
 libmozjs-24-0v5 Spidermonkey JavaScript engine
 libmp3lame0:i386 MP3 encoding library
 libmpc3:i386 multiple precision complex floating-point library
 libmpcdec6:i386 MusePack decoder - library
 libmpdec2:i386 library for decimal floating point arithmetic (runtime li
 libmpeg2-4:i386 MPEG1 and MPEG2 video decoder library
 libmpeg2encpp-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 libmpfr4:i386 multiple precision floating-point computation
 libmpg123-0:i386 MPEG layer 1/2/3 audio decoder (shared library)
 libmplex2-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 libmpx0:i386 Intel memory protection extensions (runtime)
 libmspack0:i386 library for Microsoft compression formats (shared library
 libmtdev1:i386 Multitouch Protocol Translation Library - shared library
 libmtp-common Media Transfer Protocol (MTP) common files
 libmtp-runtime Media Transfer Protocol (MTP) runtime tools
 libmtp9:i386 Media Transfer Protocol (MTP) library
 libmythes-1.2-0:i386 simple thesaurus library
 libnautilus-extension1a libraries for nautilus components - runtime version
 libncurses5:i386 shared libraries for terminal handling
 libncursesw5:i386 shared libraries for terminal handling (wide character su
 libndp0:i386 Library for Neighbor Discovery Protocol
 libnemo-extension1:i386 Nemo component system facilities
 libneon27-gnutls HTTP and WebDAV client library (GnuTLS enabled)
 libnet-dbus-perl Perl extension for the DBus bindings
 libnet-domain-tld-perl list of currently available Top-level Domains (TLDs)
 libnet-http-perl module providing low-level HTTP connection client
 libnetpbm10 Graphics conversion tools shared libraries
 libnewt0.52:i386 Not Erik's Windowing Toolkit - text mode windowing with s
 libnfnetlink0:i386 Netfilter netlink library
 libnice10:i386 ICE library (shared library)
 libnih-dbus1:i386 NIH D-Bus Bindings Library
 libnih1:i386 NIH Utility Library
 libnl-3-200:i386 library for dealing with netlink sockets
 libnl-genl-3-200:i386 library for dealing with netlink sockets - generic netlin
 libnl-route-3-200:i386 library for dealing with netlink sockets - route interfac
 libnm-glib-vpn1:i386 network management framework (GLib VPN shared library)
 libnm-glib4:i386 network management framework (GLib shared library)
 libnm-gtk-common network management framework (common files for wifi and m
 libnm-util2:i386 network management framework (shared library)
 libnm0:i386 GObject-based client library for NetworkManager
 libnotify-bin sends desktop notifications to a notification daemon (Uti
 libnotify4:i386 sends desktop notifications to a notification daemon
 libnspr4:i386 NetScape Portable Runtime Library
 libnss3:i386 Network Security Service libraries
 libnss3-1d:i386 Network Security Service libraries - transitional package
 libnss3-nssdb Network Security Security libraries - shared databases
 libntdb1:i386 New Trivial Database - shared library
 libnuma1:i386 Libraries for controlling NUMA policy
 libnux-4.0-0 Visual rendering toolkit for real-time applications - sha
 libnux-4.0-common Visual rendering toolkit for real-time applications - com
 libodbc1:i386 ODBC library for Unix
 libofa0:i386 library for acoustic fingerprinting
 libogg0:i386 Ogg bitstream library
 libopenal1:i386 Software implementation of the OpenAL audio API (shared l
 libopencore-amrnb0:i386 Adaptive Multi Rate speech codec - shared library
 libopencore-amrwb0:i386 Adaptive Multi-Rate - Wideband speech codec - shared libr
 libopencv-contrib2.4v5:i386 computer vision contrib library
 libopencv-legacy2.4v5:i386 computer vision legacy library
 libopencv-ml2.4v5:i386 computer vision Machine Learning library
 libopencv-objdetect2.4v5:i386 computer vision Object Detection library
 libopencv-video2.4v5:i386 computer vision Video analysis library
 libopenexr22:i386 runtime files for the OpenEXR image library
 libopenjpeg5:i386 JPEG 2000 image compression/decompression library - runti
 libopenobex1 OBEX protocol library
 libopus0:i386 Opus codec runtime library
 liborc-0.4-0:i386 Library of Optimized Inner Loops Runtime Compiler
 libosmesa6:i386 Mesa Off-screen rendering extension
 libp11-kit-gnome-keyring:i386 GNOME keyring module for the PKCS#11 module loading l
 libpackagekit-glib2-16:i386 Library for accessing PackageKit using GLib
 libpam-cap:i386 POSIX 1003.1e capabilities (PAM module)
 libpam-gnome-keyring:i386 PAM module to unlock the GNOME keyring upon login
 libpam-modules-bin Pluggable Authentication Modules for PAM - helper binarie
 libpam-runtime Runtime support for the PAM library
 libpam-systemd:i386 system and service manager - PAM module
 libpam0g:i386 Pluggable Authentication Modules library
 libpanel-applet0 library for GNOME Panel applets
 libpango-1.0-0:i386 Layout and rendering of internationalized text
 libpango1.0-0:i386 Layout and rendering of internationalized text
 libpangocairo-1.0-0:i386 Layout and rendering of internationalized text
 libpangoft2-1.0-0:i386 Layout and rendering of internationalized text
 libpangox-1.0-0:i386 pango library X backend
 libpangoxft-1.0-0:i386 Layout and rendering of internationalized text
 libparse-debianchangelog-perl parse Debian changelogs and output them in other
 libparted2:i386 disk partition manipulator - shared library
 libpcap0.8:i386 system interface for user-level packet capture
 libpciaccess0:i386 Generic PCI access library for X
 libpcre3:i386 Perl 5 Compatible Regular Expression Library - runtime fi
 libpcsclite1:i386 Middleware to access a smart card using PC/SC (library)
 libpeas-1.0-0 Application plugin library
 libpeas-common Application plugin library (common files)
 libpgm-5.1-0:i386 OpenPGM shared library
 libpipeline1:i386 pipeline manipulation library
 libpixman-1-0:i386 pixel-manipulation library for X and cairo
 libplist3:i386 Library for handling Apple binary and XML property lists
 libplymouth4:i386 graphical boot animation and logger - shared libraries
 libpng12-0:i386 PNG library - runtime
 libpod-latex-perl module to convert Pod data to formatted LaTeX
 libpolkit-agent-1-0:i386 PolicyKit Authentication Agent API
 libpolkit-backend-1-0:i386 PolicyKit backend API
 libpolkit-gobject-1-0:i386 PolicyKit Authorization API
 libpoppler-glib8:i386 PDF rendering library (GLib-based shared library)
 libpoppler52:i386 PDF rendering library
 libpopt0:i386 lib for parsing cmdline parameters
 libportaudio2:i386 Portable audio I/O - shared library
 libpostproc-ffmpeg53:i386 FFmpeg library for post processing - runtime files
 libprocps3:i386 library for accessing process information from /proc
 libprotobuf-lite9v5:i386 protocol buffers C++ library (lite version)
 libprotobuf9v5:i386 protocol buffers C++ library
 libproxy-tools automatic proxy configuration management library (tools)
 libproxy1-plugin-gsettings:i386 automatic proxy configuration management library (G
 libproxy1-plugin-networkmanager:i386 automatic proxy configuration management libra
 libpulse-mainloop-glib0:i386 PulseAudio client libraries (glib support)
 libpulse0:i386 PulseAudio client libraries
 libpulsedsp:i386 PulseAudio OSS pre-load library
 libpurple-bin multi-protocol instant messaging library - extra utilitie
 libpwquality-common library for password quality checking and generation (dat
 libpwquality1:i386 library for password quality checking and generation
 libpython-stdlib:i386 interactive high-level object-oriented language (default
 libpython2.7:i386 Shared Python runtime library (version 2.7)
 libpython2.7-minimal:i386 Minimal subset of the Python language (version 2.7)
 libpython3.4:i386 Shared Python runtime library (version 3.4)
 libpython3.4-minimal:i386 Minimal subset of the Python language (version 3.4)
 libpython3.4-stdlib:i386 Interactive high-level object-oriented language (standard
 libpython3.5-minimal:i386 Minimal subset of the Python language (version 3.5)
 libpython3.5-stdlib:i386 Interactive high-level object-oriented language (standard
 libpyzy-1.0-0v5 Chinese PinYin and Bopomofo conversion library
 libqmi-glib1:i386 Support library to use the Qualcomm MSM Interface (QMI) p
 libqmi-proxy Proxy to communicate with QMI ports
 libqqwing2v5:i386 tool for generating and solving Sudoku puzzles (library)
 libqt4-dbus:i386 Qt 4 D-Bus module
 libqt4-declarative:i386 Qt 4 Declarative module
 libqt4-designer:i386 Qt 4 designer module
 libqt4-help:i386 Qt 4 help module
 libqt4-network:i386 Qt 4 network module
 libqt4-opengl:i386 Qt 4 OpenGL module
 libqt4-script:i386 Qt 4 script module
 libqt4-scripttools:i386 Qt 4 script tools module
 libqt4-sql:i386 Qt 4 SQL module
 libqt4-sql-sqlite:i386 Qt 4 SQLite 3 database driver
 libqt4-svg:i386 Qt 4 SVG module
 libqt4-test:i386 Qt 4 test module
 libqt4-xml:i386 Qt 4 XML module
 libqt4-xmlpatterns:i386 Qt 4 XML patterns module
 libqt5feedback5:i386 Qt Feedback module
 libqt5qml-graphicaleffects transitional dummy package for Qt 5 Graphical Effec
 libqt5test5:i386 Qt 5 test module
 libqt5x11extras5:i386 Qt 5 X11 extras
 libqtassistantclient4:i386 Qt Assistant client library (runtime)
 libqtcore4:i386 Qt 4 core module
 libqtdbus4:i386 Qt 4 D-Bus module library
 libqtgui4:i386 Qt 4 GUI module
 libqtwebkit4:i386 Web content engine library for Qt
 libquadmath0:i386 GCC Quad-Precision Math Library
 libquicktime2:i386 library for reading and writing Quicktime files
 libquvi-scripts library for parsing video download links (Lua scripts)
 libquvi7:i386 library for parsing video download links (runtime librari
 libraptor2-0:i386 Raptor 2 RDF syntax library
 libraw10:i386 raw image decoder library
 libraw1394-11:i386 library for direct access to IEEE 1394 bus (aka FireWire)
 libreadline5:i386 GNU readline and history libraries, run-time libraries
 libreadline6:i386 GNU readline and history libraries, run-time libraries
 libreoffice-avmedia-backend-gstreamer GStreamer backend for LibreOffice
 libreoffice-help-en-us office productivity suite -- English_american help
 libreoffice-ogltrans LibreOffice Impress extension for slide transitions using
 libreoffice-pdfimport PDF Import component for LibreOffice
 libresid-builder0c2a SID chip emulation class based on resid
 librest-0.7-0:i386 REST service access library
 librhythmbox-core9 support library for the rhythmbox music player
 libroken18-heimdal:i386 Heimdal Kerberos - roken support library
 librsvg2-2:i386 SAX-based renderer library for SVG files (runtime)
 librsvg2-common:i386 SAX-based renderer library for SVG files (extra runtime)
 librtmp1:i386 toolkit for RTMP streams (shared library)
 libsamplerate0:i386 Audio sample rate conversion library
 libsane:i386 API library for scanners
 libsane-hpaio HP SANE backend for multi-function peripherals
 libsasl2-2:i386 Cyrus SASL - authentication abstraction library
 libsasl2-modules:i386 Cyrus SASL - pluggable authentication modules
 libsasl2-modules-db:i386 Cyrus SASL - pluggable authentication modules (DB)
 libsbc1:i386 Sub Band CODEC library - runtime
 libschroedinger-1.0-0:i386 library for encoding/decoding of Dirac video streams
 libsdl1.2debian:i386 Simple DirectMedia Layer
 libseccomp2:i386 high level interface to Linux seccomp filter
 libsecret-1-0:i386 Secret store
 libsecret-common Secret store (common files)
 libsemanage-common Common files for SELinux policy management libraries
 libsemanage1:i386 SELinux policy management library
 libsensors4:i386 library to read temperature/voltage/fan sensors
 libsepol1:i386 SELinux library for manipulating binary security policies
 libsgutils2-2 utilities for devices using the SCSI command set (shared
 libshine3:i386 Fixed-point MP3 encoding library - runtime files
 libsidplay1v5 SID (MOS 6581) emulation library
 libsignon-extension1:i386 Single Sign On framework
 libsignon-glib1:i386 library for signond
 libsignon-plugins-common1:i386 Single Sign On framework
 libsignon-qt5-1:i386 Single Sign On framework
 libsigsegv2:i386 Library for handling page faults in a portable way
 libslang2:i386 S-Lang programming library - runtime version
 libsm-dev:i386 X11 Session Management library (development headers)
 libsm6:i386 X11 Session Management library
 libsmartcols1:i386 smart column output alignment library
 libsmbclient:i386 shared library for communication with SMB/CIFS servers
 libsndfile1:i386 Library for reading/writing audio files
 libsnmp-base SNMP configuration script, MIBs and documentation
 libsodium13:i386 Network communication, cryptography and signaturing libra
 libsoundtouch0:i386 Sound stretching library
 libsoup-gnome2.4-1:i386 HTTP library implementation in C -- GNOME support library
 libsoup2.4-1:i386 HTTP library implementation in C -- Shared library
 libsoxr0:i386 High quality 1D sample-rate conversion library
 libspandsp2:i386 Telephony signal processing library
 libspectre1:i386 Library for rendering PostScript documents
 libspeechd2:i386 Speech Dispatcher: Shared libraries
 libspeex1:i386 The Speex codec runtime library
 libspeexdsp1:i386 The Speex extended runtime library
 libsqlite3-0:i386 SQLite 3 shared library
 libsrtp0 Secure RTP (SRTP) and UST Reference Implementations - sha
 libss2:i386 command-line interface parsing library
 libssh-4:i386 tiny C SSH library (OpenSSL flavor)
 libssh-gcrypt-4:i386 tiny C SSH library (gcrypt flavor)
 libssh2-1:i386 SSH2 client-side library
 libstartup-notification0:i386 library for program launch feedback (shared library)
 libstdc++-4.8-dev:i386 GNU Standard C++ Library v3 (development files)
 libstdc++-5-dev:i386 GNU Standard C++ Library v3 (development files)
 libswresample-ffmpeg1:i386 FFmpeg library for audio resampling, rematrixing etc. -
 libswscale-ffmpeg3:i386 FFmpeg library for image scaling and various conversions
 libtalloc2:i386 hierarchical pool based memory allocator
 libtar0 C library for manipulating tar archives
 libtbb2 parallelism library for C++ - runtime files
 libtcl8.6:i386 Tcl (the Tool Command Language) v8.6 - run-time library f
 libtdb1:i386 Trivial Database - shared library
 libtelepathy-farstream3:i386 Glue library between telepathy and farstream
 libtelepathy-glib0:i386 Telepathy framework - GLib library
 libtelepathy-logger3:i386 Telepathy logger service - utility library
 libterm-ui-perl Term::ReadLine UI made easy
 libtevent0:i386 talloc-based event loop library - shared library
 libtext-levenshtein-perl implementation of the Levenshtein edit distance
 libthai-data Data files for Thai language support library
 libthai0:i386 Thai language support library
 libtheora0:i386 Theora Video Compression Codec
 libtie-ixhash-perl Perl module to order associative arrays
 libtiff5:i386 Tag Image File Format (TIFF) library
 libtimedate-perl collection of modules to manipulate date/time information

The following packages have been triggered, but the trigger processing
has not yet been done. Trigger processing can be requested using
dselect or dpkg --configure --pending (or dpkg --triggers-only):
 cups Common UNIX Printing System(tm) - PPD/driver support, web
 dbus simple interprocess messaging system (daemon and utilitie
 fontconfig generic font configuration library - support binaries
 gnome-icon-theme GNOME Desktop icon theme (small subset)
 libglib2.0-0:i386 GLib library of C routines
 libgtk-3-0:i386 GTK+ graphical user interface library
 man-db on-line manual pager
 plymouth-theme-ubuntu-text graphical boot animation and logger - ubuntu-logo t
 shared-mime-info FreeDesktop.org shared MIME database and spec
 software-center Utility for browsing, installing, and removing software
 udev /dev/ and hotplug management daemon
 ureadahead Read required files in advance

Output of sudo apt-get install -f is bellow:
  python-urllib3 python2.7 python2.7-minimal python3-apport python3-aptdaemon
  python3-aptdaemon.gtk3widgets python3-aptdaemon.pkcompat python3-checkbox-ng
  python3-checkbox-support python3-jinja2 python3-pexpect python3-pil
  python3-plainbox python3-renderpm python3-reportlab python3-reportlab-accel
  python3-xlsxwriter python3.4 python3.4-minimal python3.5 python3.5-minimal
  qdbus qml-module-qtgraphicaleffects qpdf remmina remmina-common
  remmina-plugin-rdp remmina-plugin-vnc rhythmbox rhythmbox-data
  rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune
  rhythmbox-plugin-zeitgeist rhythmbox-plugins rsyslog samba-common
  samba-common-bin samba-libs signon-ui signon-ui-service signon-ui-x11
  signond smbclient systemd systemd-shim sysvinit-utils telepathy-logger
  telepathy-mission-control-5 totem totem-common totem-plugins ubuntu-session
  unity unity-control-center-signon unity-schemas unity-services
  unity-settings-daemon update-motd upower usbmuxd util-linux wx-common
Suggested packages:
  apparmor-profiles apparmor-profiles-extra apparmor-docs apparmor-utils gpart
  e2fsck-static jack-tools meterbridge freerdp-x11 libx265-59-dbg
  libunicode-map8-perl libunicode-string-perl xml-twig-tools
  account-plugin-gadugadu account-plugin-groupwise account-plugin-icq
  account-plugin-irc account-plugin-mxit account-plugin-myspace
  account-plugin-sametime account-plugin-sip account-plugin-yahoojp
  account-plugin-zephyr nfs-common network-manager-openconnect-gnome
  network-manager-openvpn-gnome network-manager-vpnc-gnome icedtea-plugin
  sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho fonts-indic
  pinentry-doc hplip-doc pavumeter pavucontrol paman paprefs python-doc
  python-tk python-ntlm python2.7-doc python3-launchpadlib python-jinja2-doc
  python-pexpect-doc python-pil-doc python3-pil-dbg python3-renderpm-dbg
  python3-egenix-mxtexttools python-reportlab-doc python3.4-venv python3.4-doc
  python3.5-venv python3.5-doc rsyslog-mysql rsyslog-pgsql rsyslog-doc
  rsyslog-gnutls rsyslog-gssapi rsyslog-relp heimdal-clients cifs-utils
  systemd-ui systemd-container bootlogd sash telepathy-haze gromit
  util-linux-locales
Recommended packages:
  ubuntu-control-center-signon account-plugin-aim account-plugin-yahoo
The following packages will be REMOVED:
  gnome-system-monitor grub-customizer libatkmm-1.6-1 libcairomm-1.0-1
  libcogl-pango15 libcogl15 libcolumbus1 libconfig++9 libebml4 libecal-1.2-16
  libedata-cal-1.2-23 libfarstream-0.2-2 libfreerdp1 libglibmm-2.4-1c2a
  libgtkmm-2.4-1c2a libgtkmm-3.0-1 libical1 libmatroska6 libmetacity-private0a
  libopencv-calib3d2.4 libopencv-core2.4 libopencv-features2d2.4
  libopencv-flann2.4 libopencv-highgui2.4 libopencv-imgproc2.4
  libpangomm-1.4-1 libproxy1 libqpdf13 libsidplay2 libsigc++-2.0-0c2a
  libtag1-vanilla libtag1c2a libvncserver0 libwxbase3.0-0 libxml++2.6-2
  nautilus-sendto-empathy obexd-client overlay-scrollbar-gtk3 systemd-services
  totem-mozilla unity-lens-applications vlc vlc-nox vlc-plugin-notify
  vlc-plugin-pulse
The following NEW packages will be installed:
  bluez-obexd colord-data gnuplot-data gstreamer1.0-plugins-ugly-amr libcogl20
  libcolumbus1v5 libconfig++9v5 libebml4v5 libfarstream-0.2-5
  libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1
  libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1
  libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-primitives1.1
  libfreerdp-utils1.1 libglibmm-2.4-1v5 libical1a libmagickcore-6.q16-2
  libmatroska6v5 libopencv-calib3d2.4v5 libopencv-core2.4v5
  libopencv-features2d2.4v5 libopencv-flann2.4v5 libopencv-highgui2.4v5
  libopencv-imgproc2.4v5 libproxy1v5 libqpdf13v5 libsidplay2v5
  libsigc++-2.0-0v5 libtag1v5 libtag1v5-vanilla libtracker-sparql-1.0-0
  libubsan0 libunity-settings-daemon1 libunwind8 libupower-glib3 libva-drm1
  libvncclient1 libvpx2 libvte-2.91-0 libvte-2.91-common
  libwebrtc-audio-processing-0 libwinpr-crt0.1 libwinpr-dsparse0.1
  libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1
  libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1
  libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1
  libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1
  libwinpr-utils0.1 libwxbase3.0-0v5 libwxgtk3.0-0v5 libx264-146 libx265-59
  libxcb-util1 libxml++2.6-2v5 libxml-parser-perl libxml-twig-perl
  libxml-xpathengine-perl libzmq3 pinentry-gnome3 python-ndg-httpsclient
  python3-jinja2 python3-pexpect python3-pil python3-renderpm
  python3-reportlab python3-reportlab-accel python3-xlsxwriter python3.5
  python3.5-minimal qml-module-qtgraphicaleffects signon-ui-service
  signon-ui-x11 systemd unity-schemas update-motd
The following packages will be upgraded:
  apparmor e2fsprogs gnome-icon-theme initscripts jackd2 language-pack-en-base
  language-pack-gnome-en-base libgtk-3-0 libjack-jackd2-0 libnm-gtk0
  libopenal-data libpam-modules libpython2.7-stdlib libsane-common libtinfo5
  libtotem0 libunity-core-6.0-9 libunity-protocol-private0 libunity9
  libusbmuxd2 libva1 libvte-2.90-9 libvte-2.90-common libwayland-client0
  libwayland-cursor0 libwayland-egl1-mesa libwbclient0 libwebkitgtk-1.0-0
  libwebkitgtk-3.0-0 libwebp5 libwebpmux1 libwxsmithlib0 libxtables10 lightdm
  mcp-account-manager-uoa metacity-common mount netpbm network-manager
  network-manager-gnome network-manager-pptp network-manager-pptp-gnome
  openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib overlay-scrollbar
  passwd plainbox-secure-policy plymouth plymouth-label ppp
  printer-driver-hpcups pulseaudio python python-appindicator python-ldb
  python-minimal python-ntdb python-samba python-tdb python-urllib3 python2.7
  python2.7-minimal python3-apport python3-aptdaemon
  python3-aptdaemon.gtk3widgets python3-aptdaemon.pkcompat python3-checkbox-ng
  python3-checkbox-support python3-plainbox python3.4 python3.4-minimal qdbus
  qpdf remmina remmina-common remmina-plugin-rdp remmina-plugin-vnc rhythmbox
  rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins
  rsyslog samba-common samba-common-bin samba-libs signon-ui signond smbclient
  systemd-shim sysvinit-utils telepathy-logger telepathy-mission-control-5
  totem totem-common totem-plugins ubuntu-session unity
  unity-control-center-signon unity-services unity-settings-daemon upower
  usbmuxd util-linux wx-common
108 upgraded, 91 newly installed, 45 to remove and 483 not upgraded.
1077 not fully installed or removed.
Need to get 112 MB of archives.
After this operation, 83.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu/ wily/main libtinfo5 i386 5.9+20150516-2ubuntu1 [75.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ wily-updates/main sysvinit-utils i386 2.88dsf-59.2ubuntu2.1 [26.2 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ wily-updates/main initscripts i386 2.88dsf-59.2ubuntu2.1 [24.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ wily/main util-linux i386 2.26.2-6ubuntu3 [801 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ wily/main mount i386 2.26.2-6ubuntu3 [127 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ wily/main e2fsprogs i386 1.42.12-1ubuntu2 [781 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ wily-updates/main libpam-modules i386 1.1.8-3.1ubuntu3.2 [256 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ wily/main passwd i386 1:4.1.5.1-1.1ubuntu7 [760 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ wily/main overlay-scrollbar all 0.2.17.1+15.10.20150604.1-0ubuntu1 [2206 B]
Get:10 http://archive.ubuntu.com/ubuntu/ wily/main signon-ui all 0.17+15.10.20150810-0ubuntu1 [1310 B]
Get:11 http://archive.ubuntu.com/ubuntu/ wily/main signon-ui-service all 0.17+15.10.20150810-0ubuntu1 [2766 B]
Get:12 http://archive.ubuntu.com/ubuntu/ wily/main signon-ui-x11 i386 0.17+15.10.20150810-0ubuntu1 [97.1 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ wily/main signond i386 8.57+15.10.20150616-0ubuntu2~gcc5.1 [187 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ wily/main libproxy1v5 i386 0.4.11-4ubuntu3~gcc5.3 [51.0 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ wily/main libwayland-client0 i386 1.8.1-1 [22.2 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ wily/main libwayland-cursor0 i386 1.8.1-1 [10.8 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ wily/main libwayland-egl1-mesa i386 11.0.2-1ubuntu4 [6642 B]
Get:18 http://archive.ubuntu.com/ubuntu/ wily-updates/main libgtk-3-0 i386 3.16.7-0ubuntu3.3 [2470 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ wily/main pinentry-gnome3 i386 0.9.5-4 [32.9 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ wily/main language-pack-en-base all 1:15.10+20151016 [493 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ wily/main language-pack-gnome-en-base all 1:15.10+20151016 [902 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ wily/main python-urllib3 all 1.11-1 [56.2 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ wily/main python2.7 i386 2.7.10-4ubuntu1 [210 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ wily/main libpython2.7-stdlib i386 2.7.10-4ubuntu1 [1808 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ wily/main python2.7-minimal i386 2.7.10-4ubuntu1 [1069 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ wily/main python-minimal i386 2.7.9-1 [28.3 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ wily/main python i386 2.7.9-1 [137 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ wily/universe python-appindicator i386 12.10.1+15.04.20141110-0ubuntu1 [7986 B]
Get:29 http://archive.ubuntu.com/ubuntu/ wily-updates/main python-tdb i386 1.3.8-0ubuntu0.15.10.1 [11.5 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ wily/universe jackd2 i386 1.9.10+20140719git3eb0ae6a~dfsg-3ubuntu1 [448 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ wily/main libjack-jackd2-0 i386 1.9.10+20140719git3eb0ae6a~dfsg-3ubuntu1 [149 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ wily/main libwebrtc-audio-processing-0 i386 0.1-3ubuntu1~gcc5.1 [96.5 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ wily-updates/main unity i386 7.3.3+15.10.20151203-0ubuntu1 [1583 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ wily-updates/main unity-settings-daemon i386 15.04.1+15.10.20151029-0ubuntu1 [529 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ wily/main libunity-protocol-private0 i386 7.1.4+15.10.20151002-0ubuntu1 [83.7 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ wily/main libunity9 i386 7.1.4+15.10.20151002-0ubuntu1 [215 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ wily-updates/main libunity-core-6.0-9 i386 7.3.3+15.10.20151203-0ubuntu1 [454 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ wily/main libsigc++-2.0-0v5 i386 2.4.1-2 [11.6 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ wily/main libglibmm-2.4-1v5 i386 2.45.41.is.2.44.0-0ubuntu2 [470 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ wily/main libxcb-util1 i386 0.4.0-0ubuntu3 [11.5 kB]
Get:41 http://archive.ubuntu.com/ubuntu/ wily-updates/main unity-services i386 7.3.3+15.10.20151203-0ubuntu1 [33.2 kB]
Get:42 http://archive.ubuntu.com/ubuntu/ wily-updates/main unity-schemas all 7.3.3+15.10.20151203-0ubuntu1 [11.0 kB]
Get:43 http://archive.ubuntu.com/ubuntu/ wily/main metacity-common all 1:3.17.2-4ubuntu1 [69.1 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ wily-updates/main libunity-settings-daemon1 i386 15.04.1+15.10.20151029-0ubuntu1 [78.4 kB]
Get:45 http://archive.ubuntu.com/ubuntu/ wily/main libupower-glib3 i386 0.99.3-1build2 [40.9 kB]
Get:46 http://archive.ubuntu.com/ubuntu/ wily/main libical1a i386 1.0.1-0ubuntu1 [180 kB]
Get:47 http://archive.ubuntu.com/ubuntu/ wily/main systemd-shim i386 9-1bzr4 [17.8 kB]
Get:48 http://archive.ubuntu.com/ubuntu/ wily/main plymouth-label i386 0.9.0-0ubuntu9 [5498 B]
Get:49 http://archive.ubuntu.com/ubuntu/ wily/main plymouth i386 0.9.0-0ubuntu9 [111 kB]
Get:50 http://archive.ubuntu.com/ubuntu/ wily/main rsyslog i386 8.12.0-1ubuntu2 [395 kB]
Get:51 http://archive.ubuntu.com/ubuntu/ wily-updates/main lightdm i386 1.16.7-0ubuntu1 [121 kB]
Get:52 http://archive.ubuntu.com/ubuntu/ wily/main apparmor i386 2.10-0ubuntu6 [474 kB]
Get:53 http://archive.ubuntu.com/ubuntu/ wily-updates/main systemd i386 225-1ubuntu9.1 [3350 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ wily/main pulseaudio i386 1:6.0-0ubuntu13 [753 kB]
Get:55 http://archive.ubuntu.com/ubuntu/ wily/main libtag1v5-vanilla i386 1.9.1-2.4ubuntu1 [290 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ wily/universe libva1 i386 1.6.0-1 [44.3 kB]
Get:57 http://archive.ubuntu.com/ubuntu/ wily/main libvpx2 i386 1.4.0-4 [636 kB]
Get:58 http://archive.ubuntu.com/ubuntu/ wily/main libwebp5 i386 0.4.3-1.3 [172 kB]
Get:59 http://archive.ubuntu.com/ubuntu/ wily/universe libx264-146 i386 2:0.146.2555+git0c21480-1 [865 kB]
Get:60 http://archive.ubuntu.com/ubuntu/ wily/universe libx265-59 i386 1.7-4 [391 kB]
Get:61 http://archive.ubuntu.com/ubuntu/ wily-updates/main libmagickcore-6.q16-2 i386 8:6.8.9.9-5ubuntu2.1 [1624 kB]
Get:62 http://archive.ubuntu.com/ubuntu/ wily/main python-ntdb i386 1.0-7 [9412 B]
Get:63 http://archive.ubuntu.com/ubuntu/ wily/main telepathy-logger i386 0.8.1-1 [6184 B]
Get:64 http://archive.ubuntu.com/ubuntu/ wily/universe libopenal-data all 1:1.16.0-3 [101 kB]
Get:65 http://archive.ubuntu.com/ubuntu/ wily-updates/main libwbclient0 i386 2:4.3.9+dfsg-0ubuntu0.15.10.2 [34.1 kB]
Get:66 http://archive.ubuntu.com/ubuntu/ wily-updates/main python-ldb i386 2:1.1.24-0ubuntu0.15.10.1 [30.5 kB]
Get:67 http://archive.ubuntu.com/ubuntu/ wily-updates/main samba-common-bin i386 2:4.3.9+dfsg-0ubuntu0.15.10.2 [546 kB]
Get:68 http://archive.ubuntu.com/ubuntu/ wily-updates/main smbclient i386 2:4.3.9+dfsg-0ubuntu0.15.10.2 [340 kB]
Get:69 http://archive.ubuntu.com/ubuntu/ wily-updates/main python-samba i386 2:4.3.9+dfsg-0ubuntu0.15.10.2 [994 kB]
Get:70 http://archive.ubuntu.com/ubuntu/ wily-updates/main samba-libs i386 2:4.3.9+dfsg-0ubuntu0.15.10.2 [5543 kB]
Get:71 http://archive.ubuntu.com/ubuntu/ wily-updates/main samba-common all 2:4.3.9+dfsg-0ubuntu0.15.10.2 [83.1 kB]
Get:72 http://archive.ubuntu.com/ubuntu/ wily/main python3.4 i386 3.4.3-9ubuntu1 [186 kB]
Get:73 http://archive.ubuntu.com/ubuntu/ wily/main python3.4-minimal i386 3.4.3-9ubuntu1 [1503 kB]
Get:74 http://archive.ubuntu.com/ubuntu/ wily/main libxtables10 i386 1.4.21-2ubuntu2 [27.9 kB]
Get:75 http://archive.ubuntu.com/ubuntu/ wily/main unity-control-center-signon i386 0.1.7~+14.10.20140814-0ubuntu1 [126 kB]
Get:76 http://archive.ubuntu.com/ubuntu/ wily/main totem-plugins i386 3.16.4-0ubuntu2 [125 kB]
Get:77 http://archive.ubuntu.com/ubuntu/ wily/main totem i386 3.16.4-0ubuntu2 [45.9 kB]
Get:78 http://archive.ubuntu.com/ubuntu/ wily/main libcogl20 i386 1.20.0-2 [280 kB]
Get:79 http://archive.ubuntu.com/ubuntu/ wily/main libtotem0 i386 3.16.4-0ubuntu2 [200 kB]
Get:80 http://archive.ubuntu.com/ubuntu/ wily/main totem-common all 3.16.4-0ubuntu2 [177 kB]
Get:81 http://archive.ubuntu.com/ubuntu/ wily/main libtag1v5 i386 1.9.1-2.4ubuntu1 [10.7 kB]
Get:82 http://archive.ubuntu.com/ubuntu/ wily/universe libopencv-core2.4v5 i386 2.4.9+dfsg-1ubuntu6 [692 kB]
Get:83 http://archive.ubuntu.com/ubuntu/ wily/universe libopencv-flann2.4v5 i386 2.4.9+dfsg-1ubuntu6 [107 kB]
Get:84 http://archive.ubuntu.com/ubuntu/ wily/universe libopencv-imgproc2.4v5 i386 2.4.9+dfsg-1ubuntu6 [620 kB]
Get:85 http://archive.ubuntu.com/ubuntu/ wily/universe libopencv-features2d2.4v5 i386 2.4.9+dfsg-1ubuntu6 [221 kB]
Get:86 http://archive.ubuntu.com/ubuntu/ wily/universe libopencv-calib3d2.4v5 i386 2.4.9+dfsg-1ubuntu6 [228 kB]
Get:87 http://archive.ubuntu.com/ubuntu/ wily/universe libopencv-highgui2.4v5 i386 2.4.9+dfsg-1ubuntu6 [109 kB]
Get:88 http://archive.ubuntu.com/ubuntu/ wily-updates/main libtracker-sparql-1.0-0 i386 1.4.1-1ubuntu2.1 [264 kB]
Get:89 http://archive.ubuntu.com/ubuntu/ wily/main telepathy-mission-control-5 i386 1:5.16.3-1ubuntu4 [175 kB]
Get:90 http://archive.ubuntu.com/ubuntu/ wily/main mcp-account-manager-uoa i386 3.12.10-0ubuntu2 [145 kB]
Get:91 http://archive.ubuntu.com/ubuntu/ wily/main libfarstream-0.2-5 i386 0.2.7-0ubuntu1 [205 kB]
Get:92 http://archive.ubuntu.com/ubuntu/ wily-updates/main libwebkitgtk-3.0-0 i386 2.4.10-0ubuntu0.15.10.1 [7680 kB]
Get:93 http://archive.ubuntu.com/ubuntu/ wily/main qdbus i386 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8 [30.6 kB]
Get:94 http://archive.ubuntu.com/ubuntu/ wily-updates/main python3-apport all 2.19.1-0ubuntu5 [79.1 kB]
Get:95 http://archive.ubuntu.com/ubuntu/ wily/main libvte-2.91-common all 0.40.2-1ubuntu3 [24.8 kB]
Get:96 http://archive.ubuntu.com/ubuntu/ wily/main libvte-2.91-0 i386 0.40.2-1ubuntu3 [145 kB]
Get:97 http://archive.ubuntu.com/ubuntu/ wily/main python3-aptdaemon.pkcompat all 1.1.1+bzr982-0ubuntu14 [23.1 kB]
Get:98 http://archive.ubuntu.com/ubuntu/ wily/main python3-aptdaemon.gtk3widgets all 1.1.1+bzr982-0ubuntu14 [13.9 kB]
Get:99 http://archive.ubuntu.com/ubuntu/ wily/main python3-aptdaemon all 1.1.1+bzr982-0ubuntu14 [77.0 kB]
Get:100 http://archive.ubuntu.com/ubuntu/ wily-updates/main libwebkitgtk-1.0-0 i386 2.4.10-0ubuntu0.15.10.1 [7679 kB]
Get:101 http://archive.ubuntu.com/ubuntu/ wily/main usbmuxd i386 1.1.0-1build1 [35.5 kB]
Get:102 http://archive.ubuntu.com/ubuntu/ wily-updates/main libusbmuxd2 i386 1.0.9-1ubuntu0.1 [16.6 kB]
Get:103 http://archive.ubuntu.com/ubuntu/ wily/universe gnome-icon-theme all 3.12.0-1ubuntu2 [777 kB]
Get:104 http://archive.ubuntu.com/ubuntu/ wily-updates/universe rhythmbox-mozilla i386 3.2.1-1ubuntu3.1 [5454 B]
Get:105 http://archive.ubuntu.com/ubuntu/ wily-updates/main rhythmbox-plugin-cdrecorder i386 3.2.1-1ubuntu3.1 [15.0 kB]
Get:106 http://archive.ubuntu.com/ubuntu/ wily-updates/main rhythmbox-plugin-zeitgeist all 3.2.1-1ubuntu3.1 [58.2 kB]
Get:107 http://archive.ubuntu.com/ubuntu/ wily-updates/main rhythmbox-plugin-magnatune i386 3.2.1-1ubuntu3.1 [33.1 kB]
Get:108 http://archive.ubuntu.com/ubuntu/ wily-updates/main rhythmbox-plugins i386 3.2.1-1ubuntu3.1 [265 kB]
Get:109 http://archive.ubuntu.com/ubuntu/ wily-updates/main rhythmbox i386 3.2.1-1ubuntu3.1 [138 kB]
Get:110 http://archive.ubuntu.com/ubuntu/ wily-updates/main rhythmbox-data all 3.2.1-1ubuntu3.1 [386 kB]
Get:111 http://archive.ubuntu.com/ubuntu/ wily/main libubsan0 i386 5.2.1-22ubuntu2 [111 kB]
Get:112 http://archive.ubuntu.com/ubuntu/ wily-updates/universe openjdk-6-jre i386 6b39-1.13.11-0ubuntu0.15.10.2 [189 kB]
Get:113 http://archive.ubuntu.com/ubuntu/ wily-updates/universe openjdk-6-jre-headless i386 6b39-1.13.11-0ubuntu0.15.10.2 [33.5 MB]
Get:114 http://archive.ubuntu.com/ubuntu/ wily-updates/universe openjdk-6-jre-lib all 6b39-1.13.11-0ubuntu0.15.10.2 [6000 kB]
Get:115 http://archive.ubuntu.com/ubuntu/ wily/main python3-checkbox-ng all 0.20.1-1 [48.3 kB]
Get:116 http://archive.ubuntu.com/ubuntu/ wily/main python3-plainbox all 0.22.2-1ubuntu1 [583 kB]
Get:117 http://archive.ubuntu.com/ubuntu/ wily/main plainbox-secure-policy all 0.22.2-1ubuntu1 [8100 B]
Get:118 http://archive.ubuntu.com/ubuntu/ wily/main python3-xlsxwriter all 0.7.3-1 [142 kB]
Get:119 http://archive.ubuntu.com/ubuntu/ wily/main python3-jinja2 all 2.8-1 [103 kB]
Get:120 http://archive.ubuntu.com/ubuntu/ wily/main python3.5-minimal i386 3.5.0-3 [1327 kB]
Get:121 http://archive.ubuntu.com/ubuntu/ wily/main python3.5 i386 3.5.0-3 [150 kB]
Get:122 http://archive.ubuntu.com/ubuntu/ wily/main python3-checkbox-support all 0.20-2 [265 kB]
Get:123 http://archive.ubuntu.com/ubuntu/ wily/universe wx-common i386 3.0.2+dfsg-1.2 [67.8 kB]
Get:124 http://archive.ubuntu.com/ubuntu/ wily/universe libwxbase3.0-0v5 i386 3.0.2+dfsg-1.2 [974 kB]
Get:125 http://archive.ubuntu.com/ubuntu/ wily/universe libwxgtk3.0-0v5 i386 3.0.2+dfsg-1.2 [4393 kB]
Get:126 http://archive.ubuntu.com/ubuntu/ wily/universe libwxsmithlib0 i386 13.12-3.1build1 [980 kB]
Get:127 http://archive.ubuntu.com/ubuntu/ wily/main libsane-common all 1.0.25+git20150528-1ubuntu2 [710 kB]
Get:128 http://archive.ubuntu.com/ubuntu/ wily/main colord-data all 1.2.11-0ubuntu2 [104 kB]
Get:129 http://archive.ubuntu.com/ubuntu/ wily/main qpdf i386 5.1.3-2 [210 kB]
Get:130 http://archive.ubuntu.com/ubuntu/ wily/main libqpdf13v5 i386 5.1.3-2 [318 kB]
Get:131 http://archive.ubuntu.com/ubuntu/ wily/universe libvte-2.90-9 i386 1:0.36.3-1ubuntu2 [284 kB]
Get:132 http://archive.ubuntu.com/ubuntu/ wily/universe libvte-2.90-common all 1:0.36.3-1ubuntu2 [24.5 kB]
Get:133 http://archive.ubuntu.com/ubuntu/ wily/main network-manager-pptp-gnome i386 0.9.10.0-1ubuntu1 [21.9 kB]
Get:134 http://archive.ubuntu.com/ubuntu/ wily/main network-manager-pptp i386 0.9.10.0-1ubuntu1 [20.2 kB]
Get:135 http://archive.ubuntu.com/ubuntu/ wily-updates/main network-manager i386 1.0.4-0ubuntu5.3 [1260 kB]
Get:136 http://archive.ubuntu.com/ubuntu/ wily/main ppp i386 2.4.6-3.1ubuntu1 [330 kB]
Get:137 http://archive.ubuntu.com/ubuntu/ wily/main network-manager-gnome i386 0.9.10.1-0ubuntu7 [343 kB]
Get:138 http://archive.ubuntu.com/ubuntu/ wily/main libnm-gtk0 i386 0.9.10.1-0ubuntu7 [73.7 kB]
Get:139 http://archive.ubuntu.com/ubuntu/ wily/main bluez-obexd i386 5.35-0ubuntu2 [172 kB]
Get:140 http://archive.ubuntu.com/ubuntu/ wily/main upower i386 0.99.3-1build2 [85.6 kB]
Get:141 http://archive.ubuntu.com/ubuntu/ wily/main ubuntu-session all 3.16.0-1ubuntu2 [2608 B]
Get:142 http://archive.ubuntu.com/ubuntu/ wily/universe gnuplot-data all 4.6.6-2 [53.5 kB]
Get:143 http://archive.ubuntu.com/ubuntu/ wily/universe libzmq3 i386 4.0.5+dfsg-3ubuntu1~gcc5.1 [143 kB]
Get:144 http://archive.ubuntu.com/ubuntu/ wily-updates/universe gstreamer1.0-plugins-ugly-amr i386 1.6.3-1ubuntu1 [19.2 kB]
Get:145 http://archive.ubuntu.com/ubuntu/ wily/main printer-driver-hpcups i386 3.15.7-0ubuntu4 [248 kB]
Get:146 http://archive.ubuntu.com/ubuntu/ wily/main libwebpmux1 i386 0.4.3-1.3 [15.6 kB]
Get:147 http://archive.ubuntu.com/ubuntu/ wily/main python3-pil i386 2.9.0-1 [315 kB]
Get:148 http://archive.ubuntu.com/ubuntu/ wily/main python3-pexpect all 3.2-1 [38.0 kB]
Get:149 http://archive.ubuntu.com/ubuntu/ wily/main python3-reportlab-accel i386 3.2.0-1build1 [19.4 kB]
Get:150 http://archive.ubuntu.com/ubuntu/ wily/main python3-reportlab all 3.2.0-1build1 [453 kB]
Get:151 http://archive.ubuntu.com/ubuntu/ wily/main libcolumbus1v5 i386 1.1.0+15.10.20150806-0ubuntu2 [85.1 kB]
Get:152 http://archive.ubuntu.com/ubuntu/ wily/main libunwind8 i386 1.1-4 [46.5 kB]
Get:153 http://archive.ubuntu.com/ubuntu/ wily/main libconfig++9v5 i386 1.5-0.2 [34.1 kB]
Get:154 http://archive.ubuntu.com/ubuntu/ wily/main libxml++2.6-2v5 i386 2.38.1-2 [73.1 kB]
Get:155 http://archive.ubuntu.com/ubuntu/ wily/main remmina-plugin-rdp i386 1.1.2-2ubuntu3 [28.5 kB]
Get:156 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-sysinfo0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [18.2 kB]
Get:157 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-primitives1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [20.8 kB]
Get:158 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-handle0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [16.4 kB]
Get:159 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-interlocked0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [17.2 kB]
Get:160 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-thread0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [17.8 kB]
Get:161 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-synch0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [18.7 kB]
Get:162 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-crt0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [21.8 kB]
Get:163 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-utils0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [52.9 kB]
Get:164 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-pool0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [16.2 kB]
Get:165 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-registry0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [17.5 kB]
Get:166 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-codec1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [73.5 kB]
Get:167 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-utils1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [25.2 kB]
Get:168 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-file0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [15.9 kB]
Get:169 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-environment0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [17.2 kB]
Get:170 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-heap0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [16.3 kB]
Get:171 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-path0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [18.0 kB]
Get:172 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-crypto1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [31.5 kB]
Get:173 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-input0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [19.1 kB]
Get:174 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-locale1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [34.8 kB]
Get:175 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-dsparse0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [16.4 kB]
Get:176 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-library0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [16.8 kB]
Get:177 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-rpc0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [27.7 kB]
Get:178 http://archive.ubuntu.com/ubuntu/ wily/main libwinpr-sspi0.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [39.5 kB]
Get:179 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-core1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [164 kB]
Get:180 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-client1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [59.0 kB]
Get:181 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-cache1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [22.1 kB]
Get:182 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-gdi1.1 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [37.0 kB]
Get:183 http://archive.ubuntu.com/ubuntu/ wily/main remmina-plugin-vnc i386 1.1.2-2ubuntu3 [18.1 kB]
Get:184 http://archive.ubuntu.com/ubuntu/ wily/main remmina i386 1.1.2-2ubuntu3 [124 kB]
Get:185 http://archive.ubuntu.com/ubuntu/ wily/main remmina-common all 1.1.2-2ubuntu3 [42.1 kB]
Get:186 http://archive.ubuntu.com/ubuntu/ wily/main libvncclient1 i386 0.9.10+dfsg-3 [59.0 kB]
Get:187 http://archive.ubuntu.com/ubuntu/ wily/main libfreerdp-common1.1.0 i386 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 [20.9 kB]
Get:188 http://archive.ubuntu.com/ubuntu/ wily/main libxml-parser-perl i386 2.41-3 [207 kB]
Get:189 http://archive.ubuntu.com/ubuntu/ wily/main libxml-twig-perl all 1:3.48-1 [156 kB]
Get:190 http://archive.ubuntu.com/ubuntu/ wily/main netpbm i386 2:10.0-15.2 [936 kB]
Get:191 http://archive.ubuntu.com/ubuntu/ wily/main qml-module-qtgraphicaleffects i386 5.4.2-1ubuntu2 [29.8 kB]
Get:192 http://archive.ubuntu.com/ubuntu/ wily/universe libebml4v5 i386 1.3.1-5 [50.6 kB]
Get:193 http://archive.ubuntu.com/ubuntu/ wily/universe libmatroska6v5 i386 1.4.2-4 [115 kB]
Get:194 http://archive.ubuntu.com/ubuntu/ wily/universe libsidplay2v5 i386 2.1.1-14ubuntu2 [94.2 kB]
Get:195 http://archive.ubuntu.com/ubuntu/ wily/universe libva-drm1 i386 1.6.0-1 [8910 B]
Get:196 http://archive.ubuntu.com/ubuntu/ wily/main libxml-xpathengine-perl all 0.13-1 [37.1 kB]
Get:197 http://archive.ubuntu.com/ubuntu/ wily/main python-ndg-httpsclient all 0.4.0-1 [24.9 kB]
Get:198 http://archive.ubuntu.com/ubuntu/ wily/main python3-renderpm i386 3.2.0-1build1 [35.5 kB]
Get:199 http://archive.ubuntu.com/ubuntu/ wily/main update-motd all 3.6-0ubuntu1 [5378 B]
Fetched 112 MB in 22min 57s (81.3 kB/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_225-1ubuntu9.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_6.0-0ubuntu13_i386.deb Hash Sum mismatch

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-icon-theme/gnome-icon-theme_3.12.0-1ubuntu2_all.deb Hash Sum mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

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

Strange. We are back to the same packages that fail the Hash Sum test.

What is the output of

ls -l /var/cache/apt/archives/partial/
sudo rm /var/cache/apt/archives/partial/*
sudo apt-get install -f
ls -l /var/cache/apt/archives/partial/

Revision history for this message
Dip (ratnadip983) said :
#49

Outputs:

root@ubuntu:/# ls -l /var/cache/apt/archives/partial/
total 6356
-rw-r--r-- 1 root root 776638 Sep 16 2015 gnome-icon-theme_3.12.0-1ubuntu2_all.deb.FAILED
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED

root@ubuntu:/# sudo rm /var/cache/apt/archives/partial/*
sudo: unable to resolve host ubuntu

root@ubuntu:/# sudo apt-get install -f
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  g++-4.8 libebml4v5 libmagickcore5 libmagickcore5-extra libmagickwand5
  libmatroska6v5 libpanel-applet-4-0 libsidplay2v5 libva-drm1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  apparmor bluez-obexd colord-data e2fsprogs gnome-icon-theme gnuplot-data
  gstreamer1.0-plugins-ugly-amr initscripts jackd2 language-pack-en-base
  language-pack-gnome-en-base libcogl20 libcolumbus1v5 libconfig++9v5
  libebml4v5 libfarstream-0.2-5 libfreerdp-cache1.1 libfreerdp-client1.1
  libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1
  libfreerdp-primitives1.1 libfreerdp-utils1.1 libglibmm-2.4-1v5 libgtk-3-0
  libical1a libjack-jackd2-0 libmagickcore-6.q16-2 libmatroska6v5 libnm-gtk0
  libopenal-data libopencv-calib3d2.4v5 libopencv-core2.4v5
  libopencv-features2d2.4v5 libopencv-flann2.4v5 libopencv-highgui2.4v5
  libopencv-imgproc2.4v5 libpam-modules libproxy1v5 libpython2.7-stdlib
  libqpdf13v5 libsane-common libsidplay2v5 libsigc++-2.0-0v5 libtag1v5
  libtag1v5-vanilla libtinfo5 libtotem0 libtracker-sparql-1.0-0 libubsan0
  libunity-core-6.0-9 libunity-protocol-private0 libunity-settings-daemon1
  libunity9 libunwind8 libupower-glib3 libusbmuxd2 libva-drm1 libva1
  libvncclient1 libvpx2 libvte-2.90-9 libvte-2.90-common libvte-2.91-0
  libvte-2.91-common libwayland-client0 libwayland-cursor0
  libwayland-egl1-mesa libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-3.0-0
  libwebp5 libwebpmux1 libwebrtc-audio-processing-0 libwinpr-crt0.1
  libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1
  libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1
  libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1
  libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1
  libwxbase3.0-0v5 libwxgtk3.0-0v5 libwxsmithlib0 libx264-146 libx265-59
  libxcb-util1 libxml++2.6-2v5 libxml-parser-perl libxml-twig-perl
  libxml-xpathengine-perl libxtables10 libzmq3 lightdm mcp-account-manager-uoa
  metacity-common mount netpbm network-manager network-manager-gnome
  network-manager-pptp network-manager-pptp-gnome openjdk-6-jre
  openjdk-6-jre-headless openjdk-6-jre-lib overlay-scrollbar passwd
  pinentry-gnome3 plainbox-secure-policy plymouth plymouth-label ppp
  printer-driver-hpcups pulseaudio python python-appindicator python-ldb
  python-minimal python-ndg-httpsclient python-ntdb python-samba python-tdb
  python-urllib3 python2.7 python2.7-minimal python3-apport python3-aptdaemon
  python3-aptdaemon.gtk3widgets python3-aptdaemon.pkcompat python3-checkbox-ng
  python3-checkbox-support python3-jinja2 python3-pexpect python3-pil
  python3-plainbox python3-renderpm python3-reportlab python3-reportlab-accel
  python3-xlsxwriter python3.4 python3.4-minimal python3.5 python3.5-minimal
  qdbus qml-module-qtgraphicaleffects qpdf remmina remmina-common
  remmina-plugin-rdp remmina-plugin-vnc rhythmbox rhythmbox-data
  rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune
  rhythmbox-plugin-zeitgeist rhythmbox-plugins rsyslog samba-common
  samba-common-bin samba-libs signon-ui signon-ui-service signon-ui-x11
  signond smbclient systemd systemd-shim sysvinit-utils telepathy-logger
  telepathy-mission-control-5 totem totem-common totem-plugins ubuntu-session
  unity unity-control-center-signon unity-schemas unity-services
  unity-settings-daemon update-motd upower usbmuxd util-linux wx-common
Suggested packages:
  apparmor-profiles apparmor-profiles-extra apparmor-docs apparmor-utils gpart
  e2fsck-static jack-tools meterbridge freerdp-x11 libx265-59-dbg
  libunicode-map8-perl libunicode-string-perl xml-twig-tools
  account-plugin-gadugadu account-plugin-groupwise account-plugin-icq
  account-plugin-irc account-plugin-mxit account-plugin-myspace
  account-plugin-sametime account-plugin-sip account-plugin-yahoojp
  account-plugin-zephyr nfs-common network-manager-openconnect-gnome
  network-manager-openvpn-gnome network-manager-vpnc-gnome icedtea-plugin
  sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho fonts-indic
  pinentry-doc hplip-doc pavumeter pavucontrol paman paprefs python-doc
  python-tk python-ntlm python2.7-doc python3-launchpadlib python-jinja2-doc
  python-pexpect-doc python-pil-doc python3-pil-dbg python3-renderpm-dbg
  python3-egenix-mxtexttools python-reportlab-doc python3.4-venv python3.4-doc
  python3.5-venv python3.5-doc rsyslog-mysql rsyslog-pgsql rsyslog-doc
  rsyslog-gnutls rsyslog-gssapi rsyslog-relp heimdal-clients cifs-utils
  systemd-ui systemd-container bootlogd sash telepathy-haze gromit
  util-linux-locales
Recommended packages:
  ubuntu-control-center-signon account-plugin-aim account-plugin-yahoo
The following packages will be REMOVED:
  gnome-system-monitor grub-customizer libatkmm-1.6-1 libcairomm-1.0-1
  libcogl-pango15 libcogl15 libcolumbus1 libconfig++9 libebml4 libecal-1.2-16
  libedata-cal-1.2-23 libfarstream-0.2-2 libfreerdp1 libglibmm-2.4-1c2a
  libgtkmm-2.4-1c2a libgtkmm-3.0-1 libical1 libmatroska6 libmetacity-private0a
  libopencv-calib3d2.4 libopencv-core2.4 libopencv-features2d2.4
  libopencv-flann2.4 libopencv-highgui2.4 libopencv-imgproc2.4
  libpangomm-1.4-1 libproxy1 libqpdf13 libsidplay2 libsigc++-2.0-0c2a
  libtag1-vanilla libtag1c2a libvncserver0 libwxbase3.0-0 libxml++2.6-2
  nautilus-sendto-empathy obexd-client overlay-scrollbar-gtk3 systemd-services
  totem-mozilla unity-lens-applications vlc vlc-nox vlc-plugin-notify
  vlc-plugin-pulse
The following NEW packages will be installed:
  bluez-obexd colord-data gnuplot-data gstreamer1.0-plugins-ugly-amr libcogl20
  libcolumbus1v5 libconfig++9v5 libebml4v5 libfarstream-0.2-5
  libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1
  libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1
  libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-primitives1.1
  libfreerdp-utils1.1 libglibmm-2.4-1v5 libical1a libmagickcore-6.q16-2
  libmatroska6v5 libopencv-calib3d2.4v5 libopencv-core2.4v5
  libopencv-features2d2.4v5 libopencv-flann2.4v5 libopencv-highgui2.4v5
  libopencv-imgproc2.4v5 libproxy1v5 libqpdf13v5 libsidplay2v5
  libsigc++-2.0-0v5 libtag1v5 libtag1v5-vanilla libtracker-sparql-1.0-0
  libubsan0 libunity-settings-daemon1 libunwind8 libupower-glib3 libva-drm1
  libvncclient1 libvpx2 libvte-2.91-0 libvte-2.91-common
  libwebrtc-audio-processing-0 libwinpr-crt0.1 libwinpr-dsparse0.1
  libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1
  libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1
  libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1
  libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1
  libwinpr-utils0.1 libwxbase3.0-0v5 libwxgtk3.0-0v5 libx264-146 libx265-59
  libxcb-util1 libxml++2.6-2v5 libxml-parser-perl libxml-twig-perl
  libxml-xpathengine-perl libzmq3 pinentry-gnome3 python-ndg-httpsclient
  python3-jinja2 python3-pexpect python3-pil python3-renderpm
  python3-reportlab python3-reportlab-accel python3-xlsxwriter python3.5
  python3.5-minimal qml-module-qtgraphicaleffects signon-ui-service
  signon-ui-x11 systemd unity-schemas update-motd
The following packages will be upgraded:
  apparmor e2fsprogs gnome-icon-theme initscripts jackd2 language-pack-en-base
  language-pack-gnome-en-base libgtk-3-0 libjack-jackd2-0 libnm-gtk0
  libopenal-data libpam-modules libpython2.7-stdlib libsane-common libtinfo5
  libtotem0 libunity-core-6.0-9 libunity-protocol-private0 libunity9
  libusbmuxd2 libva1 libvte-2.90-9 libvte-2.90-common libwayland-client0
  libwayland-cursor0 libwayland-egl1-mesa libwbclient0 libwebkitgtk-1.0-0
  libwebkitgtk-3.0-0 libwebp5 libwebpmux1 libwxsmithlib0 libxtables10 lightdm
  mcp-account-manager-uoa metacity-common mount netpbm network-manager
  network-manager-gnome network-manager-pptp network-manager-pptp-gnome
  openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib overlay-scrollbar
  passwd plainbox-secure-policy plymouth plymouth-label ppp
  printer-driver-hpcups pulseaudio python python-appindicator python-ldb
  python-minimal python-ntdb python-samba python-tdb python-urllib3 python2.7
  python2.7-minimal python3-apport python3-aptdaemon
  python3-aptdaemon.gtk3widgets python3-aptdaemon.pkcompat python3-checkbox-ng
  python3-checkbox-support python3-plainbox python3.4 python3.4-minimal qdbus
  qpdf remmina remmina-common remmina-plugin-rdp remmina-plugin-vnc rhythmbox
  rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins
  rsyslog samba-common samba-common-bin samba-libs signon-ui signond smbclient
  systemd-shim sysvinit-utils telepathy-logger telepathy-mission-control-5
  totem totem-common totem-plugins ubuntu-session unity
  unity-control-center-signon unity-services unity-settings-daemon upower
  usbmuxd util-linux wx-common
108 upgraded, 91 newly installed, 45 to remove and 483 not upgraded.
1077 not fully installed or removed.
Need to get 5726 kB/112 MB of archives.
After this operation, 83.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu/ wily-updates/main systemd i386 225-1ubuntu9.1 [3350 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ wily/main pulseaudio i386 1:6.0-0ubuntu13 [753 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ wily-updates/main libmagickcore-6.q16-2 i386 8:6.8.9.9-5ubuntu2.1 [1624 kB]
Fetched 5726 kB in 7s (763 kB/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_225-1ubuntu9.1_i386.deb Hash Sum mismatch

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/pulseaudio_6.0-0ubuntu13_i386.deb Hash Sum mismatch

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb Hash Sum mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

root@ubuntu:/# ls -l /var/cache/apt/archives/partial/
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED

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

Interesting, first four, but then only three FAILED packages.

If you try the commands again, is there any change?

Revision history for this message
Dip (ratnadip983) said :
#51

NO change at all:

root@ubuntu:/# ls -l /var/cache/apt/archives/partial/
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED
root@ubuntu:/# ls -l /var/cache/apt/archives/partial/
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED
root@ubuntu:/# ls -l /var/cache/apt/archives/partial/
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED
root@ubuntu:/# ls -l /var/cache/apt/archives/partial/
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED
root@ubuntu:/#

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

What is the output of

dpkg-deb --info /var/cache/apt/archives/partial/libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED

Revision history for this message
Dip (ratnadip983) said :
#53

Not even change after running: sudo apt-get install -f again

root@ubuntu:/# ls -l /var/cache/apt/archives/partial/
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED

Revision history for this message
Dip (ratnadip983) said :
#54

Here is the output:

root@ubuntu:/# dpkg-deb --info /var/cache/apt/archives/partial/libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
 new debian package, version 2.0.
 size 1623574 bytes: control archive=16037 bytes.
    1512 bytes, 26 lines control
   23847 bytes, 236 lines md5sums
     135 bytes, 7 lines * postinst #!/bin/sh
     132 bytes, 7 lines * postrm #!/bin/sh
      44 bytes, 1 lines shlibs
   69518 bytes, 1462 lines symbols
 Package: libmagickcore-6.q16-2
 Source: imagemagick
 Version: 8:6.8.9.9-5ubuntu2.1
 Architecture: i386
 Maintainer: Ubuntu Developers <email address hidden>
 Installed-Size: 6410
 Pre-Depends: dpkg (>= 1.17.6)
 Depends: libbz2-1.0, libc6 (>= 2.11), libfftw3-double3, libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libjbig0 (>= 2.0), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628), liblqr-1-0 (>= 0.4.0), libltdl7 (>= 2.4.2), liblzma5 (>= 5.1.1alpha+20120614), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libxext6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.4), imagemagick-common (= 8:6.8.9.9-5ubuntu2.1)
 Recommends: ghostscript, gsfonts
 Suggests: libmagickcore-6.q16-2-extra
 Section: libs
 Priority: optional
 Multi-Arch: same
 Homepage: http://www.imagemagick.org/
 Description: low-level image manipulation library -- quantum depth Q16
  The MagickCore API is a low-level interface between the C programming language
  and the ImageMagick image processing libraries and is recommended for
  wizard-level programmers only. Unlike the MagickWand C API which uses only a
  few opaque types and accessors, with MagickCore you almost exclusively access
  the structure members directly.
  .
  This package contains the C libraries needed to run executables that make
  use of MagickCore.
  .
  This version of libmagickcore is compiled for quantum depth of 16 bits.
 Original-Maintainer: ImageMagick Packaging Team <email address hidden>

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

Just to make sure that there was no misunderstanding:

I wanted to ask for the following:

compare the output of

ls -l /var/cache/apt/archives/partial/

with the output of the same command after executing

sudo rm /var/cache/apt/archives/partial/*
sudo apt-get install -f

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

The output of the dpkg-deb command looks as if the package file is not broken at all.

What is the output of

dpkg-deb --contents /var/cache/apt/archives/partial/pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED

Revision history for this message
Dip (ratnadip983) said :
#57

I already did that. But here is again.

Before:

root@ubuntu:/# ls -l /var/cache/apt/archives/partial
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED

After:

root@ubuntu:/# ls -l /var/cache/apt/archives/partial
total 5596
-rw-r--r-- 1 root root 1623574 Jun 2 18:55 libmagickcore-6.q16-2_8%3a6.8.9.9-5ubuntu2.1_i386.deb.FAILED
-rw-r--r-- 1 root root 752990 Oct 13 2015 pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
-rw-r--r-- 1 root root 3349748 Jan 27 2016 systemd_225-1ubuntu9.1_i386.deb.FAILED

Nothing different.

Revision history for this message
Dip (ratnadip983) said :
#58

Output of : dpkg-deb --contents /var/cache/apt/archives/partial/pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED

root@ubuntu:/# dpkg-deb --contents /var/cache/apt/archives/partial/pulseaudio_1%3a6.0-0ubuntu13_i386.deb.FAILED
drwxr-xr-x root/root 0 2015-10-13 13:36 ./
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/
drwxr-xr-x root/root 0 2015-10-13 13:38 ./usr/share/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/apport/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/apport/package-hooks/
-rw-r--r-- root/root 278 2015-10-13 13:36 ./usr/share/apport/package-hooks/source_pulseaudio.py
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/
-rw-r--r-- root/root 3155 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
-rw-r--r-- root/root 1420 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf
-rw-r--r-- root/root 2185 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-5.conf
-rw-r--r-- root/root 2528 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-7.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf
-rw-r--r-- root/root 2185 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf
-rw-r--r-- root/root 2312 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf
-rw-r--r-- root/root 5769 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf.common
-rw-r--r-- root/root 161 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf
-rw-r--r-- root/root 2298 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf
-rw-r--r-- root/root 3604 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf
-rw-r--r-- root/root 1969 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf
-rw-r--r-- root/root 1415 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf
-rw-r--r-- root/root 712 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/iec958-stereo-output.conf
-rw-r--r-- root/root 1457 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic-line.conf
-rw-r--r-- root/root 161 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-6.conf
-rw-r--r-- root/root 1330 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf.common
-rw-r--r-- root/root 2355 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-linein.conf
-rw-r--r-- root/root 1929 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf
-rw-r--r-- root/root 4319 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf
-rw-r--r-- root/root 10609 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
-rw-r--r-- root/root 161 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf
-rw-r--r-- root/root 1425 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-tvtuner.conf
-rw-r--r-- root/root 1993 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-mono.conf
-rw-r--r-- root/root 159 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf
-rw-r--r-- root/root 3147 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf
-rw-r--r-- root/root 3523 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker-always.conf
-rw-r--r-- root/root 2797 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic-always.conf
-rw-r--r-- root/root 1385 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-video.conf
-rw-r--r-- root/root 2139 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf
-rw-r--r-- root/root 2196 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/
-rw-r--r-- root/root 1583 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio2.conf
-rw-r--r-- root/root 2419 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktorkontrol-s4.conf
-rw-r--r-- root/root 17774 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
-rw-r--r-- root/root 2714 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/maudio-fasttrack-pro.conf
-rw-r--r-- root/root 2769 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio4dj.conf
-rw-r--r-- root/root 1284 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/kinect-audio.conf
-rw-r--r-- root/root 5456 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/force-speaker.conf
-rw-r--r-- root/root 2741 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio6.conf
-rw-r--r-- root/root 2713 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-korecontroller.conf
-rw-r--r-- root/root 3778 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio10.conf
-rw-r--r-- root/root 5491 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/force-speaker-and-int-mic.conf
-rw-r--r-- root/root 4999 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio8dj.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/bug/
-rwxr-xr-x root/root 1249 2015-10-13 05:06 ./usr/share/bug/pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/lintian/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 424 2015-10-13 05:06 ./usr/share/lintian/overrides/pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/zsh/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/zsh/vendor-completions/
-rw-r--r-- root/root 30114 2015-10-13 13:36 ./usr/share/zsh/vendor-completions/_pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/alsa/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/alsa/alsa.conf.d/
-rw-r--r-- root/root 376 2015-10-13 05:06 ./usr/share/alsa/alsa.conf.d/pulse.conf
-rw-r--r-- root/root 340 2015-10-13 05:06 ./usr/share/alsa/pulse-alsa.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/doc/
drwxr-xr-x root/root 0 2015-10-13 13:38 ./usr/share/doc/pulseaudio/
-rw-r--r-- root/root 1116 2015-10-13 05:06 ./usr/share/doc/pulseaudio/README.Debian
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/doc/pulseaudio/examples/
-rw-r--r-- root/root 2485 2015-10-13 05:06 ./usr/share/doc/pulseaudio/examples/pulseaudio.init.example
-rw-r--r-- root/root 1166 2015-10-13 05:06 ./usr/share/doc/pulseaudio/examples/pulseaudio.default.example
-rw-r--r-- root/root 1890 2015-10-13 05:06 ./usr/share/doc/pulseaudio/examples/pulseaudio.upstart.example
-rw-r--r-- root/root 310 2015-10-13 05:06 ./usr/share/doc/pulseaudio/NEWS.Debian.gz
-rw-r--r-- root/root 21450 2015-10-13 05:06 ./usr/share/doc/pulseaudio/copyright
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/man/
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/share/man/man5/
-rw-r--r-- root/root 463 2015-10-13 13:36 ./usr/share/man/man5/default.pa.5.gz
-rw-r--r-- root/root 2610 2015-10-13 13:36 ./usr/share/man/man5/pulse-cli-syntax.5.gz
-rw-r--r-- root/root 5367 2015-10-13 13:36 ./usr/share/man/man5/pulse-daemon.conf.5.gz
-rw-r--r-- root/root 1252 2015-10-13 13:36 ./usr/share/man/man5/pulse-client.conf.5.gz
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/share/man/man1/
-rw-r--r-- root/root 431 2015-10-13 13:36 ./usr/share/man/man1/start-pulseaudio-x11.1.gz
-rw-r--r-- root/root 4759 2015-10-13 13:36 ./usr/share/man/man1/pulseaudio.1.gz
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/bin/
-rwxr-xr-x root/root 83348 2015-10-13 13:37 ./usr/bin/pulseaudio
-rwxr-xr-x root/root 1293 2015-10-13 13:36 ./usr/bin/start-pulseaudio-x11
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/lib/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/lib/pulse-6.0/
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/
-rw-r--r-- root/root 22200 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-esound-sink.so
-rw-r--r-- root/root 80352 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-stream-restore.so
-rw-r--r-- root/root 22180 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-source-new.so
-rw-r--r-- root/root 26304 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rtp-recv.so
-rw-r--r-- root/root 46928 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-combine-sink.so
-rw-r--r-- root/root 26124 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-filter-apply.so
-rw-r--r-- root/root 30444 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-alsa-card.so
-rw-r--r-- root/root 9628 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-default-device-restore.so
-rw-r--r-- root/root 17900 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-role-cork.so
-rw-r--r-- root/root 18024 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-pipe-source.so
-rw-r--r-- root/root 18024 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-pipe-sink.so
-rw-r--r-- root/root 13860 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-null-source.so
-rw-r--r-- root/root 54880 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rygel-media-server.so
-rw-r--r-- root/root 9644 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-native-protocol-fd.so
-rw-r--r-- root/root 22124 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-remap-source.so
-rw-r--r-- root/root 294768 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libalsa-util.so
-rw-r--r-- root/root 42548 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/librtp.so
-rw-r--r-- root/root 13832 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-match.so
-rw-r--r-- root/root 13872 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-sine-source.so
-rw-r--r-- root/root 9696 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-native-protocol-tcp.so
-rw-r--r-- root/root 9660 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-always-sink.so
-rw-r--r-- root/root 55184 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-sink.so
-rw-r--r-- root/root 9680 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-http-protocol-unix.so
-rw-r--r-- root/root 38612 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-device-restore.so
-rw-r--r-- root/root 13784 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-mmkbd-evdev.so
-rw-r--r-- root/root 9672 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-cli-protocol-tcp.so
-rw-r--r-- root/root 30420 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-virtual-source.so
-rw-r--r-- root/root 13684 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-filter-heuristics.so
-rw-r--r-- root/root 13792 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-sine.so
-rw-r--r-- root/root 9664 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-cli-protocol-unix.so
-rw-r--r-- root/root 9684 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-http-protocol-tcp.so
-rw-r--r-- root/root 9620 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-cli.so
-rw-r--r-- root/root 9612 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-switch-on-port-available.so
-rw-r--r-- root/root 13916 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-augment-properties.so
-rw-r--r-- root/root 38596 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-loopback.so
-rw-r--r-- root/root 22008 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-card-restore.so
-rw-r--r-- root/root 34548 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-virtual-surround-sink.so
-rw-r--r-- root/root 9628 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-alsa-source.so
-rw-r--r-- root/root 9660 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-detect.so
-rw-r--r-- root/root 38648 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-oss.so
-rw-r--r-- root/root 9692 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-native-protocol-unix.so
-rw-r--r-- root/root 13768 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-switch-on-connect.so
-rw-r--r-- root/root 9684 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-simple-protocol-tcp.so
-rw-r--r-- root/root 150024 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-native.so
-rw-r--r-- root/root 13764 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libwebrtc-util.so
-rw-r--r-- root/root 17868 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-intended-roles.so
-rw-r--r-- root/root 68372 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-equalizer-sink.so
-rw-r--r-- root/root 26232 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-remap-sink.so
-rw-r--r-- root/root 9628 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-alsa-sink.so
-rw-r--r-- root/root 9656 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-systemd-login.so
-rw-r--r-- root/root 30412 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-virtual-sink.so
-rw-r--r-- root/root 22124 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rtp-send.so
-rw-r--r-- root/root 26248 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-udev-detect.so
-rw-r--r-- root/root 13740 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rescue-streams.so
-rw-r--r-- root/root 46992 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-ladspa-sink.so
-rw-r--r-- root/root 9616 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-position-event-sounds.so
-rw-r--r-- root/root 30368 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-http.so
-rw-r--r-- root/root 79924 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-echo-cancel.so
-rw-r--r-- root/root 46984 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-source.so
-rw-r--r-- root/root 235680 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-dbus-protocol.so
-rw-r--r-- root/root 9632 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-volume-restore.so
-rw-r--r-- root/root 30352 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-simple.so
-rw-r--r-- root/root 17984 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-null-sink.so
-rw-r--r-- root/root 13800 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-role-ducking.so
-rw-r--r-- root/root 9624 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libcli.so
-rw-r--r-- root/root 9676 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-simple-protocol-unix.so
-rw-r--r-- root/root 22184 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-sink-new.so
-rw-r--r-- root/root 9656 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-cli.so
-rw-r--r-- root/root 42668 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-device-manager.so
-rw-r--r-- root/root 5468 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-combine.so
-rw-r--r-- root/root 13740 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/liboss-util.so
-rw-r--r-- root/root 26096 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-suspend-on-idle.so
-rw-r--r-- root/root 736412 2015-10-13 13:37 ./usr/lib/libpulsecore-6.0.so
drwxr-xr-x root/root 0 2015-10-13 13:36 ./lib/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./lib/udev/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./lib/udev/rules.d/
-rw-r--r-- root/root 6538 2015-10-13 13:36 ./lib/udev/rules.d/90-pulseaudio.rules
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/dbus-1/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/dbus-1/system.d/
-rw-r--r-- root/root 1084 2015-10-13 13:36 ./etc/dbus-1/system.d/pulseaudio-system.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/pulse/
-rw-r--r-- root/root 2282 2015-10-13 13:36 ./etc/pulse/daemon.conf
-rw-r--r-- root/root 5709 2015-10-13 13:36 ./etc/pulse/default.pa
-rw-r--r-- root/root 2046 2015-10-13 13:36 ./etc/pulse/system.pa
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/
-rw-r--r-- root/root 15537 2015-10-13 13:36 ./etc/bash_completion.d/pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/xdg/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/xdg/autostart/
-rw-r--r-- root/root 4362 2015-10-13 13:36 ./etc/xdg/autostart/pulseaudio.desktop
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
dpkg-deb: error: subprocess tar returned error exit status 2

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

The file is definitely broken.

If you try downloading
https://launchpad.net/ubuntu/+archive/primary/+files/pulseaudio_6.0-0ubuntu13_i386.deb
and/or
https://launchpad.net/ubuntu/+source/pulseaudio/1:6.0-0ubuntu13/+build/8112319/+files/pulseaudio_6.0-0ubuntu13_i386.deb
and try the dpkg-deb --contents ... command, do you also get an error message at the end?

Revision history for this message
Dip (ratnadip983) said :
#60

Downloaded from first link and get the output looks right.

root@ubuntu:/# wget https://launchpad.net/ubuntu/+archive/primary/+files/pulseaudio_6.0-0ubuntu13_i386.deb
--2016-08-03 19:08:36-- https://launchpad.net/ubuntu/+archive/primary/+files/pulseaudio_6.0-0ubuntu13_i386.deb
Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222
Connecting to launchpad.net (launchpad.net)|91.189.89.223|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://launchpadlibrarian.net/221074415/pulseaudio_6.0-0ubuntu13_i386.deb [following]
--2016-08-03 19:08:37-- https://launchpadlibrarian.net/221074415/pulseaudio_6.0-0ubuntu13_i386.deb
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.228, 91.189.89.229
Connecting to launchpadlibrarian.net (launchpadlibrarian.net)|91.189.89.228|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 752990 (735K) [application/x-debian-package]
Saving to: 'pulseaudio_6.0-0ubuntu13_i386.deb'

100%[======================================>] 752,990 60.8KB/s in 14s

2016-08-03 19:08:52 (53.8 KB/s) - 'pulseaudio_6.0-0ubuntu13_i386.deb' saved [752990/752990]

root@ubuntu:/# dpkg-deb --contents pulseaudio_6.0-0ubuntu13_i386.deb
drwxr-xr-x root/root 0 2015-10-13 13:36 ./
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/
drwxr-xr-x root/root 0 2015-10-13 13:38 ./usr/share/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/apport/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/apport/package-hooks/
-rw-r--r-- root/root 278 2015-10-13 13:36 ./usr/share/apport/package-hooks/source_pulseaudio.py
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/
-rw-r--r-- root/root 3155 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
-rw-r--r-- root/root 1420 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf
-rw-r--r-- root/root 2185 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-5.conf
-rw-r--r-- root/root 2528 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-7.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf
-rw-r--r-- root/root 2185 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf
-rw-r--r-- root/root 2312 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf
-rw-r--r-- root/root 5769 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf.common
-rw-r--r-- root/root 161 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf
-rw-r--r-- root/root 2298 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf
-rw-r--r-- root/root 3604 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf
-rw-r--r-- root/root 1969 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf
-rw-r--r-- root/root 1415 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf
-rw-r--r-- root/root 712 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/iec958-stereo-output.conf
-rw-r--r-- root/root 1457 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic-line.conf
-rw-r--r-- root/root 161 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf
-rw-r--r-- root/root 163 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-6.conf
-rw-r--r-- root/root 1330 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf.common
-rw-r--r-- root/root 2355 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-linein.conf
-rw-r--r-- root/root 1929 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf
-rw-r--r-- root/root 4319 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf
-rw-r--r-- root/root 10609 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
-rw-r--r-- root/root 161 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf
-rw-r--r-- root/root 1425 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-tvtuner.conf
-rw-r--r-- root/root 1993 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-mono.conf
-rw-r--r-- root/root 159 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf
-rw-r--r-- root/root 3147 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf
-rw-r--r-- root/root 3523 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker-always.conf
-rw-r--r-- root/root 2797 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic-always.conf
-rw-r--r-- root/root 1385 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-video.conf
-rw-r--r-- root/root 2139 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf
-rw-r--r-- root/root 2196 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/
-rw-r--r-- root/root 1583 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio2.conf
-rw-r--r-- root/root 2419 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktorkontrol-s4.conf
-rw-r--r-- root/root 17774 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
-rw-r--r-- root/root 2714 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/maudio-fasttrack-pro.conf
-rw-r--r-- root/root 2769 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio4dj.conf
-rw-r--r-- root/root 1284 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/kinect-audio.conf
-rw-r--r-- root/root 5456 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/force-speaker.conf
-rw-r--r-- root/root 2741 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio6.conf
-rw-r--r-- root/root 2713 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-korecontroller.conf
-rw-r--r-- root/root 3778 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio10.conf
-rw-r--r-- root/root 5491 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/force-speaker-and-int-mic.conf
-rw-r--r-- root/root 4999 2015-10-13 13:36 ./usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio8dj.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/bug/
-rwxr-xr-x root/root 1249 2015-10-13 05:06 ./usr/share/bug/pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/lintian/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 424 2015-10-13 05:06 ./usr/share/lintian/overrides/pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/zsh/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/zsh/vendor-completions/
-rw-r--r-- root/root 30114 2015-10-13 13:36 ./usr/share/zsh/vendor-completions/_pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/alsa/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/alsa/alsa.conf.d/
-rw-r--r-- root/root 376 2015-10-13 05:06 ./usr/share/alsa/alsa.conf.d/pulse.conf
-rw-r--r-- root/root 340 2015-10-13 05:06 ./usr/share/alsa/pulse-alsa.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/doc/
drwxr-xr-x root/root 0 2015-10-13 13:38 ./usr/share/doc/pulseaudio/
-rw-r--r-- root/root 1116 2015-10-13 05:06 ./usr/share/doc/pulseaudio/README.Debian
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/doc/pulseaudio/examples/
-rw-r--r-- root/root 2485 2015-10-13 05:06 ./usr/share/doc/pulseaudio/examples/pulseaudio.init.example
-rw-r--r-- root/root 1166 2015-10-13 05:06 ./usr/share/doc/pulseaudio/examples/pulseaudio.default.example
-rw-r--r-- root/root 1890 2015-10-13 05:06 ./usr/share/doc/pulseaudio/examples/pulseaudio.upstart.example
-rw-r--r-- root/root 310 2015-10-13 05:06 ./usr/share/doc/pulseaudio/NEWS.Debian.gz
-rw-r--r-- root/root 21450 2015-10-13 05:06 ./usr/share/doc/pulseaudio/copyright
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/share/man/
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/share/man/man5/
-rw-r--r-- root/root 463 2015-10-13 13:36 ./usr/share/man/man5/default.pa.5.gz
-rw-r--r-- root/root 2610 2015-10-13 13:36 ./usr/share/man/man5/pulse-cli-syntax.5.gz
-rw-r--r-- root/root 5367 2015-10-13 13:36 ./usr/share/man/man5/pulse-daemon.conf.5.gz
-rw-r--r-- root/root 1252 2015-10-13 13:36 ./usr/share/man/man5/pulse-client.conf.5.gz
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/share/man/man1/
-rw-r--r-- root/root 431 2015-10-13 13:36 ./usr/share/man/man1/start-pulseaudio-x11.1.gz
-rw-r--r-- root/root 4759 2015-10-13 13:36 ./usr/share/man/man1/pulseaudio.1.gz
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/bin/
-rwxr-xr-x root/root 83348 2015-10-13 13:37 ./usr/bin/pulseaudio
-rwxr-xr-x root/root 1293 2015-10-13 13:36 ./usr/bin/start-pulseaudio-x11
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/lib/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./usr/lib/pulse-6.0/
drwxr-xr-x root/root 0 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/
-rw-r--r-- root/root 22200 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-esound-sink.so
-rw-r--r-- root/root 80352 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-stream-restore.so
-rw-r--r-- root/root 22180 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-source-new.so
-rw-r--r-- root/root 26304 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rtp-recv.so
-rw-r--r-- root/root 46928 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-combine-sink.so
-rw-r--r-- root/root 26124 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-filter-apply.so
-rw-r--r-- root/root 30444 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-alsa-card.so
-rw-r--r-- root/root 9628 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-default-device-restore.so
-rw-r--r-- root/root 17900 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-role-cork.so
-rw-r--r-- root/root 18024 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-pipe-source.so
-rw-r--r-- root/root 18024 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-pipe-sink.so
-rw-r--r-- root/root 13860 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-null-source.so
-rw-r--r-- root/root 54880 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rygel-media-server.so
-rw-r--r-- root/root 9644 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-native-protocol-fd.so
-rw-r--r-- root/root 22124 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-remap-source.so
-rw-r--r-- root/root 294768 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libalsa-util.so
-rw-r--r-- root/root 42548 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/librtp.so
-rw-r--r-- root/root 13832 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-match.so
-rw-r--r-- root/root 13872 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-sine-source.so
-rw-r--r-- root/root 9696 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-native-protocol-tcp.so
-rw-r--r-- root/root 9660 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-always-sink.so
-rw-r--r-- root/root 55184 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-sink.so
-rw-r--r-- root/root 9680 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-http-protocol-unix.so
-rw-r--r-- root/root 38612 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-device-restore.so
-rw-r--r-- root/root 13784 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-mmkbd-evdev.so
-rw-r--r-- root/root 9672 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-cli-protocol-tcp.so
-rw-r--r-- root/root 30420 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-virtual-source.so
-rw-r--r-- root/root 13684 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-filter-heuristics.so
-rw-r--r-- root/root 13792 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-sine.so
-rw-r--r-- root/root 9664 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-cli-protocol-unix.so
-rw-r--r-- root/root 9684 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-http-protocol-tcp.so
-rw-r--r-- root/root 9620 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-cli.so
-rw-r--r-- root/root 9612 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-switch-on-port-available.so
-rw-r--r-- root/root 13916 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-augment-properties.so
-rw-r--r-- root/root 38596 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-loopback.so
-rw-r--r-- root/root 22008 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-card-restore.so
-rw-r--r-- root/root 34548 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-virtual-surround-sink.so
-rw-r--r-- root/root 9628 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-alsa-source.so
-rw-r--r-- root/root 9660 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-detect.so
-rw-r--r-- root/root 38648 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-oss.so
-rw-r--r-- root/root 9692 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-native-protocol-unix.so
-rw-r--r-- root/root 13768 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-switch-on-connect.so
-rw-r--r-- root/root 9684 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-simple-protocol-tcp.so
-rw-r--r-- root/root 150024 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-native.so
-rw-r--r-- root/root 13764 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libwebrtc-util.so
-rw-r--r-- root/root 17868 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-intended-roles.so
-rw-r--r-- root/root 68372 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-equalizer-sink.so
-rw-r--r-- root/root 26232 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-remap-sink.so
-rw-r--r-- root/root 9628 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-alsa-sink.so
-rw-r--r-- root/root 9656 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-systemd-login.so
-rw-r--r-- root/root 30412 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-virtual-sink.so
-rw-r--r-- root/root 22124 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rtp-send.so
-rw-r--r-- root/root 26248 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-udev-detect.so
-rw-r--r-- root/root 13740 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-rescue-streams.so
-rw-r--r-- root/root 46992 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-ladspa-sink.so
-rw-r--r-- root/root 9616 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-position-event-sounds.so
-rw-r--r-- root/root 30368 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-http.so
-rw-r--r-- root/root 79924 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-echo-cancel.so
-rw-r--r-- root/root 46984 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-source.so
-rw-r--r-- root/root 235680 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-dbus-protocol.so
-rw-r--r-- root/root 9632 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-volume-restore.so
-rw-r--r-- root/root 30352 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libprotocol-simple.so
-rw-r--r-- root/root 17984 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-null-sink.so
-rw-r--r-- root/root 13800 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-role-ducking.so
-rw-r--r-- root/root 9624 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/libcli.so
-rw-r--r-- root/root 9676 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-simple-protocol-unix.so
-rw-r--r-- root/root 22184 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-tunnel-sink-new.so
-rw-r--r-- root/root 9656 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-cli.so
-rw-r--r-- root/root 42668 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-device-manager.so
-rw-r--r-- root/root 5468 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-combine.so
-rw-r--r-- root/root 13740 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/liboss-util.so
-rw-r--r-- root/root 26096 2015-10-13 13:37 ./usr/lib/pulse-6.0/modules/module-suspend-on-idle.so
-rw-r--r-- root/root 736412 2015-10-13 13:37 ./usr/lib/libpulsecore-6.0.so
drwxr-xr-x root/root 0 2015-10-13 13:36 ./lib/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./lib/udev/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./lib/udev/rules.d/
-rw-r--r-- root/root 6538 2015-10-13 13:36 ./lib/udev/rules.d/90-pulseaudio.rules
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/dbus-1/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/dbus-1/system.d/
-rw-r--r-- root/root 1084 2015-10-13 13:36 ./etc/dbus-1/system.d/pulseaudio-system.conf
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/pulse/
-rw-r--r-- root/root 2282 2015-10-13 13:36 ./etc/pulse/daemon.conf
-rw-r--r-- root/root 5709 2015-10-13 13:36 ./etc/pulse/default.pa
-rw-r--r-- root/root 2046 2015-10-13 13:36 ./etc/pulse/system.pa
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/
-rw-r--r-- root/root 15537 2015-10-13 13:36 ./etc/bash_completion.d/pulseaudio
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/xdg/
drwxr-xr-x root/root 0 2015-10-13 13:36 ./etc/xdg/autostart/
-rw-r--r-- root/root 4362 2015-10-13 13:36 ./etc/xdg/autostart/pulseaudio.desktop
lrwxrwxrwx root/root 0 2015-10-13 13:38 ./usr/share/doc/pulseaudio/README -> ../libpulse0/README
lrwxrwxrwx root/root 0 2015-10-13 13:38 ./usr/share/doc/pulseaudio/NEWS.gz -> ../libpulse0/NEWS.gz
lrwxrwxrwx root/root 0 2015-10-13 13:38 ./usr/share/doc/pulseaudio/changelog.Debian.gz -> ../libpulse0/changelog.Debian.gz
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/pacat -> pulseaudio
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/pasuspender -> pulseaudio
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/pactl -> pulseaudio
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/parecord -> pulseaudio
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/paplay -> pulseaudio
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/padsp -> pulseaudio
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/parec -> pulseaudio
lrwxrwxrwx root/root 0 2015-10-13 13:36 ./etc/bash_completion.d/pacmd -> pulseaudio

Revision history for this message
Dip (ratnadip983) said :
#61

Now, I ran dpkg-deb --contents /var/cache/apt/archives/partial/systemd_225-1ubuntu9.1_i386.deb.FAILED command for third package, and get same error.

Revision history for this message
Dip (ratnadip983) said :
#62

Similar way I have downloaded third package https://launchpad.net/ubuntu/+archive/primary/+files/systemd_225-1ubuntu9.1_i386.deb

And run dpkg-deb --contents systemd_225-1ubuntu9.1_i386.deb

No error found.

Revision history for this message
Dip (ratnadip983) said :
#63

What to do now?

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

Ok, then let's try whether we can provide working .deb files for all broken ones from other sources.

Copy pulseaudio_6.0-0ubuntu13_i386.deb into /var/cache/apt/archives/

Try downloading the two other ones:

https://launchpad.net/ubuntu/+archive/primary/+files/systemd_225-1ubuntu9.1_i386.deb
https://launchpad.net/ubuntu/+archive/primary/+files/libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb

test them with dpkg-deb --contents
If there is no error, copy them into /var/cache/apt/archives/ as well
delete the *.FAILED files from /var/cache/apt/archives/partial/

and finally re-try

sudo apt-get install -f

and report the results.

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

What directory is your current directory in that moment?
/media/ubuntu/cdf03e49-3a85-46b2-816f-d549c3ecc161/var/cache/apt/archives seems strange to me
Are you doing that from inside or outside the chroot environment?

Revision history for this message
Dip (ratnadip983) said :
#67

Sorry, I copied file successfully then try sudo apt-get install -f

Output with an error:

  Package libjack-0.116 is not installed.
  Package libjack-jackd2-0:i386 which provides libjack-0.116 is t
(Reading database ... 283188 files and directories currently installed.)
Removing libjack-jackd2-0:i386 (1.9.9.5+20130622git7de15e7a-1ubuntu1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 283179 files and directories currently installed.)
Preparing to unpack .../jackd2_1.9.10+20140719git3eb0ae6a~dfsg-3ubuntu1_i386.deb ...
Unpacking jackd2 (1.9.10+20140719git3eb0ae6a~dfsg-3ubuntu1) over (1.9.9.5+20130622git7de15e7a-1ubuntu1) ...
Selecting previously unselected package libjack-jackd2-0:i386.
Preparing to unpack .../libjack-jackd2-0_1.9.10+20140719git3eb0ae6a~dfsg-3ubuntu1_i386.deb ...
Unpacking libjack-jackd2-0:i386 (1.9.10+20140719git3eb0ae6a~dfsg-3ubuntu1) ...
Selecting previously unselected package libwebrtc-audio-processing-0:i386.
Preparing to unpack .../libwebrtc-audio-processing-0_0.1-3ubuntu1~gcc5.1_i386.deb ...
Unpacking libwebrtc-audio-processing-0:i386 (0.1-3ubuntu1~gcc5.1) ...
(Reading database ... 283193 files and directories currently installed.)
Removing unity-lens-applications (7.1.0+13.10.20131011-0ubuntu2) ...
Removing gnome-system-monitor (3.8.2.1-2ubuntu1) ...
Removing grub-customizer (5.0.6-0ubuntu1~ppa1t) ...
Removing libgtkmm-3.0-1:i386 (3.10.1-0ubuntu2) ...
Removing libgtkmm-2.4-1c2a:i386 (1:2.24.4-1ubuntu1) ...
Removing libpangomm-1.4-1:i386 (2.34.0-1ubuntu1) ...
Removing libatkmm-1.6-1:i386 (2.22.7-2ubuntu1) ...
Removing libcairomm-1.0-1:i386 (1.10.0-1ubuntu3) ...
dpkg: libglibmm-2.4-1c2a:i386: dependency problems, but removing anyway as you requested:
 libxml++2.6-2 depends on libglibmm-2.4-1c2a (>= 2.36.2).

Removing libglibmm-2.4-1c2a:i386 (2.39.93-0ubuntu1) ...
dpkg: libglib2.0-0:i386: dependency problems, but processing triggers anyway as you requested:
 libglib2.0-0:i386 depends on libffi6 (>= 3.0.4); however:
  Package libffi6:i386 is not configured yet.

Processing triggers for libglib2.0-0:i386 (2.46.2-1ubuntu2) ...
No such key 'external-editor' in schema 'org.gnome.eog.ui' as specified in override file '/usr/share/glib-2.0/schemas/10_ubuntu-settings.gschema.override'; ignoring override for this key.
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
dpkg: man-db: dependency problems, but processing triggers anyway as you requested:
 man-db depends on groff-base (>= 1.18.1.1-15); however:
  Package groff-base is not configured yet.
 man-db depends on bsdmainutils; however:
  Package bsdmainutils is not configured yet.
 man-db depends on libgdbm3 (>= 1.8.3); however:
  Package libgdbm3:i386 is not configured yet.
 man-db depends on libpipeline1 (>= 1.3.0); however:
  Package libpipeline1:i386 is not configured yet.

Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
(Reading database ... 282704 files and directories currently installed.)
Preparing to unpack .../unity_7.3.3+15.10.20151203-0ubuntu1_i386.deb ...
Unpacking unity (7.3.3+15.10.20151203-0ubuntu1) over (7.2.6+14.04.20160408-0ubuntu1) ...
Preparing to unpack .../unity-settings-daemon_15.04.1+15.10.20151029-0ubuntu1_i386.deb ...
Unpacking unity-settings-daemon (15.04.1+15.10.20151029-0ubuntu1) over (14.04.0+14.04.20151012-0ubuntu1) ...
Preparing to unpack .../libunity-protocol-private0_7.1.4+15.10.20151002-0ubuntu1_i386.deb ...
Unpacking libunity-protocol-private0:i386 (7.1.4+15.10.20151002-0ubuntu1) over (7.1.4+14.04.20140210-0ubuntu1) ...
Preparing to unpack .../libunity9_7.1.4+15.10.20151002-0ubuntu1_i386.deb ...
Unpacking libunity9:i386 (7.1.4+15.10.20151002-0ubuntu1) over (7.1.4+14.04.20140210-0ubuntu1) ...
Preparing to unpack .../libunity-core-6.0-9_7.3.3+15.10.20151203-0ubuntu1_i386.deb ...
Unpacking libunity-core-6.0-9 (7.3.3+15.10.20151203-0ubuntu1) over (7.2.6+14.04.20160408-0ubuntu1) ...
(Reading database ... 282699 files and directories currently installed.)
Removing libsigc++-2.0-0c2a:i386 (2.2.10-0.2ubuntu2) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 282695 files and directories currently installed.)
Preparing to unpack .../libsigc++-2.0-0v5_2.4.1-2_i386.deb ...
Unpacking libsigc++-2.0-0v5:i386 (2.4.1-2) ...
Preparing to unpack .../libglibmm-2.4-1v5_2.45.41.is.2.44.0-0ubuntu2_i386.deb ...
Unpacking libglibmm-2.4-1v5:i386 (2.45.41.is.2.44.0-0ubuntu2) ...
Selecting previously unselected package libxcb-util1:i386.
Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_i386.deb ...
Unpacking libxcb-util1:i386 (0.4.0-0ubuntu3) ...
Preparing to unpack .../unity-services_7.3.3+15.10.20151203-0ubuntu1_i386.deb ...
Unpacking unity-services (7.3.3+15.10.20151203-0ubuntu1) over (7.2.6+14.04.20160408-0ubuntu1) ...
Selecting previously unselected package unity-schemas.
Preparing to unpack .../unity-schemas_7.3.3+15.10.20151203-0ubuntu1_all.deb ...
Unpacking unity-schemas (7.3.3+15.10.20151203-0ubuntu1) ...
(Reading database ... 282726 files and directories currently installed.)
Removing libmetacity-private0a (1:2.34.13-0ubuntu4.1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 282719 files and directories currently installed.)
Preparing to unpack .../metacity-common_1%3a3.17.2-4ubuntu1_all.deb ...
Unpacking metacity-common (1:3.17.2-4ubuntu1) over (1:2.34.13-0ubuntu4.1) ...
Selecting previously unselected package libunity-settings-daemon1.
Preparing to unpack .../libunity-settings-daemon1_15.04.1+15.10.20151029-0ubuntu1_i386.deb ...
Unpacking libunity-settings-daemon1 (15.04.1+15.10.20151029-0ubuntu1) ...
Selecting previously unselected package libupower-glib3:i386.
Preparing to unpack .../libupower-glib3_0.99.3-1build2_i386.deb ...
Unpacking libupower-glib3:i386 (0.99.3-1build2) ...
Processing triggers for sgml-base (1.26+nmu4ubuntu1) ...
(Reading database ... 282738 files and directories currently installed.)
Removing libedata-cal-1.2-23 (3.10.4-0ubuntu1.5) ...
Removing libecal-1.2-16 (3.10.4-0ubuntu1.5) ...
Removing libical1 (1.0-0ubuntu1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 282711 files and directories currently installed.)
Preparing to unpack .../libical1a_1.0.1-0ubuntu1_i386.deb ...
Unpacking libical1a (1.0.1-0ubuntu1) ...
Preparing to unpack .../systemd-shim_9-1bzr4_i386.deb ...
Leaving 'diversion of /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service to /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd by systemd-shim'
Unpacking systemd-shim (9-1bzr4) over (6-2bzr1) ...
dpkg: systemd-services: dependency problems, but removing anyway as you requested:
 indicator-session depends on systemd-services; however:
  Package systemd-services is to be removed.
 indicator-datetime depends on systemd-services; however:
  Package systemd-services is to be removed.

(Reading database ... 282721 files and directories currently installed.)
Removing systemd-services (204-5ubuntu20.19) ...
dpkg: man-db: dependency problems, but processing triggers anyway as you requested:
 man-db depends on groff-base (>= 1.18.1.1-15); however:
  Package groff-base is not configured yet.
 man-db depends on bsdmainutils; however:
  Package bsdmainutils is not configured yet.
 man-db depends on libgdbm3 (>= 1.8.3); however:
  Package libgdbm3:i386 is not configured yet.
 man-db depends on libpipeline1 (>= 1.3.0); however:
  Package libpipeline1:i386 is not configured yet.

Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
dpkg: dbus: dependency problems, but processing triggers anyway as you requested:
 dbus depends on libcap-ng0; however:
  Package libcap-ng0:i386 is not configured yet.
 dbus depends on libexpat1 (>= 2.0.1); however:
  Package libexpat1:i386 is not configured yet.
 dbus depends on adduser; however:
  Package adduser is not configured yet.

Processing triggers for dbus (1.10.0-1ubuntu1) ...
(Reading database ... 282679 files and directories currently installed.)
Preparing to unpack .../plymouth-label_0.9.0-0ubuntu9_i386.deb ...
Unpacking plymouth-label (0.9.0-0ubuntu9) over (0.8.8-0ubuntu17.1) ...
Preparing to unpack .../plymouth_0.9.0-0ubuntu9_i386.deb ...
Unpacking plymouth (0.9.0-0ubuntu9) over (0.8.8-0ubuntu17.1) ...
Replacing files in old package libplymouth2:i386 (0.8.8-0ubuntu17.1) ...
Preparing to unpack .../rsyslog_8.12.0-1ubuntu2_i386.deb ...
Unpacking rsyslog (8.12.0-1ubuntu2) over (7.4.4-1ubuntu2.6) ...
Preparing to unpack .../lightdm_1.16.7-0ubuntu1_i386.deb ...
Unpacking lightdm (1.16.7-0ubuntu1) over (1.10.6-0ubuntu1) ...
Preparing to unpack .../apparmor_2.10-0ubuntu6_i386.deb ...
Unpacking apparmor (2.10-0ubuntu6) over (2.8.95~2430-0ubuntu5.3) ...
Selecting previously unselected package systemd.
Preparing to unpack .../systemd_225-1ubuntu9.1_i386.deb ...
Unpacking systemd (225-1ubuntu9.1) ...
Preparing to unpack .../pulseaudio_6.0-0ubuntu13_i386.deb ...
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
Unpacking pulseaudio (1:6.0-0ubuntu13) over (1:4.0-0ubuntu11.1) ...
Processing triggers for ureadahead (0.100.0-19) ...
(Reading database ... 283383 files and directories currently installed.)
Removing vlc-plugin-notify (2.1.6-0ubuntu14.04.2) ...
Removing vlc-plugin-pulse (2.1.6-0ubuntu14.04.2) ...
dpkg: libtag1-vanilla:i386: dependency problems, but removing anyway as you requested:
 libtag1c2a:i386 depends on libtag1-vanilla (= 1.9.1-2).

Removing libtag1-vanilla:i386 (1.9.1-2) ...
dpkg: vlc-nox: dependency problems, but removing anyway as you requested:
 vlc depends on vlc-nox (= 2.1.6-0ubuntu14.04.2).

Removing vlc-nox (2.1.6-0ubuntu14.04.2) ...
Removing libtag1c2a:i386 (1.9.1-2) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
dpkg: man-db: dependency problems, but processing triggers anyway as you requested:
 man-db depends on groff-base (>= 1.18.1.1-15); however:
  Package groff-base is not configured yet.
 man-db depends on bsdmainutils; however:
  Package bsdmainutils is not configured yet.
 man-db depends on libgdbm3 (>= 1.8.3); however:
  Package libgdbm3:i386 is not configured yet.
 man-db depends on libpipeline1 (>= 1.3.0); however:
  Package libpipeline1:i386 is not configured yet.

Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
(Reading database ... 282960 files and directories currently installed.)
Preparing to unpack .../libtag1v5-vanilla_1.9.1-2.4ubuntu1_i386.deb ...
Unpacking libtag1v5-vanilla:i386 (1.9.1-2.4ubuntu1) ...
Setting up gpgv (1.4.18-7ubuntu1) ...
Setting up gnupg (1.4.18-7ubuntu1) ...
(Reading database ... 282966 files and directories currently installed.)
Preparing to unpack .../libva1_1.6.0-1_i386.deb ...
Unpacking libva1:i386 (1.6.0-1) over (1.3.0-2) ...
Selecting previously unselected package libvpx2:i386.
Preparing to unpack .../libvpx2_1.4.0-4_i386.deb ...
Unpacking libvpx2:i386 (1.4.0-4) ...
Preparing to unpack .../libwebp5_0.4.3-1.3_i386.deb ...
Unpacking libwebp5:i386 (0.4.3-1.3) over (0.4.0-4) ...
Selecting previously unselected package libx264-146:i386.
Preparing to unpack .../libx264-146_2%3a0.146.2555+git0c21480-1_i386.deb ...
Unpacking libx264-146:i386 (2:0.146.2555+git0c21480-1) ...
Selecting previously unselected package libx265-59:i386.
Preparing to unpack .../libx265-59_1.7-4_i386.deb ...
Unpacking libx265-59:i386 (1.7-4) ...
Selecting previously unselected package libmagickcore-6.q16-2:i386.
Preparing to unpack .../libmagickcore-6.q16-2_6.8.9.9-5ubuntu2.1_i386.deb ...
Unpacking libmagickcore-6.q16-2:i386 (8:6.8.9.9-5ubuntu2.1) ...
Preparing to unpack .../python-ntdb_1.0-7_i386.deb ...
Unpacking python-ntdb (1.0-7) over (1.0-2ubuntu1) ...
Preparing to unpack .../telepathy-logger_0.8.1-1_i386.deb ...
Unpacking telepathy-logger (0.8.1-1) over (0.8.0-3) ...
Preparing to unpack .../libopenal-data_1%3a1.16.0-3_all.deb ...
Unpacking libopenal-data (1:1.16.0-3) over (1:1.14-4ubuntu1) ...
Preparing to unpack .../libwbclient0_2%3a4.3.9+dfsg-0ubuntu0.15.10.2_i386.deb ...
Unpacking libwbclient0:i386 (2:4.3.9+dfsg-0ubuntu0.15.10.2) over (2:4.3.9+dfsg-0ubuntu0.14.04.3) ...
Preparing to unpack .../python-ldb_2%3a1.1.24-0ubuntu0.15.10.1_i386.deb ...
Unpacking python-ldb (2:1.1.24-0ubuntu0.15.10.1) over (1:1.1.24-0ubuntu0.14.04.1) ...
Preparing to unpack .../samba-common-bin_2%3a4.3.9+dfsg-0ubuntu0.15.10.2_i386.deb ...
Unpacking samba-common-bin (2:4.3.9+dfsg-0ubuntu0.15.10.2) over (2:4.3.9+dfsg-0ubuntu0.14.04.3) ...
Preparing to unpack .../smbclient_2%3a4.3.9+dfsg-0ubuntu0.15.10.2_i386.deb ...
Unpacking smbclient (2:4.3.9+dfsg-0ubuntu0.15.10.2) over (2:4.3.9+dfsg-0ubuntu0.14.04.3) ...
Preparing to unpack .../python-samba_2%3a4.3.9+dfsg-0ubuntu0.15.10.2_i386.deb ...
Unpacking python-samba (2:4.3.9+dfsg-0ubuntu0.15.10.2) over (2:4.3.9+dfsg-0ubuntu0.14.04.3) ...
Preparing to unpack .../samba-libs_2%3a4.3.9+dfsg-0ubuntu0.15.10.2_i386.deb ...
Unpacking samba-libs:i386 (2:4.3.9+dfsg-0ubuntu0.15.10.2) over (2:4.3.9+dfsg-0ubuntu0.14.04.3) ...
Preparing to unpack .../samba-common_2%3a4.3.9+dfsg-0ubuntu0.15.10.2_all.deb ...
Unpacking samba-common (2:4.3.9+dfsg-0ubuntu0.15.10.2) over (2:4.3.9+dfsg-0ubuntu0.14.04.3) ...
Setting up insserv (1.14.0-5ubuntu3) ...
(Reading database ... 283231 files and directories currently installed.)
Preparing to unpack .../python3.4_3.4.3-9ubuntu1_i386.deb ...
Unpacking python3.4 (3.4.3-9ubuntu1) over (3.4.3-1ubuntu1~14.04.3) ...
Preparing to unpack .../python3.4-minimal_3.4.3-9ubuntu1_i386.deb ...
Unpacking python3.4-minimal (3.4.3-9ubuntu1) over (3.4.3-1ubuntu1~14.04.3) ...
Preparing to unpack .../libxtables10_1.4.21-2ubuntu2_i386.deb ...
Unpacking libxtables10 (1.4.21-2ubuntu2) over (1.4.21-1ubuntu1) ...
Preparing to unpack .../unity-control-center-signon_0.1.7~+14.10.20140814-0ubuntu1_i386.deb ...
Unpacking unity-control-center-signon (0.1.7~+14.10.20140814-0ubuntu1) over (0.1.7~+14.04.20140211.2-0ubuntu4) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
(Reading database ... 283230 files and directories currently installed.)
Removing nautilus-sendto-empathy (3.8.6-0ubuntu9.2) ...
(Reading database ... 283223 files and directories currently installed.)
Preparing to unpack .../totem-plugins_3.16.4-0ubuntu2_i386.deb ...
Unpacking totem-plugins (3.16.4-0ubuntu2) over (3.10.1-1ubuntu4) ...
(Reading database ... 283217 files and directories currently installed.)
Removing totem-mozilla (3.10.1-1ubuntu4) ...
(Reading database ... 283206 files and directories currently installed.)
Preparing to unpack .../totem_3.16.4-0ubuntu2_i386.deb ...
Unpacking totem (3.16.4-0ubuntu2) over (3.10.1-1ubuntu4) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
(Reading database ... 283202 files and directories currently installed.)
Removing libcogl-pango15:i386 (1.16.2-1) ...
dpkg: libcogl15:i386: dependency problems, but removing anyway as you requested:
 libtotem0 depends on libcogl15 (>= 1.15.8); however:
  Package libcogl15:i386 is to be removed.

Removing libcogl15:i386 (1.16.2-1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 283189 files and directories currently installed.)
Preparing to unpack .../libcogl20_1.20.0-2_i386.deb ...
Unpacking libcogl20:i386 (1.20.0-2) ...
Preparing to unpack .../libtotem0_3.16.4-0ubuntu2_i386.deb ...
Unpacking libtotem0 (3.16.4-0ubuntu2) over (3.10.1-1ubuntu4) ...
Preparing to unpack .../totem-common_3.16.4-0ubuntu2_all.deb ...
Unpacking totem-common (3.16.4-0ubuntu2) over (3.10.1-1ubuntu4) ...
Preparing to unpack .../libtag1v5_1.9.1-2.4ubuntu1_i386.deb ...
Unpacking libtag1v5:i386 (1.9.1-2.4ubuntu1) ...
(Reading database ... 283203 files and directories currently installed.)
Removing libopencv-calib3d2.4:i386 (2.4.8+dfsg1-2ubuntu1) ...
Removing libopencv-features2d2.4:i386 (2.4.8+dfsg1-2ubuntu1) ...
Removing libopencv-flann2.4:i386 (2.4.8+dfsg1-2ubuntu1) ...
Removing libopencv-highgui2.4:i386 (2.4.8+dfsg1-2ubuntu1) ...
Removing libopencv-imgproc2.4:i386 (2.4.8+dfsg1-2ubuntu1) ...
Removing libopencv-core2.4:i386 (2.4.8+dfsg1-2ubuntu1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 283174 files and directories currently installed.)
Preparing to unpack .../libopencv-core2.4v5_2.4.9+dfsg-1ubuntu6_i386.deb ...
Unpacking libopencv-core2.4v5:i386 (2.4.9+dfsg-1ubuntu6) ...
Preparing to unpack .../libopencv-flann2.4v5_2.4.9+dfsg-1ubuntu6_i386.deb ...
Unpacking libopencv-flann2.4v5:i386 (2.4.9+dfsg-1ubuntu6) ...
Preparing to unpack .../libopencv-imgproc2.4v5_2.4.9+dfsg-1ubuntu6_i386.deb ...
Unpacking libopencv-imgproc2.4v5:i386 (2.4.9+dfsg-1ubuntu6) ...
Preparing to unpack .../libopencv-features2d2.4v5_2.4.9+dfsg-1ubuntu6_i386.deb ...
Unpacking libopencv-features2d2.4v5:i386 (2.4.9+dfsg-1ubuntu6) ...
Preparing to unpack .../libopencv-calib3d2.4v5_2.4.9+dfsg-1ubuntu6_i386.deb ...
Unpacking libopencv-calib3d2.4v5:i386 (2.4.9+dfsg-1ubuntu6) ...
Preparing to unpack .../libopencv-highgui2.4v5_2.4.9+dfsg-1ubuntu6_i386.deb ...
Unpacking libopencv-highgui2.4v5:i386 (2.4.9+dfsg-1ubuntu6) ...
Selecting previously unselected package libtracker-sparql-1.0-0:i386.
Preparing to unpack .../libtracker-sparql-1.0-0_1.4.1-1ubuntu2.1_i386.deb ...
Unpacking libtracker-sparql-1.0-0:i386 (1.4.1-1ubuntu2.1) ...
Preparing to unpack .../telepathy-mission-control-5_1%3a5.16.3-1ubuntu4_i386.deb ...
Unpacking telepathy-mission-control-5 (1:5.16.3-1ubuntu4) over (1:5.16.1-1ubuntu3) ...
Preparing to unpack .../mcp-account-manager-uoa_3.12.10-0ubuntu2_i386.deb ...
Unpacking mcp-account-manager-uoa (3.12.10-0ubuntu2) over (3.8.6-0ubuntu9.2) ...
(Reading database ... 283222 files and directories currently installed.)
Removing libfarstream-0.2-2:i386 (0.2.3-1ubuntu2) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 283200 files and directories currently installed.)
Preparing to unpack .../libfarstream-0.2-5_0.2.7-0ubuntu1_i386.deb ...
Unpacking libfarstream-0.2-5:i386 (0.2.7-0ubuntu1) ...
Preparing to unpack .../libwebkitgtk-3.0-0_2.4.10-0ubuntu0.15.10.1_i386.deb ...
Unpacking libwebkitgtk-3.0-0:i386 (2.4.10-0ubuntu0.15.10.1) over (2.4.10-0ubuntu0.14.04.1) ...
Preparing to unpack .../qdbus_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8_i386.deb ...
Unpacking qdbus (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8) over (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
Preparing to unpack .../python3-apport_2.19.1-0ubuntu5_all.deb ...
Unpacking python3-apport (2.19.1-0ubuntu5) over (2.14.1-0ubuntu3.21) ...
Selecting previously unselected package libvte-2.91-common.
Preparing to unpack .../libvte-2.91-common_0.40.2-1ubuntu3_all.deb ...
Unpacking libvte-2.91-common (0.40.2-1ubuntu3) ...
Selecting previously unselected package libvte-2.91-0.
Preparing to unpack .../libvte-2.91-0_0.40.2-1ubuntu3_i386.deb ...
Unpacking libvte-2.91-0 (0.40.2-1ubuntu3) ...
Preparing to unpack .../python3-aptdaemon.pkcompat_1.1.1+bzr982-0ubuntu14_all.deb ...
Unpacking python3-aptdaemon.pkcompat (1.1.1+bzr982-0ubuntu14) over (1.1.1-1ubuntu5.2) ...
Preparing to unpack .../python3-aptdaemon.gtk3widgets_1.1.1+bzr982-0ubuntu14_all.deb ...
Unpacking python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu14) over (1.1.1-1ubuntu5.2) ...
Preparing to unpack .../python3-aptdaemon_1.1.1+bzr982-0ubuntu14_all.deb ...
Unpacking python3-aptdaemon (1.1.1+bzr982-0ubuntu14) over (1.1.1-1ubuntu5.2) ...
Preparing to unpack .../libwebkitgtk-1.0-0_2.4.10-0ubuntu0.15.10.1_i386.deb ...
Unpacking libwebkitgtk-1.0-0:i386 (2.4.10-0ubuntu0.15.10.1) over (2.4.10-0ubuntu0.14.04.1) ...
Preparing to unpack .../usbmuxd_1.1.0-1build1_i386.deb ...
Unpacking usbmuxd (1.1.0-1build1) over (1.0.8-2ubuntu1) ...
Preparing to unpack .../libusbmuxd2_1.0.9-1ubuntu0.1_i386.deb ...
Unpacking libusbmuxd2:i386 (1.0.9-1ubuntu0.1) over (1.0.8-2ubuntu1) ...
Preparing to unpack .../gnome-icon-theme_3.12.0-1ubuntu2_all.deb ...
Unpacking gnome-icon-theme (3.12.0-1ubuntu2) over (3.10.0-0ubuntu2) ...
Preparing to unpack .../rhythmbox-mozilla_3.2.1-1ubuntu3.1_i386.deb ...
Unpacking rhythmbox-mozilla (3.2.1-1ubuntu3.1) over (3.0.2-0ubuntu2) ...
Preparing to unpack .../rhythmbox-plugin-cdrecorder_3.2.1-1ubuntu3.1_i386.deb ...
Unpacking rhythmbox-plugin-cdrecorder (3.2.1-1ubuntu3.1) over (3.0.2-0ubuntu2) ...
Preparing to unpack .../rhythmbox-plugin-zeitgeist_3.2.1-1ubuntu3.1_all.deb ...
Unpacking rhythmbox-plugin-zeitgeist (3.2.1-1ubuntu3.1) over (3.0.2-0ubuntu2) ...
Preparing to unpack .../rhythmbox-plugin-magnatune_3.2.1-1ubuntu3.1_i386.deb ...
Unpacking rhythmbox-plugin-magnatune (3.2.1-1ubuntu3.1) over (3.0.2-0ubuntu2) ...
Preparing to unpack .../rhythmbox-plugins_3.2.1-1ubuntu3.1_i386.deb ...
Unpacking rhythmbox-plugins (3.2.1-1ubuntu3.1) over (3.0.2-0ubuntu2) ...
Preparing to unpack .../rhythmbox_3.2.1-1ubuntu3.1_i386.deb ...
Unpacking rhythmbox (3.2.1-1ubuntu3.1) over (3.0.2-0ubuntu2) ...
Preparing to unpack .../rhythmbox-data_3.2.1-1ubuntu3.1_all.deb ...
Unpacking rhythmbox-data (3.2.1-1ubuntu3.1) over (3.0.2-0ubuntu2) ...
Selecting previously unselected package libubsan0:i386.
Preparing to unpack .../libubsan0_5.2.1-22ubuntu2_i386.deb ...
Unpacking libubsan0:i386 (5.2.1-22ubuntu2) ...
Preparing to unpack .../openjdk-6-jre_6b39-1.13.11-0ubuntu0.15.10.2_i386.deb ...
Unpacking openjdk-6-jre:i386 (6b39-1.13.11-0ubuntu0.15.10.2) over (6b39-1.13.11-0ubuntu0.14.04.1) ...
Preparing to unpack .../openjdk-6-jre-headless_6b39-1.13.11-0ubuntu0.15.10.2_i386.deb ...
Unpacking openjdk-6-jre-headless:i386 (6b39-1.13.11-0ubuntu0.15.10.2) over (6b39-1.13.11-0ubuntu0.14.04.1) ...
Preparing to unpack .../openjdk-6-jre-lib_6b39-1.13.11-0ubuntu0.15.10.2_all.deb ...
Unpacking openjdk-6-jre-lib (6b39-1.13.11-0ubuntu0.15.10.2) over (6b39-1.13.11-0ubuntu0.14.04.1) ...
Preparing to unpack .../python3-checkbox-ng_0.20.1-1_all.deb ...
Unpacking python3-checkbox-ng (0.20.1-1) over (0.3-2) ...
Preparing to unpack .../python3-plainbox_0.22.2-1ubuntu1_all.deb ...
Unpacking python3-plainbox (0.22.2-1ubuntu1) over (0.5.3-2) ...
Preparing to unpack .../plainbox-secure-policy_0.22.2-1ubuntu1_all.deb ...
Unpacking plainbox-secure-policy (0.22.2-1ubuntu1) over (0.5.3-2) ...
Selecting previously unselected package python3-xlsxwriter.
Preparing to unpack .../python3-xlsxwriter_0.7.3-1_all.deb ...
Unpacking python3-xlsxwriter (0.7.3-1) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../python3-jinja2_2.8-1_all.deb ...
Unpacking python3-jinja2 (2.8-1) ...
Selecting previously unselected package python3.5-minimal.
Preparing to unpack .../python3.5-minimal_3.5.0-3_i386.deb ...
Unpacking python3.5-minimal (3.5.0-3) ...
Selecting previously unselected package python3.5.
Preparing to unpack .../python3.5_3.5.0-3_i386.deb ...
Unpacking python3.5 (3.5.0-3) ...
Preparing to unpack .../python3-checkbox-support_0.20-2_all.deb ...
Unpacking python3-checkbox-support (0.20-2) over (0.2-1) ...
Preparing to unpack .../wx-common_3.0.2+dfsg-1.2_i386.deb ...
Unpacking wx-common (3.0.2+dfsg-1.2) over (3.0.0-2) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
(Reading database ... 283645 files and directories currently installed.)
Removing libwxbase3.0-0:i386 (3.0.0-2) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
Selecting previously unselected package libwxbase3.0-0v5:i386.
(Reading database ... 283635 files and directories currently installed.)
Preparing to unpack .../libwxbase3.0-0v5_3.0.2+dfsg-1.2_i386.deb ...
Unpacking libwxbase3.0-0v5:i386 (3.0.2+dfsg-1.2) ...
Selecting previously unselected package libwxgtk3.0-0v5:i386.
Preparing to unpack .../libwxgtk3.0-0v5_3.0.2+dfsg-1.2_i386.deb ...
Unpacking libwxgtk3.0-0v5:i386 (3.0.2+dfsg-1.2) ...
Preparing to unpack .../libwxsmithlib0_13.12-3.1build1_i386.deb ...
Unpacking libwxsmithlib0 (13.12-3.1build1) over (13.12-3) ...
Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2_all.deb ...
dpkg-query: package 'libsane-common' is not installed
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Unpacking libsane-common (1.0.25+git20150528-1ubuntu2) over (1.0.23-3ubuntu3.1) ...
Preparing to unpack .../colord-data_1.2.11-0ubuntu2_all.deb ...
Unpacking colord-data (1.2.11-0ubuntu2) ...
Preparing to unpack .../archives/qpdf_5.1.3-2_i386.deb ...
Unpacking qpdf (5.1.3-2) over (5.1.1-1) ...
(Reading database ... 283760 files and directories currently installed.)
Removing libqpdf13:i386 (5.1.1-1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
(Reading database ... 283754 files and directories currently installed.)
Preparing to unpack .../libqpdf13v5_5.1.3-2_i386.deb ...
Unpacking libqpdf13v5:i386 (5.1.3-2) ...
Preparing to unpack .../libvte-2.90-9_1%3a0.36.3-1ubuntu2_i386.deb ...
Unpacking libvte-2.90-9 (1:0.36.3-1ubuntu2) over (1:0.34.9-1ubuntu2) ...
Preparing to unpack .../libvte-2.90-common_1%3a0.36.3-1ubuntu2_all.deb ...
Unpacking libvte-2.90-common (1:0.36.3-1ubuntu2) over (1:0.34.9-1ubuntu2) ...
Preparing to unpack .../network-manager-pptp-gnome_0.9.10.0-1ubuntu1_i386.deb ...
Unpacking network-manager-pptp-gnome (0.9.10.0-1ubuntu1) over (0.9.8.2-1ubuntu2) ...
Preparing to unpack .../network-manager-pptp_0.9.10.0-1ubuntu1_i386.deb ...
Unpacking network-manager-pptp (0.9.10.0-1ubuntu1) over (0.9.8.2-1ubuntu2) ...
dpkg: considering deconfiguration of network-manager, which would be broken by installation of ppp ...
dpkg: yes, will deconfigure network-manager (broken by ppp)
Preparing to unpack .../ppp_2.4.6-3.1ubuntu1_i386.deb ...
De-configuring network-manager (0.9.8.8-0ubuntu7.3) ...
update-rc.d: /etc/init.d/pppd-dns exists during rc.d purge (use -f to force)
dpkg: error processing archive /var/cache/apt/archives/ppp_2.4.6-3.1ubuntu1_i386.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
dpkg: considering deconfiguration of ppp, which would be broken by installation of network-manager ...
dpkg: yes, will deconfigure ppp (broken by network-manager)
Preparing to unpack .../network-manager_1.0.4-0ubuntu5.3_i386.deb ...
De-configuring ppp (2.4.5-5.1ubuntu2.2) ...
Unpacking network-manager (1.0.4-0ubuntu5.3) over (0.9.8.8-0ubuntu7.3) ...
Preparing to unpack .../network-manager-gnome_0.9.10.1-0ubuntu7_i386.deb ...
Unpacking network-manager-gnome (0.9.10.1-0ubuntu7) over (0.9.8.8-0ubuntu4.4) ...
Preparing to unpack .../libnm-gtk0_0.9.10.1-0ubuntu7_i386.deb ...
Unpacking libnm-gtk0:i386 (0.9.10.1-0ubuntu7) over (0.9.8.8-0ubuntu4.4) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/ppp_2.4.6-3.1ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Revision history for this message
Dip (ratnadip983) said :
#68

Again Running apt-get install -f

output:

root@ubuntu:/# sudo apt-get install -f
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  g++-4.8 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  bluez-obexd gnuplot-data gstreamer1.0-plugins-ugly-amr libcolumbus1v5
  libconfig++9v5 libebml4v5 libfreerdp-cache1.1 libfreerdp-client1.1
  libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1
  libfreerdp-primitives1.1 libfreerdp-utils1.1 libmatroska6v5 libsidplay2v5
  libunwind8 libupnp6 libva-drm1 libvlc5 libvlccore8 libvncclient1 libwebpmux1
  libwinpr-crt0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1
  libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1
  libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1
  libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1
  libxml++2.6-2v5 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl
  libzmq3 netpbm ppp printer-driver-hpcups python3-pexpect python3-pil
  python3-renderpm python3-reportlab python3-reportlab-accel
  qml-module-qtgraphicaleffects remmina remmina-common remmina-plugin-rdp
  remmina-plugin-vnc ubuntu-session upower vlc vlc-data vlc-nox
  vlc-plugin-samba
Suggested packages:
  freerdp-x11 libunicode-map8-perl libunicode-string-perl xml-twig-tools
  hplip-doc python-pexpect-doc python-pil-doc python3-pil-dbg
  python3-renderpm-dbg python3-egenix-mxtexttools python-reportlab-doc
  libdvdcss2
Recommended packages:
  vlc-plugin-notify
The following packages will be REMOVED:
  libcolumbus1 libconfig++9 libebml4 libfreerdp1 libmatroska6 libsidplay2
  libvlccore7 libvncserver0 libxml++2.6-2 obexd-client
The following NEW packages will be installed:
  bluez-obexd gnuplot-data gstreamer1.0-plugins-ugly-amr libcolumbus1v5
  libconfig++9v5 libebml4v5 libfreerdp-cache1.1 libfreerdp-client1.1
  libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1
  libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1
  libfreerdp-primitives1.1 libfreerdp-utils1.1 libmatroska6v5 libsidplay2v5
  libunwind8 libva-drm1 libvlccore8 libvncclient1 libwinpr-crt0.1
  libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1
  libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1
  libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1
  libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1
  libxml++2.6-2v5 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl
  libzmq3 python3-pexpect python3-pil python3-renderpm python3-reportlab
  python3-reportlab-accel qml-module-qtgraphicaleffects vlc-nox
  vlc-plugin-samba
The following packages will be upgraded:
  libupnp6 libvlc5 libwebpmux1 netpbm ppp printer-driver-hpcups remmina
  remmina-common remmina-plugin-rdp remmina-plugin-vnc ubuntu-session upower
  vlc vlc-data
14 upgraded, 53 newly installed, 10 to remove and 480 not upgraded.
1157 not fully installed or removed.
Need to get 5317 kB/14.7 MB of archives.
After this operation, 27.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu/ wily/universe vlc-data all 2.2.1-3 [5317 kB]
Fetched 5317 kB in 5s (979 kB/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/v/vlc/vlc-data_2.2.1-3_all.deb Hash Sum mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Revision history for this message
Dip (ratnadip983) said :
#69

Using wget https://launchpad.net/ubuntu/+archive/primary/+files/vlc-data_2.2.1-3_all.deb command solve vlc-data_2.2.1-3_all.deb similar way as others.

Still Getting followinf error for: apt-get install -f

After this operation, 27.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Extracting templates from packages: 100%
(Reading database ... 283785 files and directories currently installed.)
Preparing to unpack .../ppp_2.4.6-3.1ubuntu1_i386.deb ...
update-rc.d: /etc/init.d/pppd-dns exists during rc.d purge (use -f to force)
dpkg: error processing archive /var/cache/apt/archives/ppp_2.4.6-3.1ubuntu1_i386.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/ppp_2.4.6-3.1ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Is that the only error left for "apt-get install -f"?

What is now the output of

sudo dpkg --audit
apt-cache policy ppp
dpkg -l | grep ppp

Revision history for this message
Dip (ratnadip983) said :
#71

I think this the only error left. Here different outputs.......

Output of sudo dpkg --audit

 libgucharmap-2-90-7 Unicode browser widget library (shared library)
 libgudev-1.0-0:i386 GObject-based wrapper library for libudev
 libgupnp-1.0-4 GObject-based library for UPnP
 libgupnp-igd-1.0-4:i386 library to handle UPnP IGD port mapping
 libgusb2:i386 GLib wrapper around libusb1
 libgutenprint2 runtime for the Gutenprint printer driver library
 libgweather-3-6:i386 GWeather shared library
 libgweather-common GWeather common files
 libgxps2:i386 handling and rendering XPS documents (library)
 libharfbuzz-icu0:i386 OpenType text shaping engine ICU backend
 libharfbuzz0b:i386 OpenType text shaping engine (shared library)
 libhcrypto4-heimdal:i386 Heimdal Kerberos - crypto library
 libheimbase1-heimdal:i386 Heimdal Kerberos - Base library
 libheimntlm0-heimdal:i386 Heimdal Kerberos - NTLM support library
 libhpmud0 HP Multi-Point Transport Driver (hpmud) run-time librarie
 libhtml-format-perl module for transforming HTML into various formats
 libhtml-tree-perl Perl module to represent and create HTML syntax trees
 libhttp-cookies-perl HTTP cookie jars
 libhttrack2 Httrack website copier library
 libhud2:i386 library for exporting items to the Unity HUD
 libhunspell-1.3-0v5:i386 spell checker and morphological analyzer (transitional pa
 libhx509-5-heimdal:i386 Heimdal Kerberos - X509 support library
 libhyphen0 ALTLinux hyphenation library - shared library
 libibus-1.0-5:i386 Intelligent Input Bus - shared library
 libical1a iCalendar library implementation in C (runtime)
 libice-dev:i386 X11 Inter-Client Exchange library (development headers)
 libice6:i386 X11 Inter-Client Exchange library
 libido3-0.1-0:i386 Shared library providing extra gtk menu items for display
 libiec61883-0:i386 an partial implementation of IEC 61883
 libijs-0.35:i386 IJS raster image transport protocol: shared library
 libilmbase12:i386 several utility libraries from ILM used by OpenEXR
 libimobiledevice4:i386 Library for communicating with the iPhone and iPod Touch
 libindicator3-7 panel indicator applet - shared library
 libindicator7 panel indicator applet - shared library
 libinput10:i386 input device management and event handling library - shar
 libio-html-perl open an HTML file with automatic charset detection
 libio-socket-inet6-perl object interface for AF_INET6 domain sockets
 libio-socket-ssl-perl Perl module implementing object oriented interface to SS
 libipc-run-perl Perl module for running processes
 libirs-export91 Exported IRS Shared Library
 libisc-export95 Exported ISC Shared Library
 libisc95 ISC Shared Library used by BIND
 libisccc90 Command Channel Library used by BIND
 libisccfg-export90 Exported ISC CFG Shared Library
 libisccfg90 Config File Handling Library used by BIND
 libisl13:i386 manipulating sets and relations of integer points bounded
 libiso9660-8 library to work with ISO9660 filesystems
 libisofs6 library to create ISO9660 images
 libitm1:i386 GNU Transactional Memory Library
 libjack-jackd2-0:i386 JACK Audio Connection Kit (libraries)
 libjasper1:i386 JasPer JPEG-2000 runtime library
 libjavascriptcoregtk-1.0-0:i386 JavaScript engine library from WebKitGTK+
 libjavascriptcoregtk-3.0-0:i386 JavaScript engine library from WebKitGTK+
 libjbig0:i386 JBIGkit libraries
 libjbig2dec0 JBIG2 decoder library - shared libraries
 libjs-jquery JavaScript library for dynamic web applications
 libjson-c2:i386 JSON manipulation library - shared library
 libjson-glib-1.0-0:i386 GLib JSON manipulation library
 libjson-glib-1.0-common GLib JSON manipulation library (common files)
 libjson0:i386 JSON manipulation library (transitional package)
 libjte1 Jigdo Template Export - runtime library
 libk5crypto3:i386 MIT Kerberos runtime libraries - Crypto Library
 libkate1 Codec for karaoke and text encapsulation
 libkeybinder-3.0-0:i386 registers global key bindings for applications - Gtk+3
 libkeyutils1:i386 Linux Key Management Utilities (library)
 libkmod2:i386 libkmod shared library
 libkpathsea6 TeX Live: path search library for TeX (runtime part)
 libkrb5-26-heimdal:i386 Heimdal Kerberos - libraries
 libkrb5-3:i386 MIT Kerberos runtime libraries
 libkrb5support0:i386 MIT Kerberos runtime libraries - Support library
 liblangtag-common library to access tags for identifying languages -- data
 liblangtag1 library to access tags for identifying languages
 liblavfile-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 liblavjpeg-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 liblavplay-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 liblcms2-2:i386 Little CMS 2 color management library
 liblcms2-utils Little CMS 2 color management library (utilities)
 libldap-2.4-2:i386 OpenLDAP libraries
 libldb1:i386 LDAP-like embedded database - shared library
 liblightdm-gobject-1-0 LightDM GObject client library
 libllvm3.4:i386 Modular compiler and toolchain technologies, runtime libr
 libllvm3.6v5:i386 Modular compiler and toolchain technologies, runtime libr
 liblog-message-perl powerful and flexible message logging mechanism
 liblog-message-simple-perl simplified interface to Log::Message
 liblouis-data Braille translation library - data
 liblouis2:i386 Braille translation library - shared libs
 liblqr-1-0:i386 converts plain array images into multi-size representatio
 libltdl7:i386 System independent dlopen wrapper for GNU libtool
 liblua5.1-0:i386 Shared library for the Lua interpreter version 5.1
 liblua5.2-0:i386 Shared library for the Lua interpreter version 5.2
 liblwp-protocol-https-perl HTTPS driver for LWP::UserAgent
 liblwres90 Lightweight Resolver Library used by BIND
 liblzo2-2:i386 data compression library
 libmagic1:i386 File type determination library using "magic" numbers
 libmagickcore-6.q16-2:i386 low-level image manipulation library -- quantum depth Q1
 libmagickcore-6.q16-2-extra:i386 low-level image manipulation library - extra codec
 libmagickwand-6.q16-2:i386 image manipulation library
 libmailtools-perl Manipulate email in perl programs
 libmbim-glib4:i386 Support library to use the MBIM protocol
 libmbim-proxy Proxy to communicate with MBIM ports
 libmeanwhile1 open implementation of the Lotus Sametime Community Clien
 libmediaart-2.0-0:i386 media art extraction and cache management library
 libmessaging-menu0:i386 Messaging Menu - shared library
 libmetacity-private3 library for the Metacity window manager
 libmhash2:i386 Library for cryptographic hashing and message authenticat
 libmimic0 A video codec for Mimic V2.x content
 libminiupnpc10:i386 UPnP IGD client lightweight library
 libmirclient9:i386 Display server for Ubuntu - client library
 libmircommon5:i386 Display server for Ubuntu - shared library
 libmirprotobuf3:i386 Display server for Ubuntu - RPC definitions
 libmission-control-plugins0 management daemon for Telepathy (library for plugi
 libmjpegutils-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 libmm-glib0:i386 D-Bus service for managing modems - shared libraries
 libmms0:i386 MMS stream protocol library - shared library
 libmng2:i386 Multiple-image Network Graphics library
 libmnl0:i386 minimalistic Netlink communication library
 libmodplug1:i386 shared libraries for mod music based on ModPlug
 libmodule-pluggable-perl module for giving modules the ability to have plugin
 libmono-cairo4.0-cil Mono Cairo library (for CLI 4.0)
 libmono-corlib4.0-cil Mono core library (for CLI 4.0)
 libmono-corlib4.5-cil Mono core library (for CLI 4.5)
 libmono-data-tds4.0-cil Mono Data Library (for CLI 4.0)
 libmono-i18n-west4.0-cil Mono I18N.West library (for CLI 4.0)
 libmono-i18n4.0-cil Mono I18N base library (for CLI 4.0)
 libmono-posix4.0-cil Mono.Posix library (for CLI 4.0)
 libmono-security4.0-cil Mono Security library (for CLI 4.0)
 libmono-sharpzip4.84-cil Mono SharpZipLib library (for CLI 4.0)
 libmono-system-configuration4.0-cil Mono System.Configuration library (for CLI
 libmono-system-core4.0-cil Mono System.Core library (for CLI 4.0)
 libmono-system-data4.0-cil Mono System.Data library (for CLI 4.0)
 libmono-system-drawing4.0-cil Mono System.Drawing library (for CLI 4.0)
 libmono-system-enterpriseservices4.0-cil Mono System.EnterpriseServices librar
 libmono-system-numerics4.0-cil Mono System.Numerics library (for CLI 4.0)
 libmono-system-runtime-serialization4.0-cil Mono System.Runtime.Serialization
 libmono-system-security4.0-cil Mono System.Security library (for CLI 4.0)
 libmono-system-transactions4.0-cil Mono System.Transactions library (for CLI 4
 libmono-system-xml-linq4.0-cil Mono System.Xml.Linq library (for CLI 4.0)
 libmono-system-xml4.0-cil Mono System.Xml library (for CLI 4.0)
 libmono-system4.0-cil Mono System libraries (for CLI 4.0)
 libmozjs-24-0v5 Spidermonkey JavaScript engine
 libmp3lame0:i386 MP3 encoding library
 libmpc3:i386 multiple precision complex floating-point library
 libmpcdec6:i386 MusePack decoder - library
 libmpdec2:i386 library for decimal floating point arithmetic (runtime li
 libmpeg2-4:i386 MPEG1 and MPEG2 video decoder library
 libmpeg2encpp-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 libmpg123-0:i386 MPEG layer 1/2/3 audio decoder (shared library)
 libmplex2-2.1-0 MJPEG capture/editing/replay and MPEG encoding toolset (l
 libmpx0:i386 Intel memory protection extensions (runtime)
 libmspack0:i386 library for Microsoft compression formats (shared library
 libmtdev1:i386 Multitouch Protocol Translation Library - shared library
 libmtp-common Media Transfer Protocol (MTP) common files
 libmtp-runtime Media Transfer Protocol (MTP) runtime tools
 libmtp9:i386 Media Transfer Protocol (MTP) library
 libmythes-1.2-0:i386 simple thesaurus library
 libnautilus-extension1a libraries for nautilus components - runtime version
 libncursesw5:i386 shared libraries for terminal handling (wide character su
 libndp0:i386 Library for Neighbor Discovery Protocol
 libnemo-extension1:i386 Nemo component system facilities
 libneon27-gnutls HTTP and WebDAV client library (GnuTLS enabled)
 libnet-dbus-perl Perl extension for the DBus bindings
 libnet-domain-tld-perl list of currently available Top-level Domains (TLDs)
 libnet-http-perl module providing low-level HTTP connection client
 libnetpbm10 Graphics conversion tools shared libraries
 libnewt0.52:i386 Not Erik's Windowing Toolkit - text mode windowing with s
 libnfnetlink0:i386 Netfilter netlink library
 libnice10:i386 ICE library (shared library)
 libnl-3-200:i386 library for dealing with netlink sockets
 libnl-genl-3-200:i386 library for dealing with netlink sockets - generic netlin
 libnl-route-3-200:i386 library for dealing with netlink sockets - route interfac
 libnm-glib-vpn1:i386 network management framework (GLib VPN shared library)
 libnm-glib4:i386 network management framework (GLib shared library)
 libnm-gtk-common network management framework (common files for wifi and m
 libnm-gtk0:i386 network management framework (GNOME dialogs for wifi and
 libnm-util2:i386 network management framework (shared library)
 libnm0:i386 GObject-based client library for NetworkManager
 libnotify-bin sends desktop notifications to a notification daemon (Uti
 libnotify4:i386 sends desktop notifications to a notification daemon
 libnspr4:i386 NetScape Portable Runtime Library
 libnss3:i386 Network Security Service libraries
 libnss3-1d:i386 Network Security Service libraries - transitional package
 libnss3-nssdb Network Security Security libraries - shared databases
 libntdb1:i386 New Trivial Database - shared library
 libnuma1:i386 Libraries for controlling NUMA policy
 libnux-4.0-0 Visual rendering toolkit for real-time applications - sha
 libnux-4.0-common Visual rendering toolkit for real-time applications - com
 libodbc1:i386 ODBC library for Unix
 libofa0:i386 library for acoustic fingerprinting
 libogg0:i386 Ogg bitstream library
 libopenal-data Software implementation of the OpenAL audio API (data fil
 libopenal1:i386 Software implementation of the OpenAL audio API (shared l
 libopencore-amrnb0:i386 Adaptive Multi Rate speech codec - shared library
 libopencore-amrwb0:i386 Adaptive Multi-Rate - Wideband speech codec - shared libr
 libopencv-calib3d2.4v5:i386 computer vision Camera Calibration library
 libopencv-contrib2.4v5:i386 computer vision contrib library
 libopencv-core2.4v5:i386 computer vision core library
 libopencv-features2d2.4v5:i386 computer vision Feature Detection and Descriptor Ext
 libopencv-flann2.4v5:i386 computer vision Clustering and Search in Multi-Dimensiona
 libopencv-highgui2.4v5:i386 computer vision High-level GUI and Media I/O library
 libopencv-imgproc2.4v5:i386 computer vision Image Processing library
 libopencv-legacy2.4v5:i386 computer vision legacy library
 libopencv-ml2.4v5:i386 computer vision Machine Learning library
 libopencv-objdetect2.4v5:i386 computer vision Object Detection library
 libopencv-video2.4v5:i386 computer vision Video analysis library
 libopenexr22:i386 runtime files for the OpenEXR image library
 libopenjpeg5:i386 JPEG 2000 image compression/decompression library - runti
 libopenobex1 OBEX protocol library
 libopus0:i386 Opus codec runtime library
 liborc-0.4-0:i386 Library of Optimized Inner Loops Runtime Compiler
 libosmesa6:i386 Mesa Off-screen rendering extension
 libp11-kit-gnome-keyring:i386 GNOME keyring module for the PKCS#11 module loading l
 libpackagekit-glib2-16:i386 Library for accessing PackageKit using GLib
 libpam-cap:i386 POSIX 1003.1e capabilities (PAM module)
 libpam-gnome-keyring:i386 PAM module to unlock the GNOME keyring upon login
 libpam-systemd:i386 system and service manager - PAM module
 libpanel-applet0 library for GNOME Panel applets
 libpango-1.0-0:i386 Layout and rendering of internationalized text
 libpango1.0-0:i386 Layout and rendering of internationalized text
 libpangocairo-1.0-0:i386 Layout and rendering of internationalized text
 libpangoft2-1.0-0:i386 Layout and rendering of internationalized text
 libpangox-1.0-0:i386 pango library X backend
 libpangoxft-1.0-0:i386 Layout and rendering of internationalized text
 libparse-debianchangelog-perl parse Debian changelogs and output them in other
 libparted2:i386 disk partition manipulator - shared library
 libpcap0.8:i386 system interface for user-level packet capture
 libpciaccess0:i386 Generic PCI access library for X
 libpcsclite1:i386 Middleware to access a smart card using PC/SC (library)
 libpeas-1.0-0 Application plugin library
 libpeas-common Application plugin library (common files)
 libpgm-5.1-0:i386 OpenPGM shared library
 libpipeline1:i386 pipeline manipulation library
 libpixman-1-0:i386 pixel-manipulation library for X and cairo
 libplist3:i386 Library for handling Apple binary and XML property lists
 libplymouth4:i386 graphical boot animation and logger - shared libraries
 libpng12-0:i386 PNG library - runtime
 libpod-latex-perl module to convert Pod data to formatted LaTeX
 libpolkit-agent-1-0:i386 PolicyKit Authentication Agent API
 libpolkit-backend-1-0:i386 PolicyKit backend API
 libpolkit-gobject-1-0:i386 PolicyKit Authorization API
 libpoppler-glib8:i386 PDF rendering library (GLib-based shared library)
 libpoppler52:i386 PDF rendering library
 libpopt0:i386 lib for parsing cmdline parameters
 libportaudio2:i386 Portable audio I/O - shared library
 libpostproc-ffmpeg53:i386 FFmpeg library for post processing - runtime files
 libprocps3:i386 library for accessing process information from /proc
 libprotobuf-lite9v5:i386 protocol buffers C++ library (lite version)
 libprotobuf9v5:i386 protocol buffers C++ library
 libproxy-tools automatic proxy configuration management library (tools)
 libproxy1-plugin-gsettings:i386 automatic proxy configuration management library (G
 libproxy1-plugin-networkmanager:i386 automatic proxy configuration management libra
 libproxy1v5:i386 automatic proxy configuration management library (shared)
 libpulse-mainloop-glib0:i386 PulseAudio client libraries (glib support)
 libpulse0:i386 PulseAudio client libraries
 libpulsedsp:i386 PulseAudio OSS pre-load library
 libpurple-bin multi-protocol instant messaging library - extra utilitie
 libpwquality-common library for password quality checking and generation (dat
 libpwquality1:i386 library for password quality checking and generation
 libpython-stdlib:i386 interactive high-level object-oriented language (default
 libpython2.7:i386 Shared Python runtime library (version 2.7)
 libpython2.7-stdlib:i386 Interactive high-level object-oriented language (standard
 libpython3.4:i386 Shared Python runtime library (version 3.4)
 libpython3.4-minimal:i386 Minimal subset of the Python language (version 3.4)
 libpython3.4-stdlib:i386 Interactive high-level object-oriented language (standard
 libpython3.5-minimal:i386 Minimal subset of the Python language (version 3.5)
 libpython3.5-stdlib:i386 Interactive high-level object-oriented language (standard
 libpyzy-1.0-0v5 Chinese PinYin and Bopomofo conversion library
 libqmi-glib1:i386 Support library to use the Qualcomm MSM Interface (QMI) p
 libqmi-proxy Proxy to communicate with QMI ports
 libqpdf13v5:i386 runtime library for PDF transformation/inspection softwar
 libqqwing2v5:i386 tool for generating and solving Sudoku puzzles (library)
 libqt4-dbus:i386 Qt 4 D-Bus module
 libqt4-declarative:i386 Qt 4 Declarative module
 libqt4-designer:i386 Qt 4 designer module
 libqt4-help:i386 Qt 4 help module
 libqt4-network:i386 Qt 4 network module
 libqt4-opengl:i386 Qt 4 OpenGL module
 libqt4-script:i386 Qt 4 script module
 libqt4-scripttools:i386 Qt 4 script tools module
 libqt4-sql:i386 Qt 4 SQL module
 libqt4-sql-sqlite:i386 Qt 4 SQLite 3 database driver
 libqt4-svg:i386 Qt 4 SVG module
 libqt4-test:i386 Qt 4 test module
 libqt4-xml:i386 Qt 4 XML module
 libqt4-xmlpatterns:i386 Qt 4 XML patterns module
 libqt5feedback5:i386 Qt Feedback module
 libqt5qml-graphicaleffects transitional dummy package for Qt 5 Graphical Effec
 libqt5test5:i386 Qt 5 test module
 libqt5x11extras5:i386 Qt 5 X11 extras
 libqtassistantclient4:i386 Qt Assistant client library (runtime)
 libqtcore4:i386 Qt 4 core module
 libqtdbus4:i386 Qt 4 D-Bus module library
 libqtgui4:i386 Qt 4 GUI module
 libqtwebkit4:i386 Web content engine library for Qt
 libquadmath0:i386 GCC Quad-Precision Math Library
 libquicktime2:i386 library for reading and writing Quicktime files
 libquvi-scripts library for parsing video download links (Lua scripts)
 libquvi7:i386 library for parsing video download links (runtime librari
 libraptor2-0:i386 Raptor 2 RDF syntax library
 libraw10:i386 raw image decoder library
 libraw1394-11:i386 library for direct access to IEEE 1394 bus (aka FireWire)
 libreadline5:i386 GNU readline and history libraries, run-time libraries
 libreoffice-avmedia-backend-gstreamer GStreamer backend for LibreOffice
 libreoffice-help-en-us office productivity suite -- English_american help
 libreoffice-ogltrans LibreOffice Impress extension for slide transitions using
 libreoffice-pdfimport PDF Import component for LibreOffice
 libresid-builder0c2a SID chip emulation class based on resid
 librest-0.7-0:i386 REST service access library
 librhythmbox-core9 support library for the rhythmbox music player
 libroken18-heimdal:i386 Heimdal Kerberos - roken support library
 librsvg2-2:i386 SAX-based renderer library for SVG files (runtime)
 librsvg2-common:i386 SAX-based renderer library for SVG files (extra runtime)
 librtmp1:i386 toolkit for RTMP streams (shared library)
 libsamplerate0:i386 Audio sample rate conversion library
 libsane:i386 API library for scanners
 libsane-common API library for scanners -- documentation and support fil
 libsane-hpaio HP SANE backend for multi-function peripherals
 libsasl2-2:i386 Cyrus SASL - authentication abstraction library
 libsasl2-modules:i386 Cyrus SASL - pluggable authentication modules
 libsasl2-modules-db:i386 Cyrus SASL - pluggable authentication modules (DB)
 libsbc1:i386 Sub Band CODEC library - runtime
 libschroedinger-1.0-0:i386 library for encoding/decoding of Dirac video streams
 libsdl1.2debian:i386 Simple DirectMedia Layer
 libseccomp2:i386 high level interface to Linux seccomp filter
 libsecret-1-0:i386 Secret store
 libsecret-common Secret store (common files)
 libsensors4:i386 library to read temperature/voltage/fan sensors
 libsgutils2-2 utilities for devices using the SCSI command set (shared
 libshine3:i386 Fixed-point MP3 encoding library - runtime files
 libsidplay1v5 SID (MOS 6581) emulation library
 libsigc++-2.0-0v5:i386 type-safe Signal Framework for C++ - runtime
 libsignon-extension1:i386 Single Sign On framework
 libsignon-glib1:i386 library for signond
 libsignon-plugins-common1:i386 Single Sign On framework
 libsignon-qt5-1:i386 Single Sign On framework
 libsm-dev:i386 X11 Session Management library (development headers)
 libsm6:i386 X11 Session Management library
 libsmbclient:i386 shared library for communication with SMB/CIFS servers
 libsndfile1:i386 Library for reading/writing audio files
 libsnmp-base SNMP configuration script, MIBs and documentation
 libsodium13:i386 Network communication, cryptography and signaturing libra
 libsoundtouch0:i386 Sound stretching library
 libsoup-gnome2.4-1:i386 HTTP library implementation in C -- GNOME support library
 libsoup2.4-1:i386 HTTP library implementation in C -- Shared library
 libsoxr0:i386 High quality 1D sample-rate conversion library
 libspandsp2:i386 Telephony signal processing library
 libspectre1:i386 Library for rendering PostScript documents
 libspeechd2:i386 Speech Dispatcher: Shared libraries
 libspeex1:i386 The Speex codec runtime library
 libspeexdsp1:i386 The Speex extended runtime library
 libsqlite3-0:i386 SQLite 3 shared library
 libsrtp0 Secure RTP (SRTP) and UST Reference Implementations - sha
 libssh-4:i386 tiny C SSH library (OpenSSL flavor)
 libssh-gcrypt-4:i386 tiny C SSH library (gcrypt flavor)
 libssh2-1:i386 SSH2 client-side library
 libstartup-notification0:i386 library for program launch feedback (shared library)
 libstdc++-4.8-dev:i386 GNU Standard C++ Library v3 (development files)
 libstdc++-5-dev:i386 GNU Standard C++ Library v3 (development files)
 libswresample-ffmpeg1:i386 FFmpeg library for audio resampling, rematrixing etc. -
 libswscale-ffmpeg3:i386 FFmpeg library for image scaling and various conversions
 libtag1v5:i386 audio meta-data library
 libtag1v5-vanilla:i386 audio meta-data library - vanilla flavour
 libtalloc2:i386 hierarchical pool based memory allocator
 libtar0 C library for manipulating tar archives
 libtbb2 parallelism library for C++ - runtime files
 libtcl8.6:i386 Tcl (the Tool Command Language) v8.6 - run-time library f
 libtdb1:i386 Trivial Database - shared library
 libtelepathy-farstream3:i386 Glue library between telepathy and farstream
 libtelepathy-glib0:i386 Telepathy framework - GLib library
 libtelepathy-logger3:i386 Telepathy logger service - utility library
 libterm-ui-perl Term::ReadLine UI made easy
 libtevent0:i386 talloc-based event loop library - shared library
 libtext-levenshtein-perl implementation of the Levenshtein edit distance
 libthai-data Data files for Thai language support library
 libthai0:i386 Thai language support library
 libtheora0:i386 Theora Video Compression Codec
 libtie-ixhash-perl Perl module to order associative arrays
 libtiff5:i386 Tag Image File Format (TIFF) library
 libtimedate-perl collection of modules to manipulate date/time information
 libtotem0 Main library for the Totem media player
 libtracker-sparql-1.0-0:i386 metadata database, indexer and search tool - library
 libubsan0:i386 UBSan -- undefined behaviour sanitizer (runtime)
 libunity-core-6.0-9 core library for the Unity interface
 libunity-protocol-private0:i386 binding to get places into the launcher - private l
 libunity-settings-daemon1 Helper library for accessing settings
 libunity9:i386 binding to get places into the launcher - shared library
 libupower-glib3:i386 abstraction for power management - shared library
 libusbmuxd2:i386 USB multiplexor daemon for iPhone and iPod Touch devices
 libva1:i386 Video Acceleration (VA) API for Linux -- runtime
 libvpx2:i386 VP8 and VP9 video codec (shared library)
 libvte-2.90-9 Terminal emulator widget for GTK+ 3.0 - runtime files
 libvte-2.90-common Terminal emulator widget for GTK+ 3.0 - common files
 libvte-2.91-0 Terminal emulator widget for GTK+ 3.0 - runtime files
 libvte-2.91-common Terminal emulator widget for GTK+ 3.0 - common files
 libwayland-client0:i386 wayland compositor infrastructure - client library
 libwayland-cursor0:i386 wayland compositor infrastructure - cursor library
 libwayland-egl1-mesa:i386 implementation of the Wayland EGL platform -- runtime
 libwbclient0:i386 Samba winbind client library
 libwebkitgtk-1.0-0:i386 Web content engine library for GTK+
 libwebkitgtk-3.0-0:i386 Web content engine library for GTK+
 libwebp5:i386 Lossy compression of digital photographic images.
 libwebrtc-audio-processing-0:i386 AudioProcessing module from the WebRTC project.
 libwxbase3.0-0v5:i386 wxBase library (runtime) - non-GUI support classes of wxW
 libwxgtk3.0-0v5:i386 wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
 libwxsmithlib0 wxSmith shared library (Code::Blocks plugin for RAD GUI e
 libx264-146:i386 x264 video coding library
 libx265-59:i386 H.265/HEVC video stream encoder (shared library)
 libxcb-util1:i386 utility libraries for X C Binding -- atom, aux and event
 libxtables10 netfilter xtables library
 lightdm Display Manager
 mcp-account-manager-uoa GNOME multi-protocol chat and call client (UOA plugin)
 metacity-common shared files for the Metacity window manager
 network-manager network management framework (daemon and userspace tools)
 network-manager-gnome network management framework (GNOME frontend)
 network-manager-pptp network management framework (PPTP plugin core)
 network-manager-pptp-gnome network management framework (PPTP plugin GNOME GUI
 openjdk-6-jre:i386 OpenJDK Java runtime, using Hotspot JIT
 openjdk-6-jre-headless:i386 OpenJDK Java runtime, using Hotspot JIT (headless)
 openjdk-6-jre-lib OpenJDK Java runtime (architecture independent libraries)
 overlay-scrollbar Scrollbar overlay
 pinentry-gnome3 GNOME 3 PIN or pass-phrase entry dialog for GnuPG
 plainbox-secure-policy policykit policy required to use plainbox (secure versi
 plymouth graphical boot animation and logger - main package
 plymouth-label graphical boot animation and logger - label control
 pulseaudio PulseAudio sound server
 python interactive high-level object-oriented language (default
 python-appindicator Python bindings for libappindicator
 python-ldb Python bindings for LDB
 python-ntdb Python bindings for NTDB
 python-samba Python bindings for Samba
 python-tdb Python bindings for TDB
 python-urllib3 HTTP library with thread-safe connection pooling for Pyth
 python2.7 Interactive high-level object-oriented language (version
 python3-apport Python 3 library for Apport crash report handling
 python3-aptdaemon Python 3 module for the server and client of aptdaemon
 python3-aptdaemon.gtk3widgets Python 3 GTK+ 3 widgets to run an aptdaemon clie
 python3-aptdaemon.pkcompat PackageKit compatibilty for AptDaemon
 python3-checkbox-ng PlainBox based test runner (Python 3 library)
 python3-checkbox-support collection of Python modules used by PlainBox provide
 python3-jinja2 small but fast and easy to use stand-alone template engin
 python3-plainbox toolkit for software and hardware testing (python3 module
 python3-xlsxwriter Python 3 module for creating Excel XLSX files
 python3.4 Interactive high-level object-oriented language (version
 python3.4-minimal Minimal subset of the Python language (version 3.4)
 python3.5 Interactive high-level object-oriented language (version
 python3.5-minimal Minimal subset of the Python language (version 3.5)
 qdbus Qt 4 D-Bus tool
 qpdf tools for transforming and inspecting PDF files
 rhythmbox music player and organizer for GNOME
 rhythmbox-data data files for rhythmbox
 rhythmbox-mozilla Rhythmbox Mozilla plugin
 rhythmbox-plugin-cdrecorder burning plugin for rhythmbox music player
 rhythmbox-plugin-magnatune Magnatune plugin for rhythmbox music player
 rhythmbox-plugin-zeitgeist zeitgeist plugin for rhythmbox music player
 rhythmbox-plugins plugins for rhythmbox music player
 rsyslog reliable system and kernel logging daemon
 samba-common common files used by both the Samba server and client
 samba-common-bin Samba common files used by both the server and the client
 samba-libs:i386 Samba core libraries
 signon-ui Dummy transitional package for signon-ui
 signon-ui-service D-Bus service file for signon-ui
 signon-ui-x11 Single Sign-on UI
 signond Single Sign On framework
 smbclient command-line SMB/CIFS clients for Unix
 systemd system and service manager
 systemd-shim shim for systemd
 telepathy-logger Telepathy logger service - Daemon
 telepathy-mission-control-5 management daemon for Telepathy real-time communic
 totem Simple media player for the GNOME desktop based on GStrea
 totem-common Data files for the Totem media player
 totem-plugins Plugins for the Totem media player
 unity Interface designed for efficiency of space and interactio
 unity-control-center-signon Unity Control Center extension for single signon
 unity-schemas Interface designed for efficiency of space and interactio
 unity-services Services for the Unity interface
 unity-settings-daemon daemon handling the Unity session settings
 usbmuxd USB multiplexor daemon for iPhone and iPod Touch devices
 wx-common wxWidgets Cross-platform C++ GUI toolkit (common support

The following packages have been triggered, but the trigger processing
has not yet been done. Trigger processing can be requested using
dselect or dpkg --configure --pending (or dpkg --triggers-only):
 cups Common UNIX Printing System(tm) - PPD/driver support, web
 dbus simple interprocess messaging system (daemon and utilitie
 fontconfig generic font configuration library - support binaries
 initramfs-tools generic modular initramfs generator
 libglib2.0-0:i386 GLib library of C routines
 man-db on-line manual pager
 software-center Utility for browsing, installing, and removing software
 udev /dev/ and hotplug management daemon

root@ubuntu:/# apt-cache policy ppp
ppp:
  Installed: 2.4.5-5.1ubuntu2.2
  Candidate: 2.4.6-3.1ubuntu1
  Version table:
     2.4.6-3.1ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ wily/main i386 Packages
 *** 2.4.5-5.1ubuntu2.2 0
        100 /var/lib/dpkg/status

root@ubuntu:/# dpkg -l | grep ppp
ii ppp 2.4.5-5.1ubuntu2.2 i386 Point-to-Point Protocol (PPP) - daemon
ii pppconfig 2.3.19ubuntu1 all A text menu based utility for configuring ppp
ii pppoeconf 1.20ubuntu1 all configures PPPoE/ADSL connections

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

Try

sudo rm /etc/init.d/pppd-dns
sudo apt-get install -f

Revision history for this message
Dip (ratnadip983) said :
#73

sudo apt-get install -f command run successfully.

What to do next??

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

Now try

sudo apt-get upgrade

and report the results.

Revision history for this message
Dip (ratnadip983) said :
#75

Error en-counted sudo apt-get update

.
.
.
 subprocess new pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Please provide the full output that you now receive for the command

sudo apt-get update

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

And please provide also the output of

apt-cache policy systemd-sysv systemd
dpkg -l | grep systemd

Revision history for this message
Dip (ratnadip983) said :
#78

Sorry That was my mistake.That was an output of sudo apt-get upgrade with the following error.

root@ubuntu:/# sudo apt-get upgrade
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
  g++-4.8 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
Done
The following packages have been kept back:
  libaccount-plugin-generic-oauth libtimezonemap1 libtotem-plparser18
  libwacom-common libwacom2 nemo nemo-data python-lxml python-oauthlib
  python-openssl python-twisted-conch python-twisted-core python-twisted-web
  python-xapian python3-lxml python3-oauthlib qtdeclarative5-accounts-plugin
  qtdeclarative5-qtfeedback-plugin
  qtdeclarative5-ubuntu-ui-extras-browser-plugin system-config-printer-common
  system-config-printer-udev ubuntu-standard ubuntu-wallpapers
  unity-control-center xdg-utils xorg xserver-xorg xserver-xorg-core
  xserver-xorg-input-evdev xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
  xserver-xorg-input-wacom xserver-xorg-video-ati xserver-xorg-video-cirrus
  xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-mach64
  xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-s3 xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb
  xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa
  xserver-xorg-video-vmware zeitgeist-core
The following packages will be upgraded:
  firefox libtwolame0 libudisks2-0 libunity-action-qt1
  libunity-control-center1 libunity-scopes-json-def-desktop libunityvoice1
  libupstart1 liburi-perl liburl-dispatcher1 libustr-1.0-1 libutempter0
  libva-x11-1 libvcdinfo0 libvte-common libvte9 libwavpack1 libwayland-server0
  libwebkitgtk-1.0-common libwebkitgtk-3.0-common libwhoopsie-preferences0
  libwind0-heimdal libwmf0.2-7 libwmf0.2-7-gtk libwnck-common libwnck22
  libwww-perl libwxbase2.8-0 libwxbase2.8-dev libwxgtk2.8-0 libwxgtk2.8-dev
  libx11-xcb1 libxatracker2 libxaw7 libxcb-composite0 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-image0 libxcb-present0 libxcb-randr0
  libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcb-xv0
  libxkbfile1 libxmu-dev libxmu-headers libxmu6 libxmuu1 libxrandr2 libxt-dev
  libxt6 libxvidcore4 libxvmc1 libyaml-tiny-perl libyelp0 libzbar0
  libzvbi-common libzvbi0 light-themes lintian linux-firmware linux-libc-dev
  linux-sound-base locales logrotate lshw ltrace m4 make manpages manpages-dev
  media-player-info memtest86+ mjpegtools mjpegtools-gtk mlocate
  modem-manager-gui modemmanager mono-4.0-gac mono-gac mono-runtime
  mono-runtime-common mono-runtime-sgen mousetweaks mtools mtr-tiny
  multiarch-support nano nautilus nautilus-data nautilus-sendto
  nemo-fileroller net-tools notify-osd-icons nux-tools ocl-icd-libopencl1
  onboard onboard-data oneconf oneconf-common openprinting-ppds openssh-client
  openssl os-prober overlay-scrollbar-gtk2 p11-kit p7zip parted pastebinit
  patchutils pkg-config plainbox-provider-checkbox
  plainbox-provider-resource-generic plymouth-theme-ubuntu-logo
  plymouth-theme-ubuntu-text pm-utils policykit-desktop-privileges
  poppler-utils powermgmt-base pppconfig pppoeconf pptp-linux
  printer-driver-c2esp printer-driver-gutenprint printer-driver-min12xxw
  printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch
  printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix psmisc
  psutils pulseaudio-module-bluetooth pulseaudio-module-x11 pulseaudio-utils
  python-apt-common python-aptdaemon python-aptdaemon.gtk3widgets
  python-chardet python-commandnotfound python-crypto python-cups
  python-debian python-debtagshw python-gconf python-gdbm python-gi
  python-gi-cairo python-glade2 python-gobject python-gtk2 python-libxml2
  python-lockfile python-notify python-oneconf python-pam python-pexpect
  python-pyasn1 python-pycurl python-renderpm python-reportlab
  python-reportlab-accel python-requests python-serial python-six python-smbc
  python-talloc python-twisted-bin python-zeitgeist python3-brlapi
  python3-commandnotfound python3-crypto python3-feedparser python3-gdbm
  python3-httplib2 python3-louis python3-mako python3-markupsafe
  python3-oneconf python3-problem-report python3-pyatspi python3-pycurl
  python3-pyparsing python3-requests python3-software-properties
  python3-speechd python3-urllib3 qjackctl qt-at-spi qtchooser qtcore4-l10n
  qtdeclarative5-unity-action-plugin readline-common rfkill rsync rtkit
  sane-utils seahorse session-migration sessioninstaller shared-mime-info
  shotwell shotwell-common signon-keyring-extension signon-plugin-oauth2
  signon-plugin-password simple-scan sni-qt software-properties-common
  software-properties-gtk ssh-askpass-gnome ssl-cert sudo syslinux
  syslinux-common syslinux-legacy system-config-printer-gnome sysv-rc t1utils
  tcl8.6 tcpdump telepathy-gabble telepathy-idle telepathy-indicator
  telepathy-salut telnet thunderbird thunderbird-gnome-support time tk8.6
  transmission-common transmission-gtk tree ttf-dejavu-extra
  ttf-ubuntu-font-family twolame tzdata tzdata-java ubuntu-artwork ubuntu-docs
  ubuntu-minimal ubuntu-mono ubuntu-settings ubuntu-wallpapers-trusty ucf
  udisks2 ufw unattended-upgrades unity-asset-pool unity-greeter
  unity-lens-music unity-scope-home unity-scope-musicstores
  unity-scopes-master-default unity-scopes-runner unity-voice-service unixodbc
  unzip usb-creator-common usb-creator-gtk usb-modeswitch usb-modeswitch-data
  vim-common vim-tiny vino webhttrack-common wget whiptail whoopsie
  whoopsie-preferences winetricks wireless-regdb wodim wpasupplicant
  wx2.8-headers x11-apps x11-session-utils x11-utils x11-xfs-utils
  x11-xkb-utils x11-xserver-utils xauth xcursor-themes xdg-user-dirs xdiagnose
  xfonts-base xfonts-scalable xinit xorg-docs-core xserver-common
  xserver-xorg-input-all xserver-xorg-video-all xterm xul-ext-ubufox yelp
  yelp-xsl zeitgeist zeitgeist-datahub zenity zenity-common zip
306 upgraded, 0 newly installed, 0 to remove and 54 not upgraded.
113 not fully installed or removed.
Need to get 0 B/188 MB of archives.
After this operation, 27.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 284929 files and directories currently installed.)
Preparing to unpack .../whoopsie_0.2.49.1_i386.deb ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
dpkg: warning: subprocess old pre-removal script returned error exit status 100
dpkg: trying script from the new package instead ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
dpkg: error processing archive /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@ubuntu:/# apt-cache policy systemd-sysv systemd
systemd-sysv:
  Installed: (none)
  Candidate: 225-1ubuntu9.1
  Version table:
     225-1ubuntu9.1 0
        500 http://archive.ubuntu.com/ubuntu/ wily-updates/main i386 Packages
     225-1ubuntu9 0
        500 http://archive.ubuntu.com/ubuntu/ wily/main i386 Packages
systemd:
  Installed: 225-1ubuntu9.1
  Candidate: 225-1ubuntu9.1
  Version table:
 *** 225-1ubuntu9.1 0
        500 http://archive.ubuntu.com/ubuntu/ wily-updates/main i386 Packages
        100 /var/lib/dpkg/status
     225-1ubuntu9 0
        500 http://archive.ubuntu.com/ubuntu/ wily/main i386 Packages

root@ubuntu:/# dpkg -l | grep systemd
ii libpam-systemd:i386 225-1ubuntu9.1 i386 system and service manager - PAM module
ii libsystemd-daemon0:i386 204-5ubuntu20.19 i386 systemd utility library
ii libsystemd-journal0:i386 204-5ubuntu20.19 i386 systemd journal utility library
ii libsystemd-login0:i386 204-5ubuntu20.19 i386 systemd login utility library
ii libsystemd0:i386 225-1ubuntu9.1 i386 systemd utility library
it systemd 225-1ubuntu9.1 i386 system and service manager
rc systemd-services 204-5ubuntu20.19 i386 systemd runtime services
ii systemd-shim 9-1bzr4 i386 shim for systemd

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

Try

sudo apt-get install system-sysv -f

and report the results

Revision history for this message
Dip (ratnadip983) said :
#80

output:

root@ubuntu:/# sudo apt-get install system-sysv -f
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package system-sysv

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

Sorry, autocorrect has broken the command

sudo spt-get systemd-sysv -f

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

Sorry, and now there was a typo error

sudo apt-get systemd-sysv -f

Revision history for this message
Dip (ratnadip983) said :
#83

Output:

root@ubuntu:/# sudo apt-get systemd-sysv -f
sudo: unable to resolve host ubuntu
E: Command line option 'f' [from -f] is not known.

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

Sorry, again mistyping from my side.

sudo apt-get install systemd-sysv -f

Revision history for this message
Dip (ratnadip983) said :
#85

Output:

root@ubuntu:/# sudo apt-get install systemd-sysv -f
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  g++-4.8 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  whoopsie
The following NEW packages will be installed:
  systemd-sysv
The following packages will be upgraded:
  whoopsie
1 upgraded, 1 newly installed, 0 to remove and 359 not upgraded.
113 not fully installed or removed.
Need to get 13.0 kB/38.4 kB of archives.
After this operation, 72.7 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu/ wily-updates/main systemd-sysv i386 225-1ubuntu9.1 [13.0 kB]
Fetched 13.0 kB in 0s (22.9 kB/s)
(Reading database ... 284929 files and directories currently installed.)
Preparing to unpack .../whoopsie_0.2.49.1_i386.deb ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
dpkg: warning: subprocess old pre-removal script returned error exit status 100
dpkg: trying script from the new package instead ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
dpkg: error processing archive /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
/usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

I think that the systemd-sysv package is needed for installing whoopsie, so my idea is to force its installation as next step.

Try

sudo dpkg -i /var/cache/apt/archives/systemd-sysv_225-1ubuntu9.1_i386.deb

and report the outcome.

Revision history for this message
Dip (ratnadip983) said :
#87

root@ubuntu:/# sudo dpkg -i /var/cache/apt/archives/systemd-sysv_225-1ubuntu9.1_i386.deb
sudo: unable to resolve host ubuntu
Selecting previously unselected package systemd-sysv.
(Reading database ... 284929 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_225-1ubuntu9.1_i386.deb ...
Unpacking systemd-sysv (225-1ubuntu9.1) ...
Setting up systemd-sysv (225-1ubuntu9.1) ...
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found Windows Vista (loader) on /dev/sda1
Found Windows Vista (loader) on /dev/sda2
done

But, output of apt-get upgrade command is not changed.
It return same error like before.

Another thing need to say. Last day sudo apt-get upgrade command was interrupted due to power of my net work connection.
That might be the reason but I am not sure.

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

What is now the output of the commands

sudo apt-get install -f
sudo apt-get upgrade

Revision history for this message
Dip (ratnadip983) said :
#89

Here is the outout. Same kind of error:

root@ubuntu:/# sudo apt-get install -f
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  g++-4.8 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  whoopsie
The following packages will be upgraded:
  whoopsie
1 upgraded, 0 newly installed, 0 to remove and 359 not upgraded.
113 not fully installed or removed.
Need to get 0 B/25.4 kB of archives.
After this operation, 10.2 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 284946 files and directories currently installed.)
Preparing to unpack .../whoopsie_0.2.49.1_i386.deb ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
dpkg: warning: subprocess old pre-removal script returned error exit status 100
dpkg: trying script from the new package instead ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
dpkg: error processing archive /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@ubuntu:/# sudo apt-get upgrade
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
  g++-4.8 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
Done
The following packages have been kept back:
  libaccount-plugin-generic-oauth libtimezonemap1 libtotem-plparser18
  libwacom-common libwacom2 nemo nemo-data python-lxml python-oauthlib
  python-openssl python-twisted-conch python-twisted-core python-twisted-web
  python-xapian python3-lxml python3-oauthlib qtdeclarative5-accounts-plugin
  qtdeclarative5-qtfeedback-plugin
  qtdeclarative5-ubuntu-ui-extras-browser-plugin system-config-printer-common
  system-config-printer-udev ubuntu-wallpapers unity-control-center xdg-utils
  xorg xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
  xserver-xorg-input-mouse xserver-xorg-input-synaptics
  xserver-xorg-input-vmmouse xserver-xorg-input-wacom xserver-xorg-video-ati
  xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel
  xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-s3 xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb
  xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa
  xserver-xorg-video-vmware zeitgeist-core
The following packages will be upgraded:
  firefox libtwolame0 libudisks2-0 libunity-action-qt1
  libunity-control-center1 libunity-scopes-json-def-desktop libunityvoice1
  libupstart1 liburi-perl liburl-dispatcher1 libustr-1.0-1 libutempter0
  libva-x11-1 libvcdinfo0 libvte-common libvte9 libwavpack1 libwayland-server0
  libwebkitgtk-1.0-common libwebkitgtk-3.0-common libwhoopsie-preferences0
  libwind0-heimdal libwmf0.2-7 libwmf0.2-7-gtk libwnck-common libwnck22
  libwww-perl libwxbase2.8-0 libwxbase2.8-dev libwxgtk2.8-0 libwxgtk2.8-dev
  libx11-xcb1 libxatracker2 libxaw7 libxcb-composite0 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-image0 libxcb-present0 libxcb-randr0
  libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcb-xv0
  libxkbfile1 libxmu-dev libxmu-headers libxmu6 libxmuu1 libxrandr2 libxt-dev
  libxt6 libxvidcore4 libxvmc1 libyaml-tiny-perl libyelp0 libzbar0
  libzvbi-common libzvbi0 light-themes lintian linux-firmware linux-libc-dev
  linux-sound-base locales logrotate lshw ltrace m4 make manpages manpages-dev
  media-player-info memtest86+ mjpegtools mjpegtools-gtk mlocate
  modem-manager-gui modemmanager mono-4.0-gac mono-gac mono-runtime
  mono-runtime-common mono-runtime-sgen mousetweaks mtools mtr-tiny
  multiarch-support nano nautilus nautilus-data nautilus-sendto
  nemo-fileroller net-tools notify-osd-icons nux-tools ocl-icd-libopencl1
  onboard onboard-data oneconf oneconf-common openprinting-ppds openssh-client
  openssl os-prober overlay-scrollbar-gtk2 p11-kit p7zip parted pastebinit
  patchutils pkg-config plainbox-provider-checkbox
  plainbox-provider-resource-generic plymouth-theme-ubuntu-logo
  plymouth-theme-ubuntu-text pm-utils policykit-desktop-privileges
  poppler-utils powermgmt-base pppconfig pppoeconf pptp-linux
  printer-driver-c2esp printer-driver-gutenprint printer-driver-min12xxw
  printer-driver-pnm2ppa printer-driver-postscript-hp printer-driver-ptouch
  printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix psmisc
  psutils pulseaudio-module-bluetooth pulseaudio-module-x11 pulseaudio-utils
  python-apt-common python-aptdaemon python-aptdaemon.gtk3widgets
  python-chardet python-commandnotfound python-crypto python-cups
  python-debian python-debtagshw python-gconf python-gdbm python-gi
  python-gi-cairo python-glade2 python-gobject python-gtk2 python-libxml2
  python-lockfile python-notify python-oneconf python-pam python-pexpect
  python-pyasn1 python-pycurl python-renderpm python-reportlab
  python-reportlab-accel python-requests python-serial python-six python-smbc
  python-talloc python-twisted-bin python-zeitgeist python3-brlapi
  python3-commandnotfound python3-crypto python3-feedparser python3-gdbm
  python3-httplib2 python3-louis python3-mako python3-markupsafe
  python3-oneconf python3-problem-report python3-pyatspi python3-pycurl
  python3-pyparsing python3-requests python3-software-properties
  python3-speechd python3-urllib3 qjackctl qt-at-spi qtchooser qtcore4-l10n
  qtdeclarative5-unity-action-plugin readline-common rfkill rsync rtkit
  sane-utils seahorse session-migration sessioninstaller shared-mime-info
  shotwell shotwell-common signon-keyring-extension signon-plugin-oauth2
  signon-plugin-password simple-scan sni-qt software-properties-common
  software-properties-gtk ssh-askpass-gnome ssl-cert sudo syslinux
  syslinux-common syslinux-legacy system-config-printer-gnome sysv-rc t1utils
  tcl8.6 tcpdump telepathy-gabble telepathy-idle telepathy-indicator
  telepathy-salut telnet thunderbird thunderbird-gnome-support time tk8.6
  transmission-common transmission-gtk tree ttf-dejavu-extra
  ttf-ubuntu-font-family twolame tzdata tzdata-java ubuntu-artwork ubuntu-docs
  ubuntu-minimal ubuntu-mono ubuntu-settings ubuntu-standard
  ubuntu-wallpapers-trusty ucf udisks2 ufw unattended-upgrades
  unity-asset-pool unity-greeter unity-lens-music unity-scope-home
  unity-scope-musicstores unity-scopes-master-default unity-scopes-runner
  unity-voice-service unixodbc unzip usb-creator-common usb-creator-gtk
  usb-modeswitch usb-modeswitch-data vim-common vim-tiny vino
  webhttrack-common wget whiptail whoopsie whoopsie-preferences winetricks
  wireless-regdb wodim wpasupplicant wx2.8-headers x11-apps x11-session-utils
  x11-utils x11-xfs-utils x11-xkb-utils x11-xserver-utils xauth xcursor-themes
  xdg-user-dirs xdiagnose xfonts-base xfonts-scalable xinit xorg-docs-core
  xserver-common xserver-xorg-input-all xserver-xorg-video-all xterm
  xul-ext-ubufox yelp yelp-xsl zeitgeist zeitgeist-datahub zenity
  zenity-common zip
307 upgraded, 0 newly installed, 0 to remove and 53 not upgraded.
113 not fully installed or removed.
Need to get 0 B/188 MB of archives.
After this operation, 27.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 284946 files and directories currently installed.)
Preparing to unpack .../whoopsie_0.2.49.1_i386.deb ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
dpkg: warning: subprocess old pre-removal script returned error exit status 100
dpkg: trying script from the new package instead ...
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
dpkg: error processing archive /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/whoopsie not found.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 /var/cache/apt/archives/whoopsie_0.2.49.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

ok, the error message is already slightly different (no more "/sbin/runlevel: not found" but now "/etc/init.d/whoopsie not found").

What is the output of

dpkg -l | grep whoopsie

Maybe a workaround is to create a file /etc/init.d/whoopsie

Revision history for this message
Dip (ratnadip983) said :
#91

Outputs:

root@ubuntu:/# dpkg -l | grep whoopsie
ii libwhoopsie-preferences0 0.12 i386 Ubuntu error tracker submission settings - shared library
iU libwhoopsie0 0.2.49.1 i386 Ubuntu error tracker submission - shared library
iFR whoopsie 0.2.24.6ubuntu2 i386 Ubuntu error tracker submission
ii whoopsie-preferences 0.12 i386 System preferences for error reporting

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

Ok, try

sudo touch /etc/init.d/whoopsie
sudo dpkg --configure -a

and report the results

Revision history for this message
Dip (ratnadip983) said :
#93

Outputs:

root@ubuntu:/# sudo touch /etc/init.d/whoopsie
sudo: unable to resolve host ubuntu
root@ubuntu:/# sudo dpkg --configure -a
sudo: unable to resolve host ubuntu
Setting up unity-gtk-module-common (0.0.0+15.04.20150118-0ubuntu1) ...
Setting up ubuntuone-client-data (15.10+15.10.20151007) ...
Setting up libunity-gtk3-parser0:i386 (0.0.0+15.04.20150118-0ubuntu1) ...
Setting up libwnck-3-common (3.14.0-2) ...
Setting up python-dbus-dev (1.2.0-2build3) ...
Setting up python3-dbus (1.2.0-2build3) ...
Setting up x11proto-core-dev (7.0.28-0ubuntu1) ...
Setting up libzeitgeist-2.0-0:i386 (0.9.16-0ubuntu3~gcc5.1) ...
Setting up mime-support (3.58ubuntu1) ...
Installing new version of config file /etc/mime.types ...
Setting up poppler-data (0.4.7-3) ...
Installing new version of config file /etc/ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf ...
Setting up policykit-1 (0.105-11ubuntu3) ...
Setting up libv4lconvert0:i386 (1.6.3-1) ...
Setting up printer-driver-foo2zjs-common (20150819dfsg0-0ubuntu1) ...
Setting up libxshmfence1:i386 (1.2-1) ...
Setting up xkb-data (2.12-1ubuntu1) ...
Setting up python3-six (1.9.0-5) ...
Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ...
Setting up fonts-horai-umefont (530-1) ...
Setting up python-dirspec (13.10-1ubuntu1) ...
Setting up python3-pkg-resources (18.4-1) ...
Setting up python-pkg-resources (18.4-1) ...
Setting up python3-gi (3.16.2-1build1) ...
Setting up lsb-release (4.1+Debian11ubuntu8) ...
dpkg: dependency problems prevent configuration of whoopsie:
 whoopsie depends on libwhoopsie0 (= 0.2.24.6ubuntu2); however:
  Version of libwhoopsie0 on system is 0.2.49.1.

dpkg: error processing package whoopsie (--configure):
 dependency problems - leaving unconfigured
Setting up libxml2:i386 (2.9.2+zdfsg1-4ubuntu0.4) ...
Setting up libxfont1:i386 (1:1.5.1-1) ...
Setting up uuid-runtime (2.26.2-6ubuntu3) ...
 * Stopping uuid generator uuidd [ OK ]
 * Starting uuid generator uuidd [ OK ]
Setting up procps (1:3.3.9-1ubuntu8) ...
Installing new version of config file /etc/init/procps.conf ...
 * Setting kernel variables ... [ OK ]
Setting up libxslt1.1:i386 (1.1.28-2build2) ...
Setting up libwildmidi-config (0.3.8-2) ...
Setting up python-httplib2 (0.9+dfsg-2) ...
Setting up libyajl2:i386 (2.1.0-2) ...
Setting up module-init-tools (21-1ubuntu1) ...
Setting up xtrans-dev (1.3.5-1) ...
Setting up patch (2.7.5-1) ...
Setting up fonts-nanum (20140930-1) ...
Removing obsolete conffile /etc/fonts/conf.avail/90-fonts-nanum.conf ...
Setting up libusb-1.0-0:i386 (2:1.0.19-1) ...
Setting up python-zope.interface (4.1.2-1build1) ...
Setting up udev (225-1ubuntu9.1) ...
Installing new version of config file /etc/init.d/udev ...
Installing new version of config file /etc/init/udevmonitor.conf ...
Installing new version of config file /etc/modprobe.d/fbdev-blacklist.conf ...
Installing new version of config file /etc/udev/udev.conf ...
Adding group `input' (GID 130) ...
Done.
A chroot environment has been detected, udev not started.
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match udev Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match udev Default-Stop values (none)
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match lvm2 Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match lvm2 Default-Stop values (none)
Removing obsolete conffile /etc/init/udev-finish.conf ...
Removing obsolete conffile /etc/init/udev-fallback-graphics.conf ...
Removing obsolete conffile /etc/udev/rules.d/README ...
Setting up libunistring0:i386 (0.9.3-5.2ubuntu1) ...
Setting up python3-chardet (2.3.0-1build1) ...
Setting up policykit-1-gnome (0.105-2ubuntu2) ...
Setting up ntfs-3g (1:2014.2.15AR.3-3) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for systemd (225-1ubuntu9.1) ...
Setting up libvisual-0.4-0:i386 (0.4.0-6) ...
Setting up printer-driver-foo2zjs (20150819dfsg0-0ubuntu1) ...
Setting up libx11-doc (2:1.6.3-1ubuntu2) ...
Setting up speech-dispatcher-audio-plugins:i386 (0.8.3-0ubuntu2) ...
Setting up man-db (2.7.4-1) ...
Installing new version of config file /etc/cron.daily/man-db ...
Installing new version of config file /etc/manpath.config ...
Building database of manual pages ...
Setting up resolvconf (1.77ubuntu1) ...
Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolvconf ...
Installing new version of config file /etc/init.d/resolvconf ...
Installing new version of config file /etc/network/if-down.d/resolvconf ...
Installing new version of config file /etc/network/if-up.d/000resolvconf ...
Installing new version of config file /etc/ppp/ip-down.d/000resolvconf ...
Installing new version of config file /etc/ppp/ip-up.d/000resolvconf ...
Installing new version of config file /etc/resolvconf/interface-order ...
Installing new version of config file /etc/resolvconf/update.d/libc ...
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match resolvconf Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match resolvconf Default-Stop values (0 6)
Setting up python3-cairo (1.10.0+dfsg-4ubuntu2) ...
Setting up libxdmcp6:i386 (1:1.1.2-1) ...
Setting up python-dbus (1.2.0-2build3) ...
Setting up libvorbis0a:i386 (1.3.4-2) ...
Setting up x11-common (1:7.7+7ubuntu4) ...
Installing new version of config file /etc/init.d/x11-common ...
 * Setting up X socket directories... [ OK ]
Setting up libunity-gtk2-parser0:i386 (0.0.0+15.04.20150118-0ubuntu1) ...
Setting up python-pil:i386 (2.9.0-1) ...
Setting up libxcb1:i386 (1.11-0ubuntu1) ...
Setting up libusb-0.1-4:i386 (2:0.1.12-27) ...
Setting up x11proto-input-dev (2.3.1-1) ...
Setting up python3-debian (0.1.27ubuntu1) ...
Setting up libwhoopsie0 (0.2.49.1) ...
Setting up libx11-data (2:1.6.3-1ubuntu2) ...
Setting up netbase (5.3) ...
Installing new version of config file /etc/services ...
Setting up python-sip (4.16.9+dfsg-1build1) ...
Setting up libvorbisfile3:i386 (1.3.4-2) ...
Setting up mountall (2.54ubuntu1) ...
Installing new version of config file /etc/init/mounted-proc.conf ...
Setting up speech-dispatcher (0.8.3-0ubuntu2) ...
Installing new version of config file /etc/speech-dispatcher/modules/espeak.conf ...
Installing new version of config file /etc/speech-dispatcher/modules/ibmtts.conf ...
Installing new version of config file /etc/speech-dispatcher/speechd.conf ...
 * speech-dispatcher disabled; edit /etc/default/speech-dispatcher
Setting up libxcb-render0:i386 (1.11-0ubuntu1) ...
Processing triggers for gconf2 (3.2.6-3ubuntu5) ...
Setting up python-qt4-dbus (4.11.4+dfsg-1build3) ...
Setting up update-notifier-common (3.163.1) ...
Setting up libv4l-0:i386 (1.6.3-1) ...
Setting up libx11-6:i386 (2:1.6.3-1ubuntu2) ...
Processing triggers for initramfs-tools (0.120ubuntu6) ...
update-initramfs: Generating /boot/initrd.img-4.2.0-42-generic
Setting up python3-gi-cairo (3.16.2-1build1) ...
Setting up usbutils (1:007-3) ...
Setting up xfonts-encodings (1:1.0.4-2) ...
Setting up unity-gtk3-module:i386 (0.0.0+15.04.20150118-0ubuntu1) ...
Setting up libwildmidi1:i386 (0.3.8-2) ...
Setting up python-imaging (2.9.0-1) ...
Setting up ubuntu-drivers-common (1:0.4.11) ...
Installing new version of config file /etc/init/gpu-manager.conf ...
Setting up python-ubuntu-sso-client (13.10-0ubuntu10) ...
Setting up libxdmcp-dev:i386 (1:1.1.2-1) ...
Setting up ntpdate (1:4.2.6.p5+dfsg-3ubuntu8.2) ...
Installing new version of config file /etc/network/if-up.d/ntpdate ...
Setting up libxpm4:i386 (1:3.5.11-1) ...
Setting up libxrender1:i386 (1:0.9.9-0ubuntu1) ...
Setting up libxcb1-dev:i386 (1.11-0ubuntu1) ...
Setting up unity-gtk2-module:i386 (0.0.0+15.04.20150118-0ubuntu1) ...
Setting up libx11-dev:i386 (2:1.6.3-1ubuntu2) ...
Setting up libvorbisenc2:i386 (1.3.4-2) ...
Setting up libxft2:i386 (2.3.2-1) ...
Setting up python-qt4 (4.11.4+dfsg-1build3) ...
Setting up ubuntu-sso-client (13.10-0ubuntu10) ...
Setting up libxcb-render-util0:i386 (0.3.9-1) ...
Setting up libwnck-3-0:i386 (3.14.0-2) ...
Setting up libxdamage1:i386 (1:1.1.4-2) ...
Setting up libxext6:i386 (2:1.3.3-1) ...
Setting up libxfixes3:i386 (1:5.0.1-2) ...
Setting up notify-osd (0.9.35+15.10.20151014-0ubuntu1) ...
Setting up libtk8.6:i386 (8.6.4+dfsg-2ubuntu1) ...
Setting up xfonts-utils (1:7.7+3) ...
Processing triggers for bamfdaemon (0.5.2~bzr0+15.10.20150627.1-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Setting up libxext-dev:i386 (2:1.3.3-1) ...
Setting up ubuntu-sso-client-qt (13.10-0ubuntu10) ...
Setting up libxxf86vm1:i386 (1:1.1.4-1) ...
Setting up ttf-mscorefonts-installer (3.4+nmu1ubuntu2) ...
Setting up libxi6:i386 (2:1.7.4-1) ...
Setting up odbcinst (2.3.1-3) ...
Setting up python3-update-manager (1:15.10.3) ...
Setting up odbcinst1debian2:i386 (2.3.1-3) ...
Setting up python3-distupgrade (1:15.10.14.4) ...
Setting up ubuntu-release-upgrader-core (1:15.10.14.4) ...
Installing new version of config file /etc/update-manager/release-upgrades ...
Setting up ubuntu-release-upgrader-gtk (1:15.10.14.4) ...
Setting up update-manager-core (1:15.10.3) ...
Setting up update-notifier (3.163.1) ...
Setting up update-manager (1:15.10.3) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (225-1ubuntu9.1) ...
Processing triggers for resolvconf (1.77ubuntu1) ...
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match resolvconf Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match resolvconf Default-Stop values (0 6)
Errors were encountered while processing:
 whoopsie

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

Ok, lot of positive messages!

And now please

sudo apt-get upgrade

Revision history for this message
Dip (ratnadip983) said :
#95

sudo apt-get update

sudo apt-get install -f

sudo apt-get upgrade

All of these look fine. run smoothly without any error.

Should I install kernel now?
If needed, which version should I install and what is the exact command?

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

I assume that the whole exercise has already installed a new kernel.

I suggest that you try booting the system normally and report the results.

Revision history for this message
Dip (ratnadip983) said :
#97

Ubuntu is booting successfully. But, some different and I can not use it.

1. Boot is so old style. So many text(enlarged text whole screen) appear in the time of booting
2. Booting is slow
3. My previous ubuntu was 14.04 LTS, But now it is shows 15.10
4. Most important, Login screen appear, but, after giving correct password everything disappear and desktop doesn't come.

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

Let's do some testing, in which status the system currently is.

After a boot into that disappeared login screen, can you press ctrl-alt-F1 for switching to a virtual console, and does that prompt you with a welcome screen and a login prompt?
Can you log in with your username and password and then execute the command

compiz --replace

What do you get?

You can switch back to where the graphical desktop should be with ctrl-alt-F7, but I assume that this will not show a working desktop so far.

Go back to the virtual console, log in (if you aren't already) and issue the command
sudo reboot now

When the system reboots, press the left shift button that you get to the grub menu, and then select recovery mode - root command prompt.
Does this work?

Revision history for this message
Dip (ratnadip983) said :
#99

I did everything according your instruction. But, Nothing changed.

Here is output.

ratnadip@Dynamic-PC:~$ compiz --replace

compize (core) - Info: Loading plugin: core
compize (core) - Info: Starting plugin: core
compize (core) - Fatal: Coudn't open display
compize (core) - Info: Stopping plugin: core
compize (core) - Info: Unloading plugin: core

On Thu, Aug 4, 2016 at 10:32 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #313037 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Let's do some testing, in which status the system currently is.
>
> After a boot into that disappeared login screen, can you press ctrl-alt-F1
> for switching to a virtual console, and does that prompt you with a welcome
> screen and a login prompt?
> Can you log in with your username and password and then execute the command
>
> compiz --replace
>
> What do you get?
>
> You can switch back to where the graphical desktop should be with ctrl-
> alt-F7, but I assume that this will not show a working desktop so far.
>
> Go back to the virtual console, log in (if you aren't already) and issue
> the command
> sudo reboot now
>
> When the system reboots, press the left shift button that you get to the
> grub menu, and then select recovery mode - root command prompt.
> Does this work?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> You received this question notification because you asked the question.
>

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

Is recovery mode working?

If not, then please boot in a live system and enter the chroot environment as before, and provide the full output of the commands

sudo apt-get update
sudo apt-get dist-upgrade

Revision history for this message
Dip (ratnadip983) said :
#101

Here is the output.

root@ubuntu:/# sudo apt-get update
sudo: unable to resolve host ubuntu
Hit http://archive.ubuntu.com wily InRelease
Hit http://security.ubuntu.com wily-security InRelease
Hit http://archive.ubuntu.com wily-updates InRelease
Hit http://security.ubuntu.com wily-security/main Sources
Hit http://archive.ubuntu.com wily-backports InRelease
Hit http://archive.ubuntu.com wily-proposed
InRelease
Hit http://security.ubuntu.com wily-security/restricted Sources
Hit http://archive.ubuntu.com wily/main Sources
Hit http://security.ubuntu.com wily-security/universe Sources
Hit http://archive.ubuntu.com wily/restricted Sources
Hit http://security.ubuntu.com wily-security/multiverse Sources
Hit http://archive.ubuntu.com wily/universe Sources
Hit http://archive.ubuntu.com wily/multiverse Sources
Hit http://security.ubuntu.com wily-security/main i386 Packages
Hit http://archive.ubuntu.com wily/main i386 Packages
Hit http://security.ubuntu.com wily-security/restricted i386 Packages
Hit http://archive.ubuntu.com wily/restricted i386 Packages
Hit http://security.ubuntu.com wily-security/universe i386 Packages
Hit http://archive.ubuntu.com wily/universe i386 Packages
Hit http://security.ubuntu.com wily-security/multiverse i386 Packages
Hit http://archive.ubuntu.com wily/multiverse i386 Packages
Hit http://archive.ubuntu.com wily/main Translation-en
Hit http://archive.ubuntu.com wily/multiverse Translation-en
Hit http://archive.ubuntu.com wily/restricted Translation-en
Hit http://security.ubuntu.com wily-security/main Translation-en
Hit http://archive.ubuntu.com wily/universe Translation-en
Hit http://security.ubuntu.com wily-security/multiverse Translation-en
Hit http://archive.ubuntu.com wily-updates/main Sources
Hit http://security.ubuntu.com wily-security/restricted Translation-en
Hit http://archive.ubuntu.com wily-updates/restricted Sources
Hit http://security.ubuntu.com wily-security/universe Translation-en
Hit http://archive.ubuntu.com wily-updates/universe Sources
Hit http://archive.ubuntu.com wily-updates/multiverse Sources
Hit http://archive.ubuntu.com wily-updates/main i386 Packages
Hit http://archive.ubuntu.com wily-updates/restricted i386
Packages
Hit http://archive.ubuntu.com wily-updates/universe i386
Packages
Hit http://archive.ubuntu.com wily-updates/multiverse i386
Packages
Hit http://archive.ubuntu.com wily-updates/main
Translation-en
Hit http://archive.ubuntu.com wily-updates/multiverse
Translation-en
Hit http://archive.ubuntu.com wily-updates/restricted
Translation-en
Hit http://archive.ubuntu.com wily-updates/universe
Translation-en
Hit http://archive.ubuntu.com wily-backports/main
Sources
Hit http://archive.ubuntu.com wily-backports/restricted
Sources
Hit http://archive.ubuntu.com wily-backports/universe
Sources
Hit http://archive.ubuntu.com wily-backports/multiverse
Sources
Hit http://archive.ubuntu.com wily-backports/main i386
Packages
Hit http://archive.ubuntu.com wily-backports/restricted i386
Packages
Hit http://archive.ubuntu.com wily-backports/universe i386
Packages
Hit http://archive.ubuntu.com wily-backports/multiverse i386
Packages
Hit http://archive.ubuntu.com wily-backports/main
Translation-en
Hit http://archive.ubuntu.com wily-backports/multiverse
Translation-en
Hit http://archive.ubuntu.com wily-backports/restricted
Translation-en
Hit http://archive.ubuntu.com wily-backports/universe
Translation-en
Hit http://archive.ubuntu.com wily-proposed/main i386
Packages
Hit http://archive.ubuntu.com wily-proposed/multiverse i386
Packages
Hit http://archive.ubuntu.com wily-proposed/universe i386
Packages
Hit http://archive.ubuntu.com wily-proposed/restricted i386
Packages
Hit http://archive.ubuntu.com wily-proposed/main
Translation-en
Hit http://archive.ubuntu.com wily-proposed/multiverse
Translation-en
Hit http://archive.ubuntu.com wily-proposed/restricted
Translation-en
Hit http://archive.ubuntu.com wily-proposed/universe
Translation-en
Reading package lists... Done

  xserver-xorg-video-vmware zeitgeist-core
53 upgraded, 40 newly installed, 6 to remove and 0 not upgraded.
Need to get 32.4 MB of archives.
After this operation, 43.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu/ wily-updates/main init i386
1.23ubuntu4 [3960 B]
Get:2 http://archive.ubuntu.com/ubuntu/ wily/main zeitgeist-core i386
0.9.16-0ubuntu3~gcc5.1 [133 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ wily/main python-xapian i386
1.2.21-2.1 [202 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ wily/main libxapian22v5 i386
1.2.21-1.2 [780 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ wily/main python3-cups i386
1.9.73-0ubuntu1 [62.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ wily/main
system-config-printer-udev i386 1.5.7+20150819-0ubuntu4 [23.2 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ wily/main
system-config-printer-common all 1.5.7+20150819-0ubuntu4 [36.9 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ wily/main python3-cupshelpers all
1.5.7+20150819-0ubuntu4 [55.0 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ wily/main python3-smbc i386
1.0.15.4-0ubuntu1 [17.4 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-mach64 i386 6.9.5-1 [64.9 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-tdfx
i386 1:1.4.6-1 [32.3 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-cirrus i386 1:1.5.3-1ubuntu1 [30.4 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-vesa
i386 1:2.3.4-0ubuntu1 [15.4 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-radeon i386 1:7.5.0+git20150819-0ubuntu1 [140 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-siliconmotion i386 1:1.7.8-1ubuntu4 [51.8 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-trident i386 1:1.3.7-1 [54.8 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-vmware i386 1:13.1.0-0ubuntu1build2 [72.0 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-neomagic i386 1:1.2.9-1 [31.0 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ wily-updates/main
xserver-xorg-video-openchrome i386 1:0.3.3-1ubuntu1.1 [147 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-mga
i386 1:1.6.4-1 [60.8 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-savage i386 1:2.3.8-1ubuntu1 [63.9 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-fbdev
i386 1:0.4.4-1build3 [12.3 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-nouveau i386 1:1.0.11-1ubuntu3 [90.4 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ wily/universe
xserver-xorg-video-s3 i386 1:0.6.5-0ubuntu5build1 [29.9 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-qxl
i386 0.1.4-3ubuntu1 [84.2 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-r128
i386 6.10.0-1 [50.1 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-intel
i386 2:2.99.917+git20150808-0ubuntu4 [758 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-video-sisusb i386 1:0.9.6-2build3 [39.6 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-video-ati
i386 1:7.5.0+git20150819-0ubuntu1 [6892 B]
Get:30 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-input-wacom
i386 1:0.30.0-0ubuntu3 [87.0 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-input-vmmouse i386 1:13.1.0-0ubuntu1 [15.1 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-input-evdev
i386 1:2.9.2-1ubuntu1 [32.3 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg-input-mouse
i386 1:1.9.1-1 [39.2 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ wily-updates/main
xserver-xorg-core i386 2:1.17.2-1ubuntu9.1 [1403 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ wily/main
xserver-xorg-input-synaptics i386 1.8.2-1ubuntu1 [65.0 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ wily/universe cinnamon-l10n all
2.6.3-1 [2106 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ wily/main
libaccount-plugin-generic-oauth i386 0.12+15.10.20150723-0ubuntu1 [4858 B]
Get:38 http://archive.ubuntu.com/ubuntu/ wily/main libtimezonemap1 i386
0.4.4 [23.7 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ wily/main libtimezonemap-data all
0.4.4 [1923 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ wily/main libtotem-plparser18 i386
3.10.5-1 [62.7 kB]
Get:41 http://archive.ubuntu.com/ubuntu/ wily/main libtotem-plparser-common
all 3.10.5-1 [7490 B]
Get:42 http://archive.ubuntu.com/ubuntu/ wily/main libwacom2 i386 0.15-1
[18.2 kB]
Get:43 http://archive.ubuntu.com/ubuntu/ wily/main libwacom-common all
0.15-1 [23.0 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ wily/main libwacom-bin i386 0.15-1
[4536 B]
Get:45 http://archive.ubuntu.com/ubuntu/ wily/main libx11-protocol-perl all
0.56-7 [149 kB]
Get:46 http://archive.ubuntu.com/ubuntu/ wily/universe nemo i386 2.6.7-1
[844 kB]
Get:47 http://archive.ubuntu.com/ubuntu/ wily/universe nemo-data all
2.6.7-1 [52.8 kB]
Get:48 http://archive.ubuntu.com/ubuntu/ wily/main python-blinker all
1.3.dfsg2-1build1 [12.4 kB]
Get:49 http://archive.ubuntu.com/ubuntu/ wily/main python-bs4 all
4.3.2-2ubuntu4 [60.1 kB]
Get:50 http://archive.ubuntu.com/ubuntu/ wily/main python-cffi-backend i386
1.1.2-1ubuntu2 [56.0 kB]
Get:51 http://archive.ubuntu.com/ubuntu/ wily/main python-ply all 3.7-1
[46.9 kB]
Get:52 http://archive.ubuntu.com/ubuntu/ wily/main python-pycparser all
2.14+dfsg-2build1 [57.9 kB]
Get:53 http://archive.ubuntu.com/ubuntu/ wily/main python-cffi all
1.1.2-1ubuntu2 [52.9 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ wily/main python-characteristic
all 14.3.0-1 [13.0 kB]
Get:55 http://archive.ubuntu.com/ubuntu/ wily/main python-enum34 all
1.0.4-2 [26.9 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ wily/main python-idna all 2.0-3
[35.1 kB]
Get:57 http://archive.ubuntu.com/ubuntu/ wily/main python-ipaddress all
1.0.14-2 [17.9 kB]
Get:58 http://archive.ubuntu.com/ubuntu/ wily/main python-cryptography i386
1.0.1-1ubuntu1 [169 kB]
Get:59 http://archive.ubuntu.com/ubuntu/ wily/main python-html5lib all
0.999-3build1 [83.4 kB]
Get:60 http://archive.ubuntu.com/ubuntu/ wily/main python-jwt all
1.0.0-0ubuntu1 [16.5 kB]
Get:61 http://archive.ubuntu.com/ubuntu/ wily/main python-lxml i386 3.4.4-1
[694 kB]
Get:62 http://archive.ubuntu.com/ubuntu/ wily/main python-oauthlib all
1.0.0-1 [62.5 kB]
Get:63 http://archive.ubuntu.com/ubuntu/ wily/main python-openssl all
0.15.1-2build1 [84.1 kB]
Get:64 http://archive.ubuntu.com/ubuntu/ wily/main python-pyasn1-modules
all 0.0.7-0.1 [20.5 kB]
Get:65 http://archive.ubuntu.com/ubuntu/ wily/main python-service-identity
all 14.0.0-1 [8500 B]
Get:66 http://archive.ubuntu.com/ubuntu/ wily/main python-twisted-core all
15.2.1-1ubuntu2 [1072 kB]
Get:67 http://archive.ubuntu.com/ubuntu/ wily/main python-twisted-web all
15.2.1-1ubuntu2 [298 kB]
Get:68 http://archive.ubuntu.com/ubuntu/ wily/main python3-blinker all
1.3.dfsg2-1build1 [12.5 kB]
Get:69 http://archive.ubuntu.com/ubuntu/ wily/main python3-bs4 all
4.3.2-2ubuntu4 [60.0 kB]
Get:70 http://archive.ubuntu.com/ubuntu/ wily/main python3-cffi-backend
i386 1.1.2-1ubuntu2 [57.4 kB]
Get:71 http://archive.ubuntu.com/ubuntu/ wily/main python3-ply all 3.7-1
[46.2 kB]
Get:72 http://archive.ubuntu.com/ubuntu/ wily/main python3-pycparser all
2.14+dfsg-2build1 [58.0 kB]
Get:73 http://archive.ubuntu.com/ubuntu/ wily/main python3-cffi all
1.1.2-1ubuntu2 [53.0 kB]
Get:74 http://archive.ubuntu.com/ubuntu/ wily/main python3-idna all 2.0-3
[35.1 kB]
Get:75 http://archive.ubuntu.com/ubuntu/ wily/main python3-pyasn1 all
0.1.8-2 [29.4 kB]
Get:76 http://archive.ubuntu.com/ubuntu/ wily/main python3-cryptography
i386 1.0.1-1ubuntu1 [169 kB]
Get:77 http://archive.ubuntu.com/ubuntu/ wily/main python3-html5lib all
0.999-3build1 [79.6 kB]
Get:78 http://archive.ubuntu.com/ubuntu/ wily/main python3-jwt all
1.0.0-0ubuntu1 [12.9 kB]
Get:79 http://archive.ubuntu.com/ubuntu/ wily/main python3-lxml i386
3.4.4-1 [888 kB]
Get:80 http://archive.ubuntu.com/ubuntu/ wily/main python3-lxml i386
3.4.4-1 [888 kB]
Get:81 http://archive.ubuntu.com/ubuntu/ wily/main python3-oauthlib all
1.0.0-1 [62.2 kB]
Get:82 http://archive.ubuntu.com/ubuntu/ wily/main
qtdeclarative5-qtfeedback-plugin i386 5.0~git20130529-0ubuntu11 [3402 B]
Get:83 http://archive.ubuntu.com/ubuntu/ wily/main qml-module-qtfeedback
i386 5.0~git20130529-0ubuntu11 [20.1 kB]
Get:84 http://archive.ubuntu.com/ubuntu/ wily/main
qtdeclarative5-accounts-plugin i386 0.5+15.04.20150415.1-0ubuntu2~gcc5.1
[1336 B]
Get:85 http://archive.ubuntu.com/ubuntu/ wily/main
qml-module-ubuntu-onlineaccounts i386 0.5+15.04.20150415.1-0ubuntu2~gcc5.1
[60.4 kB]
Get:86 http://archive.ubuntu.com/ubuntu/ wily/main
qtdeclarative5-ubuntu-web-plugin i386 0.23+15.10.20150929-0ubuntu1 [19.5 kB]
Get:87 http://archive.ubuntu.com/ubuntu/ wily/universe
qtdeclarative5-ubuntu-ui-extras-browser-plugin i386
0.23+15.10.20150929-0ubuntu1 [12.0 kB]
Get:88 http://archive.ubuntu.com/ubuntu/ wily/main ubuntu-wallpapers-wily
all 15.10.3-0ubuntu1 [14.4 MB]
Get:89 http://archive.ubuntu.com/ubuntu/ wily/main ubuntu-wallpapers all
15.10.3-0ubuntu1 [2204 kB]
Get:90 http://archive.ubuntu.com/ubuntu/ wily/main unity-control-center
i386 15.04.0+15.10.20150923-0ubuntu1 [849 kB]
Get:91 http://archive.ubuntu.com/ubuntu/ wily/main xdg-utils all
1.1.0~rc3+git20150907-1ubuntu2 [58.3 kB]
Get:92 http://archive.ubuntu.com/ubuntu/ wily/main xorg i386 1:7.7+7ubuntu4
[3206 B]
Get:93 http://archive.ubuntu.com/ubuntu/ wily/main xserver-xorg i386
1:7.7+7ubuntu4 [67.8 kB]
Get:94 http://archive.ubuntu.com/ubuntu/ wily/main python-twisted-conch all
1:15.2.1-1ubuntu2 [238 kB]
Fetched 31.9 MB in 6min 43s (79.1
kB/s)
Extracting templates from packages: 100%
(Reading database ... 285647 files and directories currently installed.)
Preparing to unpack .../init_1.23ubuntu4_i386.deb ...
Unpacking init (1.23ubuntu4) ...
Setting up init (1.23ubuntu4) ...
(Reading database ... 285649 files and directories currently installed.)
Removing account-plugin-windows-live (0.11+14.04.20140409.1-0ubuntu2) ...
(Reading database ... 285645 files and directories currently installed.)
Preparing to unpack .../zeitgeist-core_0.9.16-0ubuntu3~gcc5.1_i386.deb ...
Unpacking zeitgeist-core (0.9.16-0ubuntu3~gcc5.1) over (0.9.14-0ubuntu4.1)
...
Preparing to unpack .../python-xapian_1.2.21-2.1_i386.deb ...
Unpacking python-xapian (1.2.21-2.1) over (1.2.16-2ubuntu1) ...
Processing triggers for man-db (2.7.4-1) ...
Processing triggers for doc-base (0.10.6) ...
Processing 1 changed doc-base file...
(Reading database ... 285645 files and directories currently installed.)
Removing libxapian22 (1.2.16-2ubuntu1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
Selecting previously unselected package libxapian22v5.
(Reading database ... 285637 files and directories currently installed.)
Preparing to unpack .../libxapian22v5_1.2.21-1.2_i386.deb ...
Unpacking libxapian22v5 (1.2.21-1.2) ...
Selecting previously unselected package python3-cups.
Preparing to unpack .../python3-cups_1.9.73-0ubuntu1_i386.deb ...
Unpacking python3-cups (1.9.73-0ubuntu1) ...
Preparing to unpack
.../system-config-printer-udev_1.5.7+20150819-0ubuntu4_i386.deb ...
Unpacking system-config-printer-udev (1.5.7+20150819-0ubuntu4) over
(1.4.3+20140219-0ubuntu2.6) ...
Preparing to unpack
.../system-config-printer-common_1.5.7+20150819-0ubuntu4_all.deb ...
Unpacking system-config-printer-common (1.5.7+20150819-0ubuntu4) over
(1.4.3+20140219-0ubuntu2.6) ...
Processing triggers for dbus (1.10.0-1ubuntu1) ...
(Reading database ... 285652 files and directories currently installed.)
Removing python-cupshelpers (1.4.3+20140219-0ubuntu2.6) ...
Selecting previously unselected package python3-cupshelpers.
(Reading database ... 285640 files and directories currently installed.)
Preparing to unpack .../python3-cupshelpers_1.5.7+20150819-0ubuntu4_all.deb
...
Unpacking python3-cupshelpers (1.5.7+20150819-0ubuntu4) ...
Selecting previously unselected package python3-smbc.
Preparing to unpack .../python3-smbc_1.0.15.4-0ubuntu1_i386.deb ...
Unpacking python3-smbc (1.0.15.4-0ubuntu1) ...
(Reading database ... 285669 files and directories currently installed.)
Removing xserver-xorg-video-modesetting (0.8.1-1build1) ...
Processing triggers for man-db (2.7.4-1) ...
(Reading database ... 285662 files and directories currently installed.)
Preparing to unpack .../xserver-xorg-video-mach64_6.9.5-1_i386.deb ...
Unpacking xserver-xorg-video-mach64 (6.9.5-1) over (6.9.4-1build1) ...
Preparing to unpack .../xserver-xorg-video-tdfx_1%3a1.4.6-1_i386.deb ...
Unpacking xserver-xorg-video-tdfx (1:1.4.6-1) over (1:1.4.5-1build1) ...
Preparing to unpack
.../xserver-xorg-video-cirrus_1%3a1.5.3-1ubuntu1_i386.deb ...
Unpacking xserver-xorg-video-cirrus (1:1.5.3-1ubuntu1) over
(1:1.5.2-1build1) ...
Preparing to unpack .../xserver-xorg-video-vesa_1%3a2.3.4-0ubuntu1_i386.deb
...
Unpacking xserver-xorg-video-vesa (1:2.3.4-0ubuntu1) over (1:2.3.3-1build1)
...
Preparing to unpack
.../xserver-xorg-video-radeon_1%3a7.5.0+git20150819-0ubuntu1_i386.deb ...
Unpacking xserver-xorg-video-radeon (1:7.5.0+git20150819-0ubuntu1) over
(1:7.3.0-1ubuntu3.1) ...
Preparing to unpack
.../xserver-xorg-video-siliconmotion_1%3a1.7.8-1ubuntu4_i386.deb ...
Unpacking xserver-xorg-video-siliconmotion (1:1.7.8-1ubuntu4) over
(1:1.7.7-2build1) ...
Preparing to unpack .../xserver-xorg-video-trident_1%3a1.3.7-1_i386.deb ...
Unpacking xserver-xorg-video-trident (1:1.3.7-1) over (1:1.3.6-0ubuntu5) ...
Preparing to unpack
.../xserver-xorg-video-vmware_1%3a13.1.0-0ubuntu1build2_i386.deb ...
Unpacking xserver-xorg-video-vmware (1:13.1.0-0ubuntu1build2) over
(1:13.0.2-2ubuntu1) ...
Preparing to unpack .../xserver-xorg-video-neomagic_1%3a1.2.9-1_i386.deb ...
Unpacking xserver-xorg-video-neomagic (1:1.2.9-1) over (1:1.2.8-1build1) ...
Preparing to unpack
.../xserver-xorg-video-openchrome_1%3a0.3.3-1ubuntu1.1_i386.deb ...
Unpacking xserver-xorg-video-openchrome (1:0.3.3-1ubuntu1.1) over
(1:0.3.3-1ubuntu0.1) ...
Preparing to unpack .../xserver-xorg-video-mga_1%3a1.6.4-1_i386.deb ...
Unpacking xserver-xorg-video-mga (1:1.6.4-1) over (1:1.6.3-1build1) ...
Preparing to unpack
.../xserver-xorg-video-savage_1%3a2.3.8-1ubuntu1_i386.deb ...
Unpacking xserver-xorg-video-savage (1:2.3.8-1ubuntu1) over
(1:2.3.7-2ubuntu2) ...
Preparing to unpack .../xserver-xorg-video-fbdev_1%3a0.4.4-1build3_i386.deb
...
Unpacking xserver-xorg-video-fbdev (1:0.4.4-1build3) over (1:0.4.4-1build1)
...
Preparing to unpack
.../xserver-xorg-video-nouveau_1%3a1.0.11-1ubuntu3_i386.deb ...
Unpacking xserver-xorg-video-nouveau (1:1.0.11-1ubuntu3) over
(1:1.0.10-1ubuntu2) ...
Preparing to unpack
.../xserver-xorg-video-s3_1%3a0.6.5-0ubuntu5build1_i386.deb ...
Unpacking xserver-xorg-video-s3 (1:0.6.5-0ubuntu5build1) over
(1:0.6.5-0ubuntu4) ...
Preparing to unpack .../xserver-xorg-video-qxl_0.1.4-3ubuntu1_i386.deb ...
Unpacking xserver-xorg-video-qxl (0.1.4-3ubuntu1) over (0.1.1-0ubuntu3) ...
Preparing to unpack .../xserver-xorg-video-r128_6.10.0-1_i386.deb ...
Unpacking xserver-xorg-video-r128 (6.10.0-1) over (6.9.2-1build1) ...
Processing triggers for man-db (2.7.4-1) ...
(Reading database ... 285661 files and directories currently installed.)
Removing xserver-xorg-video-sis (1:0.10.7-0ubuntu6) ...
Processing triggers for man-db (2.7.4-1) ...
(Reading database ... 285655 files and directories currently installed.)
Preparing to unpack
.../xserver-xorg-video-intel_2%3a2.99.917+git20150808-0ubuntu4_i386.deb ...
Unpacking xserver-xorg-video-intel (2:2.99.917+git20150808-0ubuntu4) over
(2:2.99.910-0ubuntu1.6) ...
Preparing to unpack
.../xserver-xorg-video-sisusb_1%3a0.9.6-2build3_i386.deb ...
Unpacking xserver-xorg-video-sisusb (1:0.9.6-2build3) over
(1:0.9.6-2build1) ...
Preparing to unpack
.../xserver-xorg-video-ati_1%3a7.5.0+git20150819-0ubuntu1_i386.deb ...
Unpacking xserver-xorg-video-ati (1:7.5.0+git20150819-0ubuntu1) over
(1:7.3.0-1ubuntu3.1) ...
Processing triggers for man-db (2.7.4-1) ...
(Reading database ... 285659 files and directories currently installed.)
Removing xserver-xorg-video-glamoregl (0.6.0-0ubuntu4) ...
(Reading database ... 285656 files and directories currently installed.)
Preparing to unpack
.../xserver-xorg-input-wacom_1%3a0.30.0-0ubuntu3_i386.deb ...
Unpacking xserver-xorg-input-wacom (1:0.30.0-0ubuntu3) over
(1:0.23.0-0ubuntu2) ...
Preparing to unpack
.../xserver-xorg-input-vmmouse_1%3a13.1.0-0ubuntu1_i386.deb ...
Unpacking xserver-xorg-input-vmmouse (1:13.1.0-0ubuntu1) over
(1:13.0.0-1build1) ...
Preparing to unpack
.../xserver-xorg-input-evdev_1%3a2.9.2-1ubuntu1_i386.deb ...
Unpacking xserver-xorg-input-evdev (1:2.9.2-1ubuntu1) over
(1:2.8.2-1ubuntu2) ...
Preparing to unpack .../xserver-xorg-input-mouse_1%3a1.9.1-1_i386.deb ...
Unpacking xserver-xorg-input-mouse (1:1.9.1-1) over (1:1.9.0-1build1) ...
Preparing to unpack .../xserver-xorg-core_2%3a1.17.2-1ubuntu9.1_i386.deb ...
Unpacking xserver-xorg-core (2:1.17.2-1ubuntu9.1) over
(2:1.15.1-0ubuntu2.7) ...
Preparing to unpack
.../xserver-xorg-input-synaptics_1.8.2-1ubuntu1_i386.deb ...
Unpacking xserver-xorg-input-synaptics (1.8.2-1ubuntu1) over
(1.7.4-0ubuntu1) ...
Preparing to unpack .../cinnamon-l10n_2.6.3-1_all.deb ...
Unpacking cinnamon-l10n (2.6.3-1) ...
dpkg: error processing archive
/var/cache/apt/archives/cinnamon-l10n_2.6.3-1_all.deb (--unpack):
 trying to overwrite '/usr/share/locale/is/LC_MESSAGES/nemo.mo', which is
also in package nemo-data 1.8.4-1.1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to unpack
.../libaccount-plugin-generic-oauth_0.12+15.10.20150723-0ubuntu1_i386.deb
...
Unpacking libaccount-plugin-generic-oauth (0.12+15.10.20150723-0ubuntu1)
over (0.11+14.04.20140409.1-0ubuntu2) ...
Preparing to unpack .../libtimezonemap1_0.4.4_i386.deb ...
Unpacking libtimezonemap1:i386 (0.4.4) over (0.4.1) ...
Preparing to unpack .../libtimezonemap-data_0.4.4_all.deb ...
Unpacking libtimezonemap-data (0.4.4) ...
Preparing to unpack .../libtotem-plparser18_3.10.5-1_i386.deb ...
Unpacking libtotem-plparser18:i386 (3.10.5-1) over (3.10.2-0ubuntu1) ...
Selecting previously unselected package libtotem-plparser-common.
Preparing to unpack .../libtotem-plparser-common_3.10.5-1_all.deb ...
Unpacking libtotem-plparser-common (3.10.5-1) ...
Preparing to unpack .../libwacom2_0.15-1_i386.deb ...
Unpacking libwacom2:i386 (0.15-1) over (0.8-1) ...
Preparing to unpack .../libwacom-common_0.15-1_all.deb ...
Unpacking libwacom-common (0.15-1) over (0.8-1) ...
Selecting previously unselected package libwacom-bin.
Preparing to unpack .../libwacom-bin_0.15-1_i386.deb ...
Unpacking libwacom-bin (0.15-1) ...
Selecting previously unselected package libx11-protocol-perl.
Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ...
Unpacking libx11-protocol-perl (0.56-7) ...
Preparing to unpack .../archives/nemo_2.6.7-1_i386.deb ...
Unpacking nemo (2.6.7-1) over (1.8.4-1.1) ...
Preparing to unpack .../nemo-data_2.6.7-1_all.deb ...
Unpacking nemo-data (2.6.7-1) over (1.8.4-1.1) ...
Selecting previously unselected package python-blinker.
Preparing to unpack .../python-blinker_1.3.dfsg2-1build1_all.deb ...
Unpacking python-blinker (1.3.dfsg2-1build1) ...
Selecting previously unselected package python-bs4.
Preparing to unpack .../python-bs4_4.3.2-2ubuntu4_all.deb ...
Unpacking python-bs4 (4.3.2-2ubuntu4) ...
Selecting previously unselected package python-cffi-backend.
Preparing to unpack .../python-cffi-backend_1.1.2-1ubuntu2_i386.deb ...
Unpacking python-cffi-backend (1.1.2-1ubuntu2) ...
Selecting previously unselected package python-ply.
Preparing to unpack .../python-ply_3.7-1_all.deb ...
Unpacking python-ply (3.7-1) ...
Selecting previously unselected package python-pycparser.
Preparing to unpack .../python-pycparser_2.14+dfsg-2build1_all.deb ...
Unpacking python-pycparser (2.14+dfsg-2build1) ...
Selecting previously unselected package python-cffi.
Preparing to unpack .../python-cffi_1.1.2-1ubuntu2_all.deb ...
Unpacking python-cffi (1.1.2-1ubuntu2) ...
Selecting previously unselected package python-characteristic.
Preparing to unpack .../python-characteristic_14.3.0-1_all.deb ...
Unpacking python-characteristic (14.3.0-1) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../python-enum34_1.0.4-2_all.deb ...
Unpacking python-enum34 (1.0.4-2) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../python-idna_2.0-3_all.deb ...
Unpacking python-idna (2.0-3) ...
Selecting previously unselected package python-ipaddress.
Preparing to unpack .../python-ipaddress_1.0.14-2_all.deb ...
Unpacking python-ipaddress (1.0.14-2) ...
Selecting previously unselected package python-cryptography.
Preparing to unpack .../python-cryptography_1.0.1-1ubuntu1_i386.deb ...
Unpacking python-cryptography (1.0.1-1ubuntu1) ...
Selecting previously unselected package python-html5lib.
Preparing to unpack .../python-html5lib_0.999-3build1_all.deb ...
Unpacking python-html5lib (0.999-3build1) ...
Selecting previously unselected package python-jwt.
Preparing to unpack .../python-jwt_1.0.0-0ubuntu1_all.deb ...
Unpacking python-jwt (1.0.0-0ubuntu1) ...
Preparing to unpack .../python-lxml_3.4.4-1_i386.deb ...
Unpacking python-lxml (3.4.4-1) over (3.3.3-1ubuntu0.1) ...
Preparing to unpack .../python-oauthlib_1.0.0-1_all.deb ...
Unpacking python-oauthlib (1.0.0-1) over (0.6.1-1) ...
Preparing to unpack .../python-openssl_0.15.1-2build1_all.deb ...
Unpacking python-openssl (0.15.1-2build1) over (0.13-2ubuntu6) ...
Selecting previously unselected package python-pyasn1-modules.
Preparing to unpack .../python-pyasn1-modules_0.0.7-0.1_all.deb ...
Unpacking python-pyasn1-modules (0.0.7-0.1) ...
Selecting previously unselected package python-service-identity.
Preparing to unpack .../python-service-identity_14.0.0-1_all.deb ...
Unpacking python-service-identity (14.0.0-1) ...
Preparing to unpack .../python-twisted-core_15.2.1-1ubuntu2_all.deb ...
Unpacking python-twisted-core (15.2.1-1ubuntu2) over (13.2.0-1ubuntu1) ...
Preparing to unpack .../python-twisted-web_15.2.1-1ubuntu2_all.deb ...
Unpacking python-twisted-web (15.2.1-1ubuntu2) over (13.2.0-1ubuntu1) ...
Selecting previously unselected package python3-blinker.
Preparing to unpack .../python3-blinker_1.3.dfsg2-1build1_all.deb ...
Unpacking python3-blinker (1.3.dfsg2-1build1) ...
Selecting previously unselected package python3-bs4.
Preparing to unpack .../python3-bs4_4.3.2-2ubuntu4_all.deb ...
Unpacking python3-bs4 (4.3.2-2ubuntu4) ...
Selecting previously unselected package python3-cffi-backend.
Preparing to unpack .../python3-cffi-backend_1.1.2-1ubuntu2_i386.deb ...
Unpacking python3-cffi-backend (1.1.2-1ubuntu2) ...
Selecting previously unselected package python3-ply.
Preparing to unpack .../python3-ply_3.7-1_all.deb ...
Unpacking python3-ply (3.7-1) ...
Selecting previously unselected package python3-pycparser.
Preparing to unpack .../python3-pycparser_2.14+dfsg-2build1_all.deb ...
Unpacking python3-pycparser (2.14+dfsg-2build1) ...
Selecting previously unselected package python3-cffi.
Preparing to unpack .../python3-cffi_1.1.2-1ubuntu2_all.deb ...
Unpacking python3-cffi (1.1.2-1ubuntu2) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../python3-idna_2.0-3_all.deb ...
Unpacking python3-idna (2.0-3) ...
Selecting previously unselected package python3-pyasn1.
Preparing to unpack .../python3-pyasn1_0.1.8-2_all.deb ...
Unpacking python3-pyasn1 (0.1.8-2) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../python3-cryptography_1.0.1-1ubuntu1_i386.deb ...
Unpacking python3-cryptography (1.0.1-1ubuntu1) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../python3-html5lib_0.999-3build1_all.deb ...
Unpacking python3-html5lib (0.999-3build1) ...
Selecting previously unselected package python3-jwt.
Preparing to unpack .../python3-jwt_1.0.0-0ubuntu1_all.deb ...
Unpacking python3-jwt (1.0.0-0ubuntu1) ...
Preparing to unpack .../python3-lxml_3.4.4-1_i386.deb ...
Unpacking python3-lxml (3.4.4-1) over (3.3.3-1ubuntu0.1) ...
Preparing to unpack .../python3-oauthlib_1.0.0-1_all.deb ...
Unpacking python3-oauthlib (1.0.0-1) over (0.6.1-1) ...
Preparing to unpack
.../qtdeclarative5-qtfeedback-plugin_5.0~git20130529-0ubuntu11_i386.deb ...
Unpacking qtdeclarative5-qtfeedback-plugin:i386 (5.0~git20130529-0ubuntu11)
over (5.0~git20130529-0ubuntu3) ...
Selecting previously unselected package qml-module-qtfeedback:i386.
Preparing to unpack
.../qml-module-qtfeedback_5.0~git20130529-0ubuntu11_i386.deb ...
Unpacking qml-module-qtfeedback:i386 (5.0~git20130529-0ubuntu11) ...
Preparing to unpack
.../qtdeclarative5-accounts-plugin_0.5+15.04.20150415.1-0ubuntu2~gcc5.1_i386.deb
...
Unpacking qtdeclarative5-accounts-plugin:i386
(0.5+15.04.20150415.1-0ubuntu2~gcc5.1) over (0.4+14.04.20140317-0ubuntu1)
...
Selecting previously unselected package
qml-module-ubuntu-onlineaccounts:i386.
Preparing to unpack
.../qml-module-ubuntu-onlineaccounts_0.5+15.04.20150415.1-0ubuntu2~gcc5.1_i386.deb
...
Unpacking qml-module-ubuntu-onlineaccounts:i386
(0.5+15.04.20150415.1-0ubuntu2~gcc5.1) ...
Selecting previously unselected package
qtdeclarative5-ubuntu-web-plugin:i386.
Preparing to unpack
.../qtdeclarative5-ubuntu-web-plugin_0.23+15.10.20150929-0ubuntu1_i386.deb
...
Unpacking qtdeclarative5-ubuntu-web-plugin:i386
(0.23+15.10.20150929-0ubuntu1) ...
Preparing to unpack
.../qtdeclarative5-ubuntu-ui-extras-browser-plugin_0.23+15.10.20150929-0ubuntu1_i386.deb
...
Unpacking qtdeclarative5-ubuntu-ui-extras-browser-plugin:i386
(0.23+15.10.20150929-0ubuntu1) over (0.23+14.04.20140428-0ubuntu1) ...
Selecting previously unselected package ubuntu-wallpapers-wily.
Preparing to unpack .../ubuntu-wallpapers-wily_15.10.3-0ubuntu1_all.deb ...
Unpacking ubuntu-wallpapers-wily (15.10.3-0ubuntu1) ...
Preparing to unpack .../ubuntu-wallpapers_15.10.3-0ubuntu1_all.deb ...
Unpacking ubuntu-wallpapers (15.10.3-0ubuntu1) over (14.04.0.1-0ubuntu1) ...
Preparing to unpack
.../unity-control-center_15.04.0+15.10.20150923-0ubuntu1_i386.deb ...
Unpacking unity-control-center (15.04.0+15.10.20150923-0ubuntu1) over
(14.04.3+14.04.20150916-0ubuntu1) ...
Preparing to unpack .../xdg-utils_1.1.0~rc3+git20150907-1ubuntu2_all.deb ...
Unpacking xdg-utils (1.1.0~rc3+git20150907-1ubuntu2) over
(1.1.0~rc1-2ubuntu7.1) ...
Preparing to unpack .../xorg_1%3a7.7+7ubuntu4_i386.deb ...
Unpacking xorg (1:7.7+7ubuntu4) over (1:7.7+1ubuntu8.1) ...
Preparing to unpack .../xserver-xorg_1%3a7.7+7ubuntu4_i386.deb ...
Unpacking xserver-xorg (1:7.7+7ubuntu4) over (1:7.7+1ubuntu8.1) ...
Preparing to unpack .../python-twisted-conch_1%3a15.2.1-1ubuntu2_all.deb ...
Unpacking python-twisted-conch (1:15.2.1-1ubuntu2) over (1:13.2.0-1ubuntu1)
...
Processing triggers for man-db (2.7.4-1) ...
Processing triggers for mime-support (3.58ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu3) ...
Processing triggers for bamfdaemon (0.5.2~bzr0+15.10.20150627.1-0ubuntu1)
...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for libglib2.0-0:i386 (2.46.2-1ubuntu2) ...
Processing triggers for shared-mime-info (1.3-1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for gconf2 (3.2.6-3ubuntu5) ...
Errors were encountered while processing:
 /var/cache/apt/archives/cinnamon-l10n_2.6.3-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

On Thu, Aug 4, 2016 at 5:22 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #313037 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Is recovery mode working?
>
> If not, then please boot in a live system and enter the chroot
> environment as before, and provide the full output of the commands
>
> sudo apt-get update
> sudo apt-get dist-upgrade
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> You received this question notification because you asked the question.
>

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

Please repeat

sudo apt-get dist-upgrade

and copy/paste the output

Revision history for this message
Dip (ratnadip983) said :
#103

Here the output:

root@ubuntu:/# sudo apt-get dist-upgrade
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed
and are no longer required:
  g++-4.8 libmagickcore5 libmagickcore5-extra libmagickwand5
  libpanel-applet-4-0
Use 'apt-get autoremove' to remove them.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

On Thu, Aug 4, 2016 at 6:17 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #313037 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Please repeat
>
> sudo apt-get dist-upgrade
>
> and copy/paste the output
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> You received this question notification because you asked the question.
>

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

Ok. This looks good. Finally all packages have been upgraded to the version for Ubuntu 15.10

If you re-try booting normally, what happens?

Revision history for this message
Dip (ratnadip983) said :
#105

Nothing different. Same as before.

On Fri, Aug 5, 2016 at 12:57 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #313037 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Ok. This looks good. Finally all packages have been upgraded to the
> version for Ubuntu 15.10
>
> If you re-try booting normally, what happens?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> You received this question notification because you asked the question.
>

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

Can you please upload the xorg log file to http://pastebin.ubuntu.com

(file /var/log/Xorg.0.log from inside respectively /mnt/val/log/Xorg.0.log from outside the chroot environment).

Revision history for this message
Dip (ratnadip983) said :
#107

Sorry, I don't want to do anything with this broken system. I am going to
make a fresh installation of latest version.

Thank you very much for your help for so long time. The problem was
partially solved but, I think there will be so many complexity if I can
boot successfully.

Thank you again.

On Fri, Aug 5, 2016 at 12:27 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #313037 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Can you please upload the xorg log file to http://pastebin.ubuntu.com
>
> (file /var/log/Xorg.0.log from inside respectively
> /mnt/val/log/Xorg.0.log from outside the chroot environment).
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/313037
>
> You received this question notification because you asked the question.
>

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

Ok, probably the better solution.

Revision history for this message
Launchpad Janitor (janitor) said :
#109

This question was expired because it remained in the 'Open' state without activity for the last 15 days.