PackageManagerTrouble

Asked by Pinkesh

pinkesh_patel@MC:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    with apt.Cache() as cache:
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 107, in __init__
    self.open(progress)
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 151, in open
    self._cache = apt_pkg.Cache(progress)
SystemError: E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en, E:The package lists or status file could not be parsed or opened.
pinkesh_patel@MC:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
pinkesh_patel@MC:~$ dpkg --print-foreign-architectures
pinkesh_patel@MC:~$ sudo grep -R proxy /etc/apt/*
[sudo] password for pinkesh_patel:
/etc/apt/apt.conf:Acquire::http::proxy "http://10.10.10.10:3128/";
/etc/apt/apt.conf:Acquire::https::proxy "https://10.10.10.10:3128/";
/etc/apt/apt.conf:Acquire::ftp::proxy "ftp://10.10.10.10:3128/";
/etc/apt/apt.conf:Acquire::socks::proxy "socks://10.10.10.10:3128/";
pinkesh_patel@MC:~$ grep proxy /etc/environment
http_proxy="http://10.10.10.10:3128/"
https_proxy="https://10.10.10.10:3128/"
ftp_proxy="ftp://10.10.10.10:3128/"
socks_proxy="socks://10.10.10.10:3128/"
pinkesh_patel@MC:~$ echo $http_proxy
http://10.10.10.10:3128/
pinkesh_patel@MC:~$ echo $ftp_proxy
ftp://10.10.10.10:3128/
pinkesh_patel@MC:~$ grep proxy /etc/bash.bashrc
pinkesh_patel@MC:~$ grep proxy ~/.bashrc
pinkesh_patel@MC:~$ cat /etc/apt/apt.conf
Acquire::http::proxy "http://10.10.10.10:3128/";
Acquire::https::proxy "https://10.10.10.10:3128/";
Acquire::ftp::proxy "ftp://10.10.10.10:3128/";
Acquire::socks::proxy "socks://10.10.10.10:3128/";
pinkesh_patel@MC:~$ sudo fuser -vvv /var/lib/dpkg/lock
pinkesh_patel@MC:~$ sudo fuser -vvv /var/cache/apt/archives/lock
pinkesh_patel@MC:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
pinkesh_patel@MC:~$ uname -a
Linux MC 3.13.0-77-generic #121-Ubuntu SMP Wed Jan 20 10:50:59 UTC 2016 i686 i686 i686 GNU/Linux
pinkesh_patel@MC:~$ sudo rm /var/lib/apt/lists/lock
pinkesh_patel@MC:~$ sudo rm /var/cache/apt/archives/lock
pinkesh_patel@MC:~$ sudo rm /var/lib/dpkg/lock
pinkesh_patel@MC:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
pinkesh_patel@MC:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
pinkesh_patel@MC:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
cp: cannot stat ‘/var/lib/dpkg/status-old’: No such file or directory
pinkesh_patel@MC:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
pinkesh_patel@MC:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
pinkesh_patel@MC:~$ sudo rm -rf /var/lib/dpkg/updates/*
pinkesh_patel@MC:~$ sudo rm -rf /var/lib/apt/lists
pinkesh_patel@MC:~$ sudo rm /var/cache/apt/*.bin
pinkesh_patel@MC:~$ sudo mkdir /var/lib/apt/lists
pinkesh_patel@MC:~$ sudo mkdir /var/lib/apt/lists/partial
pinkesh_patel@MC:~$ LANG=C;sudo apt-get clean
pinkesh_patel@MC:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
pinkesh_patel@MC:~$ sudo dpkg --configure -a
pinkesh_patel@MC:~$ sudo dpkg --clear-avail
pinkesh_patel@MC:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pinkesh_patel@MC:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pinkesh_patel@MC:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pinkesh_patel@MC:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://archive.canonical.com precise InRelease
Get:2 http://extras.ubuntu.com trusty InRelease
Get:3 http://archive.ubuntu.com trusty InRelease
100% [1 InRelease gpgv 4,151 B] [Waiting for headers]Splitting up /var/lib/apt/lists/partial/archive.canonical.com_ubuntu_dists_precise_InRelease into data and Ign http://archive.canonical.com precise InRelease
E: GPG error: http://archive.canonical.com precise InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
pinkesh_patel@MC:~$ ./crclient -u mc.pap
Password:
save password(y/n)? n
pinkesh_patel@MC:~$
./crclient:user 'mc.pap' successfully logged in to server '10.10.10.10'

pinkesh_patel@MC:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Ign http://archive.canonical.com precise InRelease
Ign http://extras.ubuntu.com trusty InRelease
Get:1 http://extras.ubuntu.com trusty Release.gpg [72 B]
Ign http://archive.ubuntu.com trusty InRelease
Get:2 http://archive.canonical.com precise Release.gpg [198 B]
Get:3 http://extras.ubuntu.com trusty Release [11.9 kB]
Get:4 http://archive.canonical.com precise Release [8,180 B]
Get:5 http://archive.canonical.com precise/partner Sources [5,756 B]
Get:6 http://extras.ubuntu.com trusty/main Sources [14 B]
Get:7 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:8 http://extras.ubuntu.com trusty/main i386 Packages [14 B]
Get:9 http://archive.canonical.com precise/partner i386 Packages [7,876 B]
Get:10 http://archive.canonical.com precise/partner Translation-en [4,440 B]
Ign http://extras.ubuntu.com trusty/main Translation-en
Get:11 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Get:12 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:13 http://archive.ubuntu.com trusty-updates/main Sources [258 kB]
Get:14 http://archive.ubuntu.com trusty-updates/restricted Sources [5,342 B]
Get:15 http://archive.ubuntu.com trusty-updates/universe Sources [150 kB]
Get:16 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
Get:17 http://archive.ubuntu.com trusty-updates/main i386 Packages [682 kB]
Get:18 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
Get:19 http://archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
Get:20 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
Get:21 http://archive.ubuntu.com trusty-updates/main Translation-en [355 kB]
Get:22 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [6,947 B]
Get:23 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
Get:24 http://archive.ubuntu.com trusty-updates/universe Translation-en [180 kB]
Get:25 http://archive.ubuntu.com trusty-security/main Sources [103 kB]
Get:26 http://archive.ubuntu.com trusty-security/restricted Sources [4,035 B]
Get:27 http://archive.ubuntu.com trusty-security/universe Sources [33.0 kB]
Get:28 http://archive.ubuntu.com trusty-security/multiverse Sources [2,767 B]
Get:29 http://archive.ubuntu.com trusty-security/main i386 Packages [389 kB]
Get:30 http://archive.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
Get:31 http://archive.ubuntu.com trusty-security/universe i386 Packages [123 kB]
Get:32 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
Get:33 http://archive.ubuntu.com trusty-security/main Translation-en [228 kB]
Get:34 http://archive.ubuntu.com trusty-security/multiverse Translation-en [2,570 B]
Get:35 http://archive.ubuntu.com trusty-security/restricted Translation-en [3,206 B]
Get:36 http://archive.ubuntu.com trusty-security/universe Translation-en [72.1 kB]
Get:37 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:38 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
Get:39 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]
Get:40 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
Get:41 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Get:42 http://archive.ubuntu.com trusty/main i386 Packages [1,348 kB]
Get:43 http://archive.ubuntu.com trusty/restricted i386 Packages [13.4 kB]
Get:44 http://archive.ubuntu.com trusty/universe i386 Packages [5,866 kB]
Get:45 http://archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Get:46 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:47 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:48 http://archive.ubuntu.com trusty/restricted Translation-en [3,457 B]
Get:49 http://archive.ubuntu.com trusty/universe Translation-en [4,089 kB]
Fetched 23.2 MB in 5min 46s (66.9 kB/s)
Reading package lists... Done
pinkesh_patel@MC:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Ign http://archive.canonical.com precise InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty InRelease
Hit http://archive.canonical.com precise Release.gpg
Hit http://extras.ubuntu.com trusty Release.gpg
Hit http://archive.canonical.com precise Release
Hit http://extras.ubuntu.com trusty Release
Hit http://archive.canonical.com precise/partner Sources
Hit http://extras.ubuntu.com trusty/main Sources
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://archive.canonical.com precise/partner i386 Packages
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://archive.canonical.com precise/partner Translation-en
Hit http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Ign http://extras.ubuntu.com trusty/main Translation-en
Get:2 http://archive.ubuntu.com trusty-updates/main Sources [258 kB]
Get:3 http://archive.ubuntu.com trusty-updates/restricted Sources [5,342 B]
Get:4 http://archive.ubuntu.com trusty-updates/universe Sources [150 kB]
Get:5 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
Get:6 http://archive.ubuntu.com trusty-updates/main i386 Packages [682 kB]
Get:7 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
Get:8 http://archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
Get:9 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://archive.ubuntu.com trusty-security/main Sources
Hit http://archive.ubuntu.com trusty-security/restricted Sources
Hit http://archive.ubuntu.com trusty-security/universe Sources
Hit http://archive.ubuntu.com trusty-security/multiverse Sources
Hit http://archive.ubuntu.com trusty-security/main i386 Packages
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-security/universe i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Fetched 1,534 kB in 40s (37.5 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  adduser apt apt-utils base-files base-passwd bash bash-completion
  bsdmainutils bsdutils busybox-initramfs coreutils cpio dash dbus debconf
  debconf-i18n debianutils diffutils dpkg e2fslibs e2fsprogs findutils
  gcc-4.8-base gcc-4.9-base gnupg gpgv grep gzip hostname ifupdown
  initramfs-tools initramfs-tools-bin initscripts insserv iproute2
  isc-dhcp-client isc-dhcp-common klibc-utils kmod libacl1 libapparmor1
  libapt-inst1.5 libapt-pkg4.12 libatm1 libattr1 libaudit-common libaudit1
  libblkid1 libbz2-1.0 libc-bin libc6 libcap2 libcgmanager0 libcomerr2
  libdb5.3 libdbus-1-3 libdebconfclient0 libdrm2 libexpat1 libffi6 libgcc1
  libglib2.0-0 libglib2.0-data libgpm2 libjson-c2 libjson0 libklibc libkmod2
  liblocale-gettext-perl liblzma5 libmount1 libncurses5 libncursesw5
  libnih-dbus1 libnih1 libpam-modules libpam-modules-bin libpam-runtime
  libpam-systemd libpam0g libpcre3 libplymouth2 libpng12-0 libprocps3
  libreadline6 libselinux1 libsemanage-common libsemanage1 libsepol1 libslang2
  libss2 libstdc++6 libsystemd-daemon0 libsystemd-login0
  libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo5
  libudev1 libusb-0.1-4 libustr-1.0-1 libuuid1 libxml2 libxtables10 login
  lsb-base makedev mawk module-init-tools mount mountall multiarch-support
  ncurses-base ncurses-bin netbase passwd perl-base plymouth
  plymouth-theme-ubuntu-text procps psmisc readline-common sed sensible-utils
  sgml-base shared-mime-info systemd-services systemd-shim sysv-rc
  sysvinit-utils tar tzdata ubuntu-keyring udev upstart util-linux
  uuid-runtime xml-core zlib1g
0 upgraded, 139 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.2 MB of archives.
After this operation, 107 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.9-base i386 4.9.3-0ubuntu4 [15.1 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main multiarch-support i386 2.19-0ubuntu6.6 [4,486 B]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc1 i386 1:4.9.3-0ubuntu4 [48.0 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6 i386 2.19-0ubuntu6.6 [3,994 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main mawk i386 1.3.3-17ubuntu2 [75.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main base-files i386 7.2ubuntu5.3 [60.9 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main sensible-utils all 0.0.9 [10.5 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main debianutils i386 4.4 [88.2 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libbz2-1.0 i386 1.0.6-5 [33.9 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main liblzma5 i386 5.1.1alpha+20120614-2ubuntu2 [84.2 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpcre3 i386 1:8.31-2ubuntu2.1 [140 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libselinux1 i386 2.2.2-1ubuntu0.1 [57.5 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main zlib1g i386 1:1.2.8.dfsg-1ubuntu1 [57.5 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libattr1 i386 1:2.4.47-1ubuntu1 [9,414 B]
Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main libacl1 i386 2.2.52-1 [18.1 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main tar i386 1.27.1-1 [194 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg i386 1.17.5ubuntu5.5 [1,936 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main dash i386 0.5.7-4ubuntu1 [83.0 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ trusty/main libtinfo5 i386 5.9+20140118-1ubuntu1 [70.8 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bash i386 4.3-7ubuntu1.5 [549 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main coreutils i386 8.21-1ubuntu5.3 [1,085 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main diffutils i386 1:3.3-1 [202 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main e2fslibs i386 1.42.9-3ubuntu1.3 [192 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main libaudit-common all 1:2.3.2-2ubuntu1 [5,372 B]
Get:25 http://archive.ubuntu.com/ubuntu/ trusty/main libaudit1 i386 1:2.3.2-2ubuntu1 [35.4 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ trusty/main perl-base i386 5.18.2-2ubuntu1 [1,133 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main debconf all 1.5.51ubuntu2 [136 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ trusty/main libpam0g i386 1.1.8-1ubuntu2 [55.1 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ trusty/main libsemanage-common all 2.2-1 [6,488 B]
Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsepol1 i386 2.2-1ubuntu0.1 [99.6 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ trusty/main libustr-1.0-1 i386 1.0.4-3ubuntu2 [60.7 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ trusty/main libsemanage1 i386 2.2-1 [84.2 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ trusty/main libdb5.3 i386 5.3.28-3ubuntu3 [651 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ trusty/main libpam-modules-bin i386 1.1.8-1ubuntu2 [30.8 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main libpam-modules i386 1.1.8-1ubuntu2 [232 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main passwd i386 1:4.1.5.1-1ubuntu9.2 [746 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libuuid1 i386 2.20.1-5.1ubuntu20.7 [11.4 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libblkid1 i386 2.20.1-5.1ubuntu20.7 [67.4 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcomerr2 i386 1.42.9-3ubuntu1.3 [62.8 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libss2 i386 1.42.9-3ubuntu1.3 [66.8 kB]
Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main lsb-base all 4.1+Debian11ubuntu6 [12.5 kB]
Get:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata all 2015g-0ubuntu0.14.04 [164 kB]
Get:43 http://archive.ubuntu.com/ubuntu/ trusty/main insserv i386 1.14.0-5ubuntu2 [42.7 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sysv-rc all 2.88dsf-41ubuntu6.2 [36.4 kB]
Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sysvinit-utils i386 2.88dsf-41ubuntu6.2 [51.2 kB]
Get:46 http://archive.ubuntu.com/ubuntu/ trusty/main libncurses5 i386 5.9+20140118-1ubuntu1 [93.8 kB]
Get:47 http://archive.ubuntu.com/ubuntu/ trusty/main libslang2 i386 2.2.4-15ubuntu1 [460 kB]
Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main util-linux i386 2.20.1-5.1ubuntu20.7 [452 kB]
Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main e2fsprogs i386 1.42.9-3ubuntu1.3 [670 kB]
Get:50 http://archive.ubuntu.com/ubuntu/ trusty/main findutils i386 4.4.2-7 [237 kB]
Get:51 http://archive.ubuntu.com/ubuntu/ trusty/main grep i386 2.16-1 [157 kB]
Get:52 http://archive.ubuntu.com/ubuntu/ trusty/main gzip i386 1.6-3ubuntu1 [83.8 kB]
Get:53 http://archive.ubuntu.com/ubuntu/ trusty/main hostname i386 3.15ubuntu1 [11.2 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ trusty/main libpam-runtime all 1.1.8-1ubuntu2 [37.7 kB]
Get:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/main login i386 1:4.1.5.1-1ubuntu9.2 [300 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmount1 i386 2.20.1-5.1ubuntu20.7 [59.7 kB]
Get:57 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mount i386 2.20.1-5.1ubuntu20.7 [112 kB]
Get:58 http://archive.ubuntu.com/ubuntu/ trusty/main ncurses-bin i386 5.9+20140118-1ubuntu1 [135 kB]
Get:59 http://archive.ubuntu.com/ubuntu/ trusty/main sed i386 4.2.2-4ubuntu1 [137 kB]
Get:60 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8-base i386 4.8.4-2ubuntu1~14.04.1 [16.0 kB]
Get:61 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++6 i386 4.8.4-2ubuntu1~14.04.1 [269 kB]
Get:62 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-pkg4.12 i386 1.0.1ubuntu2.11 [633 kB]
Get:63 http://archive.ubuntu.com/ubuntu/ trusty/main ubuntu-keyring all 2012.05.19 [16.7 kB]
Get:64 http://archive.ubuntu.com/ubuntu/ trusty/main readline-common all 6.3-4ubuntu2 [51.2 kB]
Get:65 http://archive.ubuntu.com/ubuntu/ trusty/main libreadline6 i386 6.3-4ubuntu2 [111 kB]
Get:66 http://archive.ubuntu.com/ubuntu/ trusty/main libusb-0.1-4 i386 2:0.1.12-23.3ubuntu1 [15.2 kB]
Get:67 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gpgv i386 1.4.16-1ubuntu2.3 [153 kB]
Get:68 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gnupg i386 1.4.16-1ubuntu2.3 [594 kB]
Get:69 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt i386 1.0.1ubuntu2.11 [954 kB]
Get:70 http://archive.ubuntu.com/ubuntu/ trusty/main libdebconfclient0 i386 0.187ubuntu1 [6,594 B]
Get:71 http://archive.ubuntu.com/ubuntu/ trusty/main base-passwd i386 3.5.33 [47.7 kB]
Get:72 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bsdutils i386 1:2.20.1-5.1ubuntu20.7 [34.0 kB]
Get:73 http://archive.ubuntu.com/ubuntu/ trusty/main libcap2 i386 1:2.24-0ubuntu2 [10.8 kB]
Get:74 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-bin i386 2.19-0ubuntu6.6 [1,108 kB]
Get:75 http://archive.ubuntu.com/ubuntu/ trusty/main ncurses-base all 5.9+20140118-1ubuntu1 [16.6 kB]
Get:76 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-inst1.5 i386 1.0.1ubuntu2.11 [58.4 kB]
Get:77 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1 i386 2.1.0-4ubuntu1.1 [71.2 kB]
Get:78 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libffi6 i386 3.1~rc1+r3.0.13-12ubuntu0.1 [14.5 kB]
Get:79 http://archive.ubuntu.com/ubuntu/ trusty/main liblocale-gettext-perl i386 1.05-7build3 [19.1 kB]
Get:80 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdbus-1-3 i386 1.6.18-0ubuntu4.3 [132 kB]
Get:81 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm2 i386 2.4.64-1~ubuntu14.04.1 [26.0 kB]
Get:82 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjson-c2 i386 0.11-3ubuntu1.2 [22.5 kB]
Get:83 http://archive.ubuntu.com/ubuntu/ trusty/main libkmod2 i386 15-0ubuntu6 [40.5 kB]
Get:84 http://archive.ubuntu.com/ubuntu/ trusty/main libncursesw5 i386 5.9+20140118-1ubuntu1 [122 kB]
Get:85 http://archive.ubuntu.com/ubuntu/ trusty/main libnih1 i386 1.0.3-4ubuntu25 [46.3 kB]
Get:86 http://archive.ubuntu.com/ubuntu/ trusty/main libnih-dbus1 i386 1.0.3-4ubuntu25 [13.6 kB]
Get:87 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpng12-0 i386 1.2.50-1ubuntu2.14.04.2 [119 kB]
Get:88 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libplymouth2 i386 0.8.8-0ubuntu17.1 [76.3 kB]
Get:89 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libprocps3 i386 1:3.3.9-1ubuntu2.2 [29.9 kB]
Get:90 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcgmanager0 i386 0.24-0ubuntu7.5 [25.2 kB]
Get:91 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 i386 204-5ubuntu20.18 [34.4 kB]
Get:92 http://archive.ubuntu.com/ubuntu/ trusty/main kmod i386 15-0ubuntu6 [86.0 kB]
Get:93 http://archive.ubuntu.com/ubuntu/ trusty/main module-init-tools all 15-0ubuntu6 [1,938 B]
Get:94 http://archive.ubuntu.com/ubuntu/ trusty/main makedev all 2.3.1-93ubuntu1 [26.7 kB]
Get:95 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initscripts i386 2.88dsf-41ubuntu6.2 [27.6 kB]
Get:96 http://archive.ubuntu.com/ubuntu/ trusty-updates/main procps i386 1:3.3.9-1ubuntu2.2 [202 kB]
Get:97 http://archive.ubuntu.com/ubuntu/ trusty-updates/main udev i386 204-5ubuntu20.18 [737 kB]
Get:98 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initramfs-tools-bin i386 0.103ubuntu4.2 [8,894 B]
Get:99 http://archive.ubuntu.com/ubuntu/ trusty/main libklibc i386 2.0.3-0ubuntu1 [41.2 kB]
Get:100 http://archive.ubuntu.com/ubuntu/ trusty/main klibc-utils i386 2.0.3-0ubuntu1 [104 kB]
Get:101 http://archive.ubuntu.com/ubuntu/ trusty/main busybox-initramfs i386 1:1.21.0-1ubuntu1 [172 kB]
Get:102 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpio i386 2.11+dfsg-1ubuntu1.1 [73.0 kB]
Get:103 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initramfs-tools all 0.103ubuntu4.2 [44.3 kB]
Get:104 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iproute2 i386 3.12.0-2ubuntu1 [396 kB]
Get:105 http://archive.ubuntu.com/ubuntu/ trusty/main adduser all 3.113+nmu3ubuntu3 [169 kB]
Get:106 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ifupdown i386 0.7.47.2ubuntu4.3 [52.2 kB]
Get:107 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjson0 i386 0.11-3ubuntu1.2 [1,078 B]
Get:108 http://archive.ubuntu.com/ubuntu/ trusty-updates/main upstart i386 1.12.1-0ubuntu4.2 [367 kB]
Get:109 http://archive.ubuntu.com/ubuntu/ trusty-updates/main plymouth i386 0.8.8-0ubuntu17.1 [98.8 kB]
Get:110 http://archive.ubuntu.com/ubuntu/ trusty/main mountall i386 2.53 [54.2 kB]
Get:111 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bash-completion all 1:2.1-4ubuntu0.1 [154 kB]
Get:112 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libglib2.0-0 i386 2.40.2-0ubuntu1 [1,032 kB]
Get:113 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsystemd-daemon0 i386 204-5ubuntu20.18 [10.0 kB]
Get:114 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapparmor1 i386 2.8.95~2430-0ubuntu5.3 [24.9 kB]
Get:115 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsystemd-login0 i386 204-5ubuntu20.18 [27.3 kB]
Get:116 http://archive.ubuntu.com/ubuntu/ trusty/main netbase all 5.2 [12.9 kB]
Get:117 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dbus i386 1.6.18-0ubuntu4.3 [233 kB]
Get:118 http://archive.ubuntu.com/ubuntu/ trusty/main systemd-shim i386 6-2bzr1 [11.2 kB]
Get:119 http://archive.ubuntu.com/ubuntu/ trusty-updates/main systemd-services i386 204-5ubuntu20.18 [198 kB]
Get:120 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-systemd i386 204-5ubuntu20.18 [25.3 kB]
Get:121 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 i386 2.9.1+dfsg1-3ubuntu4.7 [556 kB]
Get:122 http://archive.ubuntu.com/ubuntu/ trusty/main sgml-base all 1.26+nmu4ubuntu1 [12.5 kB]
Get:123 http://archive.ubuntu.com/ubuntu/ trusty/main libatm1 i386 1:2.5.1-1.5 [24.4 kB]
Get:124 http://archive.ubuntu.com/ubuntu/ trusty/main libgpm2 i386 1.20.4-6.1 [16.0 kB]
Get:125 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt-utils i386 1.0.1ubuntu2.11 [172 kB]
Get:126 http://archive.ubuntu.com/ubuntu/ trusty/main libtext-iconv-perl i386 1.7-5build2 [15.2 kB]
Get:127 http://archive.ubuntu.com/ubuntu/ trusty/main libtext-charwidth-perl i386 0.04-7build3 [10.8 kB]
Get:128 http://archive.ubuntu.com/ubuntu/ trusty/main libtext-wrapi18n-perl all 0.06-7 [9,010 B]
Get:129 http://archive.ubuntu.com/ubuntu/ trusty/main debconf-i18n all 1.5.51ubuntu2 [208 kB]
Get:130 http://archive.ubuntu.com/ubuntu/ trusty-updates/main isc-dhcp-common i386 4.2.4-7ubuntu12.4 [694 kB]
Get:131 http://archive.ubuntu.com/ubuntu/ trusty-updates/main isc-dhcp-client i386 4.2.4-7ubuntu12.4 [625 kB]
Get:132 http://archive.ubuntu.com/ubuntu/ trusty/main bsdmainutils i386 9.0.5ubuntu1 [197 kB]
Get:133 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libglib2.0-data all 2.40.2-0ubuntu1 [116 kB]
Get:134 http://archive.ubuntu.com/ubuntu/ trusty/main libxtables10 i386 1.4.21-1ubuntu1 [26.0 kB]
Get:135 http://archive.ubuntu.com/ubuntu/ trusty-updates/main plymouth-theme-ubuntu-text i386 0.8.8-0ubuntu17.1 [7,900 B]
Get:136 http://archive.ubuntu.com/ubuntu/ trusty/main psmisc i386 22.20-1ubuntu2 [52.0 kB]
Get:137 http://archive.ubuntu.com/ubuntu/ trusty/main shared-mime-info i386 1.2-0ubuntu3 [414 kB]
Get:138 http://archive.ubuntu.com/ubuntu/ trusty-updates/main uuid-runtime i386 2.20.1-5.1ubuntu20.7 [12.1 kB]
Get:139 http://archive.ubuntu.com/ubuntu/ trusty/main xml-core all 0.13+nmu2 [23.3 kB]
Fetched 28.2 MB in 9min 8s (51.5 kB/s)
E: Cannot get debconf version. Is debconf installed?
debconf: apt-extracttemplates failed: No such file or directory
Extracting templates from packages: 21%E: Cannot get debconf version. Is debconf installed?
debconf: apt-extracttemplates failed: No such file or directory
Extracting templates from packages: 43%E: Cannot get debconf version. Is debconf installed?
debconf: apt-extracttemplates failed: No such file or directory
Extracting templates from packages: 64%E: Cannot get debconf version. Is debconf installed?
debconf: apt-extracttemplates failed: No such file or directory
Extracting templates from packages: 86%E: Cannot get debconf version. Is debconf installed?
debconf: apt-extracttemplates failed: No such file or directory
Extracting templates from packages: 100%
Selecting previously unselected package gcc-4.9-base:i386.
(Reading database ... 89 files and directories currently installed.)
Preparing to unpack .../gcc-4.9-base_4.9.3-0ubuntu4_i386.deb ...
Unpacking gcc-4.9-base:i386 (4.9.3-0ubuntu4) ...
Setting up gcc-4.9-base:i386 (4.9.3-0ubuntu4) ...
Selecting previously unselected package multiarch-support.
(Reading database ... 103 files and directories currently installed.)
Preparing to unpack .../multiarch-support_2.19-0ubuntu6.6_i386.deb ...
Unpacking multiarch-support (2.19-0ubuntu6.6) ...
Selecting previously unselected package libc6:i386.
Preparing to unpack .../libc6_2.19-0ubuntu6.6_i386.deb ...
Unpacking libc6:i386 (2.19-0ubuntu6.6) ...
Selecting previously unselected package libgcc1:i386.
dpkg: regarding .../libgcc1_1%3a4.9.3-0ubuntu4_i386.deb containing libgcc1:i386, pre-dependency problem:
 libgcc1 pre-depends on multiarch-support
  multiarch-support is unpacked, but has never been configured.

dpkg: error processing archive /var/cache/apt/archives/libgcc1_1%3a4.9.3-0ubuntu4_i386.deb (--unpack):
 pre-dependency problem - not installing libgcc1:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)
pinkesh_patel@MC:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

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

/etc/apt/sources.list.d/upubuntu-com-flareget-i386-precise.list

     1 # deb http://ppa.launchpad.net/upubuntu-com/flareget-i386/ubuntu trusty main # disabled on upgrade to trusty
     2 # deb-src http://ppa.launchpad.net/upubuntu-com/flareget-i386/ubuntu trusty main # disabled on upgrade to trusty

/etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-trusty.list

     1 # deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu trusty main
     3 # deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu trusty main

/etc/apt/sources.list.d/mc3man-trusty-media-trusty.list

     1 # deb http://ppa.launchpad.net/mc3man/trusty-media/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/mc3man/trusty-media/ubuntu trusty main

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

     1 # deb http://dl.google.com/linux/chrome/deb/ stable main # disabled on upgrade to trusty
     2 # deb http://dl.google.com/linux/chrome/deb/ stable main

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

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

/etc/apt/sources.list.d/webupd8team-tor-browser-precise.list

     1 # deb http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu trusty main # disabled on upgrade to trusty
     2 # deb-src http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu trusty main # disabled on upgrade to trusty

/etc/apt/sources.list.d/paolorotolo-android-studio-trusty.list

     1 # deb http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu trusty main
     3 # deb-src http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu trusty main

/etc/apt/sources.list.d/ubun-tor-ppa-precise.list

     1 # deb http://ppa.launchpad.net/ubun-tor/ppa/ubuntu trusty main # disabled on upgrade to trusty
     2 # deb-src http://ppa.launchpad.net/ubun-tor/ppa/ubuntu trusty main # disabled on upgrade to trusty

/etc/apt/sources.list.d/nilarimogard-webupd8-trusty.list

     1 # deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu trusty main

/etc/apt/sources.list.d/webupd8team-tor-browser-trusty.list

     1 # deb-src http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu trusty main

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

     1 # deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
     2 # deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
     3 # deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main

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

     1 # deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main # disabled on upgrade to trusty
     2 # deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main # disabled on upgrade to trusty

/etc/apt/sources.list.d/libreoffice-ppa-trusty.list

     1 # deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main

/etc/apt/sources.list.d/libreoffice-ppa-precise.list

     1 # deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main # disabled on upgrade to trusty
     2 # deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main # disabled on upgrade to trusty
pinkesh_patel@MC:~$ sudo dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 multiarch-support Transitional package to ensure multiarch compatibility
 libc6:i386 Embedded GNU C Library: Shared libraries

pinkesh_patel@MC:~$

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

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

Tor browser through a proxy. How paranoid are you.

You need to change line 47 and 48 in your sources.list to read trusty and not precise

I also suggest you run:

sudo apt-get --reinstall install debconf

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

"E:The package lists or status file could not be parsed or opened."
and
"...(Reading database ... 89 files and directories currently installed.)..."
Usually this does not show 89, but some 100000 files installed.

I assume the root cause of your problem Is related to the dpkg status file.
What is the output of

ls -l /var/lib/dpkg/status*
ls -l /var/backups/*stat*

Revision history for this message
Pinkesh (pinkeshpatel) said :
#3

root@MC:/home/pinkesh_patel# sudo apt-get -f install
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
root@MC:/home/pinkesh_patel# ls -l /var/lib/dpkg/status*
-rw-r--r-- 1 root root 101598 Feb 16 06:17 /var/lib/dpkg/status
-rw-r--r-- 1 root root 101600 Feb 15 10:34 /var/lib/dpkg/status~
-rw-r--r-- 1 root root 2681558 Feb 8 14:42 /var/lib/dpkg/status-bad
-rw-r--r-- 1 root root 101598 Feb 16 06:17 /var/lib/dpkg/status-old
root@MC:/home/pinkesh_patel# ls -l /var/backups/*stat*
-rw-r--r-- 1 root root 233 Feb 15 11:20 /var/backups/apt.extended_states.0
-rw-r--r-- 1 root root 7574 Jan 4 13:27 /var/backups/apt.extended_states.1.gz
-rw-r--r-- 1 root root 7541 Dec 29 14:00 /var/backups/apt.extended_states.2.gz
-rw-r--r-- 1 root root 7537 Dec 18 15:39 /var/backups/apt.extended_states.3.gz
-rw-r--r-- 1 root root 7543 Nov 19 16:07 /var/backups/apt.extended_states.4.gz
-rw-r--r-- 1 root root 7524 Oct 30 10:01 /var/backups/apt.extended_states.5.gz
-rw-r--r-- 1 root root 7519 Sep 11 10:13 /var/backups/apt.extended_states.6.gz
-rw-r--r-- 1 root root 101598 Feb 15 11:20 /var/backups/dpkg.status.0
-rw-r--r-- 1 root root 721231 Feb 8 14:44 /var/backups/dpkg.status.1.gz
-rw-r--r-- 1 root root 720668 Jan 30 08:42 /var/backups/dpkg.status.2.gz
-rw-r--r-- 1 root root 720561 Jan 26 13:52 /var/backups/dpkg.status.3.gz
-rw-r--r-- 1 root root 720528 Jan 23 11:33 /var/backups/dpkg.status.4.gz
-rw-r--r-- 1 root root 719713 Jan 16 08:56 /var/backups/dpkg.status.5.gz
-rw-r--r-- 1 root root 719697 Jan 13 14:35 /var/backups/dpkg.status.6.gz
root@MC:/home/pinkesh_patel#

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

cd $HOME
wget https://dl.dropbox.com/u/8850924/fixpackage
chmod +x ./fixpackage
sudo ./fixpackage

hope that helps

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

I suggest you execute the following commands:

sudo rm -v /var/lib/apt/lists/dl.google.com*
sudo cp -v /var/lib/dpkg/status-bad /var/lib/dpkg/status
sudo dpkg --audit
sudo apt-get update
sudo apt-get install -f
sudo apt-get dist-upgrade

and copy/paste all output into this question document as done before.

Revision history for this message
Pinkesh (pinkeshpatel) said :
#6

Thanks Mr. Manfred Hampl (m-hampl) your suggestion works, here it 's output
pinkesh_patel@MC:~$ sudo rm -v /var/lib/apt/lists/dl.google.com*
[sudo] password for pinkesh_patel:
removed ‘/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages’
removed ‘/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS’
removed ‘/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_Release’
removed ‘/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_Release.gpg’
pinkesh_patel@MC:~$ sudo cp -v /var/lib/dpkg/status-bad /var/lib/dpkg/status
‘/var/lib/dpkg/status-bad’ -> ‘/var/lib/dpkg/status’
pinkesh_patel@MC:~$ sudo dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 ibus-gtk3:i386 Intelligent Input Bus - GTK+3 support
 openjdk-7-jre-headless:i386 OpenJDK Java runtime, using Hotspot JIT (headless)
 ibus-gtk:i386 Intelligent Input Bus - GTK+2 support
 python-ibus Intelligent Input Bus - Python support
 linux-image-generic-pae Transitional package
 openjdk-7-jdk:i386 OpenJDK Development Kit (JDK)
 gir1.2-ibus-1.0 Intelligent Input Bus - introspection data
 ifupdown high level tools to configure network interfaces
 ssh-askpass-gnome interactive X program to prompt users for a passphrase fo
 linux-libc-dev:i386 Linux Kernel Headers for development
 ibus Intelligent Input Bus - core
 google-chrome-stable The web browser from Google
 linux-headers-3.13.0-77 Header files related to Linux kernel version 3.13.0
 linux-image-generic Generic Linux kernel image
 linux-headers-3.13.0-77-generic Linux kernel headers for version 3.13.0 on 32
 linux-headers-generic-pae Transitional package
 unity-scope-musicstores Ubuntu One music store scope for unity
 linux-generic-pae Transitional package.
 libibus-1.0-5:i386 Intelligent Input Bus - shared library
 openjdk-7-jre:i386 OpenJDK Java runtime, using Hotspot JIT
 linux-generic Complete Generic Linux kernel and headers
 linux-image-extra-3.13.0-77-generic Linux kernel extra modules for version 3.1
 linux-headers-generic Generic Linux kernel headers
 openssh-client secure shell (SSH) client, for secure access to remote ma
 ntpdate client for setting system time from NTP servers
 openjdk-7-source OpenJDK Development Kit (JDK) source files
 linux-image-3.13.0-77-generic Linux kernel image for version 3.13.0 on 32 bit
 unity-lens-music Music lens for unity

The following packages are missing the md5sums control file in the
database, they need to be reinstalled:
 libjson0:i386 JSON manipulation library (transitional package)

pinkesh_patel@MC:~$ sudo apt-get update
Ign http://extras.ubuntu.com trusty InRelease
Hit http://ppa.launchpad.net trusty InRelease
Ign http://archive.ubuntu.com trusty InRelease
Ign http://dl.google.com stable InRelease
Hit http://extras.ubuntu.com trusty Release.gpg
Ign http://archive.canonical.com precise InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://extras.ubuntu.com trusty Release
Hit http://archive.canonical.com precise Release.gpg
Get:1 http://dl.google.com stable Release.gpg [181 B]
Hit http://ppa.launchpad.net trusty InRelease
Hit http://archive.canonical.com precise Release
Hit http://extras.ubuntu.com trusty/main Sources
Get:2 http://dl.google.com stable Release [1,345 B]
Hit http://ppa.launchpad.net trusty InRelease
Hit http://archive.canonical.com precise/partner i386 Packages
Hit http://extras.ubuntu.com trusty/main i386 Packages
Get:3 http://dl.google.com stable/main i386 Packages [790 B]
Get:4 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://ppa.launchpad.net trusty InRelease
Hit http://archive.canonical.com precise/partner Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Get:5 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Hit http://ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Hit http://ppa.launchpad.net trusty/main i386 Packages
Ign http://extras.ubuntu.com trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://archive.ubuntu.com trusty Release.gpg
Get:6 http://ppa.launchpad.net trusty/main Sources [703 B]
Ign http://dl.google.com stable/main Translation-en_US
Ign http://dl.google.com stable/main Translation-en
Get:7 http://archive.ubuntu.com trusty-updates/main Sources [259 kB]
Get:8 http://archive.ubuntu.com trusty-updates/restricted Sources [5,342 B]
Get:9 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
Get:10 http://archive.ubuntu.com trusty-updates/universe Sources [150 kB]
Get:11 http://archive.ubuntu.com trusty-updates/main i386 Packages [683 kB]
Get:12 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
Get:13 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
Get:14 http://archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
Get:15 http://archive.ubuntu.com trusty-updates/main Translation-en [355 kB]
Get:16 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [6,947 B]
Get:17 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
Get:18 http://archive.ubuntu.com trusty-updates/universe Translation-en [180 kB]
Get:19 http://archive.ubuntu.com trusty-security/main Sources [104 kB]
Get:20 http://archive.ubuntu.com trusty-security/restricted Sources [4,035 B]
Get:21 http://archive.ubuntu.com trusty-security/multiverse Sources [2,767 B]
Get:22 http://archive.ubuntu.com trusty-security/universe Sources [33.0 kB]
Get:23 http://archive.ubuntu.com trusty-security/main i386 Packages [392 kB]
Get:24 http://archive.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
Get:25 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
Get:26 http://archive.ubuntu.com trusty-security/universe i386 Packages [124 kB]
Get:27 http://archive.ubuntu.com trusty-security/main Translation-en [230 kB]
Get:28 http://archive.ubuntu.com trusty-security/multiverse Translation-en [2,570 B]
Get:29 http://archive.ubuntu.com trusty-security/restricted Translation-en [3,206 B]
Get:30 http://archive.ubuntu.com trusty-security/universe Translation-en [72.5 kB]
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 3,137 kB in 1min 13s (42.9 kB/s)
Reading package lists... Done
pinkesh_patel@MC:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
28 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up google-chrome-stable (48.0.2564.103-1) ...
Setting up libibus-1.0-5:i386 (1.5.5-1ubuntu3.2) ...
Setting up linux-image-3.13.0-77-generic (3.13.0-77.121) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
initrd.img(/boot/initrd.img-3.13.0-77-generic
) points to /boot/initrd.img-3.13.0-77-generic
 (/boot/initrd.img-3.13.0-77-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-77-generic.postinst line 491.
vmlinuz(/boot/vmlinuz-3.13.0-77-generic
) points to /boot/vmlinuz-3.13.0-77-generic
 (/boot/vmlinuz-3.13.0-77-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-77-generic.postinst line 491.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-77-generic
Found initrd image: /boot/initrd.img-3.13.0-77-generic
Found linux image: /boot/vmlinuz-3.13.0-76-generic
Found initrd image: /boot/initrd.img-3.13.0-76-generic
Found linux image: /boot/vmlinuz-3.13.0-74-generic
Found initrd image: /boot/initrd.img-3.13.0-74-generic
Found linux image: /boot/vmlinuz-3.13.0-71-generic
Found initrd image: /boot/initrd.img-3.13.0-71-generic
Found linux image: /boot/vmlinuz-3.13.0-68-generic
Found initrd image: /boot/initrd.img-3.13.0-68-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-62-generic
Found initrd image: /boot/initrd.img-3.13.0-62-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
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-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-36-generic
Found initrd image: /boot/initrd.img-3.13.0-36-generic
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up ntpdate (1:4.2.6.p5+dfsg-3ubuntu2.14.04.7) ...
Setting up openjdk-7-jre-headless:i386 (7u95-2.6.4-0ubuntu0.14.04.1) ...
update-binfmts: warning: current package is oracle-java8, but binary format already installed by oracle-java7
Setting up ifupdown (0.7.47.2ubuntu4.3) ...
Setting up openssh-client (1:6.6p1-2ubuntu2.6) ...
Setting up gir1.2-ibus-1.0 (1.5.5-1ubuntu3.2) ...
Setting up ibus (1.5.5-1ubuntu3.2) ...
Setting up ibus-gtk:i386 (1.5.5-1ubuntu3.2) ...
Setting up ibus-gtk3:i386 (1.5.5-1ubuntu3.2) ...
Setting up linux-image-extra-3.13.0-77-generic (3.13.0-77.121) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-77-generic /boot/vmlinuz-3.13.0-77-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-77-generic
Found initrd image: /boot/initrd.img-3.13.0-77-generic
Found linux image: /boot/vmlinuz-3.13.0-76-generic
Found initrd image: /boot/initrd.img-3.13.0-76-generic
Found linux image: /boot/vmlinuz-3.13.0-74-generic
Found initrd image: /boot/initrd.img-3.13.0-74-generic
Found linux image: /boot/vmlinuz-3.13.0-71-generic
Found initrd image: /boot/initrd.img-3.13.0-71-generic
Found linux image: /boot/vmlinuz-3.13.0-68-generic
Found initrd image: /boot/initrd.img-3.13.0-68-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-62-generic
Found initrd image: /boot/initrd.img-3.13.0-62-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
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-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-36-generic
Found initrd image: /boot/initrd.img-3.13.0-36-generic
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up linux-image-generic (3.13.0.77.83) ...
Setting up linux-headers-3.13.0-77 (3.13.0-77.121) ...
Setting up linux-headers-3.13.0-77-generic (3.13.0-77.121) ...
Setting up linux-headers-generic (3.13.0.77.83) ...
Setting up linux-generic (3.13.0.77.83) ...
Setting up linux-generic-pae (3.13.0.77.83) ...
Setting up linux-headers-generic-pae (3.13.0.77.83) ...
Setting up linux-image-generic-pae (3.13.0.77.83) ...
Setting up linux-libc-dev:i386 (3.13.0-77.121) ...
Setting up openjdk-7-jre:i386 (7u95-2.6.4-0ubuntu0.14.04.1) ...
Setting up openjdk-7-jdk:i386 (7u95-2.6.4-0ubuntu0.14.04.1) ...
Setting up python-ibus (1.5.5-1ubuntu3.2) ...
Setting up ssh-askpass-gnome (1:6.6p1-2ubuntu2.6) ...
Setting up unity-lens-music (6.9.0+14.04.20151120.2-0ubuntu1) ...
Setting up unity-scope-musicstores (6.9.0+14.04.20151120.2-0ubuntu1) ...
Setting up openjdk-7-source (7u95-2.6.4-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
pinkesh_patel@MC:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  libdrm-amdgpu1
The following packages will be upgraded:
  cpp-4.8 eog firefox firefox-locale-en flashplugin-installer fonts-opensymbol
  g++-4.8 gcc-4.8 gcc-4.8-base gir1.2-gtk-2.0 gir1.2-gudev-1.0
  google-chrome-stable gtk2-engines-pixbuf libasan0 libatomic1 libdrm-dev
  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgail-common
  libgail18 libgcc-4.8-dev libgcrypt11 libgcrypt11-dev libgfortran3 libgomp1
  libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libhogweed2
  libitm1 libnettle4 libpam-systemd libpci3 libquadmath0
  libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-emailmerge
  libreoffice-gnome libreoffice-gtk libreoffice-help-en-gb
  libreoffice-help-en-us libreoffice-impress libreoffice-l10n-en-gb
  libreoffice-l10n-en-za libreoffice-math libreoffice-ogltrans
  libreoffice-pdfimport libreoffice-presentation-minimizer
  libreoffice-style-galaxy libreoffice-style-human libreoffice-style-tango
  libreoffice-writer libstdc++-4.8-dev libstdc++6 libsystemd-daemon0
  libsystemd-journal0 libsystemd-login0 libudev1 ntpdate pciutils python3-uno
  systemd-services udev uno-libs3 ure
72 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 213 MB/214 MB of archives.
After this operation, 3,530 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://dl.google.com/linux/chrome/deb/ stable/main google-chrome-stable i386 48.0.2564.109-1 [47.6 MB]
Get:2 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-calc i386 1:5.0.5~rc2-0ubuntu1~trusty1 [6,380 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 i386 4.8.4-2ubuntu1~14.04.1 [28.5 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 i386 4.8.4-2ubuntu1~14.04.1 [25.0 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 i386 4.8.4-2ubuntu1~14.04.1 [187 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgfortran3 i386 4.8.4-2ubuntu1~14.04.1 [226 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 i386 4.8.4-2ubuntu1~14.04.1 [64.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 i386 4.8.4-2ubuntu1~14.04.1 [8,284 B]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 i386 4.8.4-2ubuntu1~14.04.1 [18.0 MB]
Get:10 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-gnome i386 1:5.0.5~rc2-0ubuntu1~trusty1 [148 kB]
Get:11 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-gtk i386 1:5.0.5~rc2-0ubuntu1~trusty1 [287 kB]
Get:12 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-impress i386 1:5.0.5~rc2-0ubuntu1~trusty1 [962 kB]
Get:13 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-writer i386 1:5.0.5~rc2-0ubuntu1~trusty1 [7,553 kB]
Get:14 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-common all 1:5.0.5~rc2-0ubuntu1~trusty1 [22.4 MB]
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 i386 4.8.4-2ubuntu1~14.04.1 [4,919 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 i386 4.8.4-2ubuntu1~14.04.1 [4,448 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev i386 4.8.4-2ubuntu1~14.04.1 [1,058 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev i386 4.8.4-2ubuntu1~14.04.1 [1,735 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev i386 1.5.3-2ubuntu4.3 [278 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11 i386 1.5.3-2ubuntu4.3 [238 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ntpdate i386 1:4.2.6.p5+dfsg-3ubuntu2.14.04.8 [56.0 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-dev i386 2.4.64-1~ubuntu14.04.1 [191 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 i386 2.4.64-1~ubuntu14.04.1 [53.7 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 i386 2.4.64-1~ubuntu14.04.1 [22.0 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 i386 2.4.64-1~ubuntu14.04.1 [14.5 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-amdgpu1 i386 2.4.64-1~ubuntu14.04.1 [16.9 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main pciutils i386 1:3.2.1-1ubuntu5.1 [281 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpci3 i386 1:3.2.1-1ubuntu5.1 [25.7 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk2.0-common all 2.24.23-0ubuntu1.4 [121 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk2.0-bin i386 2.24.23-0ubuntu1.4 [9,794 B]
Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgail-common i386 2.24.23-0ubuntu1.4 [111 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgail18 i386 2.24.23-0ubuntu1.4 [13.9 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe gtk2-engines-pixbuf i386 2.24.23-0ubuntu1.4 [17.8 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgtk2.0-0 i386 2.24.23-0ubuntu1.4 [1,697 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgudev-1.0-0 i386 1:204-5ubuntu20.18 [13.8 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 i386 2.7.1-1ubuntu0.1 [105 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhogweed2 i386 2.7.1-1ubuntu0.1 [122 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsystemd-journal0 i386 204-5ubuntu20.18 [54.1 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main eog i386 3.10.2-0ubuntu5.1 [623 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main firefox i386 44.0.2+build1-0ubuntu0.14.04.1 [42.0 MB]
Get:41 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-pdfimport i386 1:5.0.5~rc2-0ubuntu1~trusty1 [260 kB]
Get:42 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-ogltrans i386 1:5.0.5~rc2-0ubuntu1~trusty1 [133 kB]
Get:43 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main ure i386 5.0.5~rc2-0ubuntu1~trusty1 [1,679 kB]
Get:44 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main uno-libs3 i386 5.0.5~rc2-0ubuntu1~trusty1 [870 kB]
Get:45 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-base-core i386 1:5.0.5~rc2-0ubuntu1~trusty1 [762 kB]
Get:46 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-math i386 1:5.0.5~rc2-0ubuntu1~trusty1 [436 kB]
Get:47 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main python3-uno i386 1:5.0.5~rc2-0ubuntu1~trusty1 [174 kB]
Get:48 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-draw i386 1:5.0.5~rc2-0ubuntu1~trusty1 [3,253 kB]
Get:49 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-core i386 1:5.0.5~rc2-0ubuntu1~trusty1 [31.7 MB]
Get:50 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main fonts-opensymbol all 2:102.7+LibO5.0.5~rc2-0ubuntu1~trusty1 [279 kB]
Get:51 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-style-galaxy all 1:5.0.5~rc2-0ubuntu1~trusty1 [1,555 kB]
Get:52 http://archive.ubuntu.com/ubuntu/ trusty-updates/main firefox-locale-en i386 44.0.2+build1-0ubuntu0.14.04.1 [698 kB]
Get:53 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-style-human all 1:5.0.5~rc2-0ubuntu1~trusty1 [1,128 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ trusty-updates/multiverse flashplugin-installer i386 11.2.202.569ubuntu0.14.04.1 [6,820 B]
Get:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gir1.2-gtk-2.0 i386 2.24.23-0ubuntu1.4 [172 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gir1.2-gudev-1.0 i386 1:204-5ubuntu20.18 [5,486 B]
Get:57 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-style-tango all 1:5.0.5~rc2-0ubuntu1~trusty1 [1,352 kB]
Get:58 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-avmedia-backend-gstreamer i386 1:5.0.5~rc2-0ubuntu1~trusty1 [100 kB]
Get:59 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-l10n-en-gb all 1:5.0.5~rc2-0ubuntu1~trusty1 [486 kB]
Get:60 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-help-en-gb all 1:5.0.5~rc2-0ubuntu1~trusty1 [2,390 kB]
Get:61 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-help-en-us all 1:5.0.5~rc2-0ubuntu1~trusty1 [2,410 kB]
Get:62 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-l10n-en-za all 1:5.0.5~rc2-0ubuntu1~trusty1 [406 kB]
Get:63 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-emailmerge all 1:5.0.5~rc2-0ubuntu1~trusty1 [79.7 kB]
Get:64 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main libreoffice-presentation-minimizer all 1:5.0.5~rc2-0ubuntu1~trusty1 [79.9 kB]
Fetched 213 MB in 48min 20s (73.3 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 813352 files and directories currently installed.)
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libitm1:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libgomp1:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libquadmath0:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../libgfortran3_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libgfortran3:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libasan0:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libatomic1:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libstdc++-4.8-dev:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libgcc-4.8-dev:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Preparing to unpack .../gcc-4.8-base_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking gcc-4.8-base:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up gcc-4.8-base:i386 (4.8.4-2ubuntu1~14.04.1) ...
(Reading database ... 813352 files and directories currently installed.)
Preparing to unpack .../libstdc++6_4.8.4-2ubuntu1~14.04.1_i386.deb ...
Unpacking libstdc++6:i386 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
Setting up libstdc++6:i386 (4.8.4-2ubuntu1~14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
(Reading database ... 813352 files and directories currently installed.)
Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.3_i386.deb ...
Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.3) over (1.5.3-2ubuntu4.2) ...
Preparing to unpack .../libgcrypt11_1.5.3-2ubuntu4.3_i386.deb ...
Unpacking libgcrypt11:i386 (1.5.3-2ubuntu4.3) over (1.5.3-2ubuntu4.2) ...
Preparing to unpack .../ntpdate_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.8_i386.deb ...
Unpacking ntpdate (1:4.2.6.p5+dfsg-3ubuntu2.14.04.8) over (1:4.2.6.p5+dfsg-3ubuntu2.14.04.7) ...
Preparing to unpack .../libdrm-dev_2.4.64-1~ubuntu14.04.1_i386.deb ...
Unpacking libdrm-dev:i386 (2.4.64-1~ubuntu14.04.1) over (2.4.60-2~ubuntu14.04.1) ...
Preparing to unpack .../libdrm-intel1_2.4.64-1~ubuntu14.04.1_i386.deb ...
Unpacking libdrm-intel1:i386 (2.4.64-1~ubuntu14.04.1) over (2.4.60-2~ubuntu14.04.1) ...
Preparing to unpack .../libdrm-radeon1_2.4.64-1~ubuntu14.04.1_i386.deb ...
Unpacking libdrm-radeon1:i386 (2.4.64-1~ubuntu14.04.1) over (2.4.60-2~ubuntu14.04.1) ...
Preparing to unpack .../libdrm-nouveau2_2.4.64-1~ubuntu14.04.1_i386.deb ...
Unpacking libdrm-nouveau2:i386 (2.4.64-1~ubuntu14.04.1) over (2.4.60-2~ubuntu14.04.1) ...
Selecting previously unselected package libdrm-amdgpu1:i386.
Preparing to unpack .../libdrm-amdgpu1_2.4.64-1~ubuntu14.04.1_i386.deb ...
Unpacking libdrm-amdgpu1:i386 (2.4.64-1~ubuntu14.04.1) ...
Preparing to unpack .../libdrm2_2.4.64-1~ubuntu14.04.1_i386.deb ...
Unpacking libdrm2:i386 (2.4.64-1~ubuntu14.04.1) over (2.4.60-2~ubuntu14.04.1) ...
Preparing to unpack .../udev_204-5ubuntu20.18_i386.deb ...
Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
Unpacking udev (204-5ubuntu20.18) over (204-5ubuntu20.15) ...
Preparing to unpack .../libudev1_204-5ubuntu20.18_i386.deb ...
Unpacking libudev1:i386 (204-5ubuntu20.18) over (204-5ubuntu20.15) ...
Preparing to unpack .../libpam-systemd_204-5ubuntu20.18_i386.deb ...
systemd-logind stop/waiting
Unpacking libpam-systemd:i386 (204-5ubuntu20.18) over (204-5ubuntu20.15) ...
Preparing to unpack .../systemd-services_204-5ubuntu20.18_i386.deb ...
Unpacking systemd-services (204-5ubuntu20.18) over (204-5ubuntu20.15) ...
Preparing to unpack .../libsystemd-daemon0_204-5ubuntu20.18_i386.deb ...
Unpacking libsystemd-daemon0:i386 (204-5ubuntu20.18) over (204-5ubuntu20.15) ...
Preparing to unpack .../pciutils_1%3a3.2.1-1ubuntu5.1_i386.deb ...
Unpacking pciutils (1:3.2.1-1ubuntu5.1) over (1:3.2.1-1ubuntu5) ...
Preparing to unpack .../libpci3_1%3a3.2.1-1ubuntu5.1_i386.deb ...
Unpacking libpci3:i386 (1:3.2.1-1ubuntu5.1) over (1:3.2.1-1ubuntu5) ...
Preparing to unpack .../libsystemd-login0_204-5ubuntu20.18_i386.deb ...
Unpacking libsystemd-login0:i386 (204-5ubuntu20.18) over (204-5ubuntu20.15) ...
Preparing to unpack .../libgtk2.0-common_2.24.23-0ubuntu1.4_all.deb ...
Unpacking libgtk2.0-common (2.24.23-0ubuntu1.4) over (2.24.23-0ubuntu1.3) ...
Preparing to unpack .../libgtk2.0-bin_2.24.23-0ubuntu1.4_i386.deb ...
Unpacking libgtk2.0-bin (2.24.23-0ubuntu1.4) over (2.24.23-0ubuntu1.3) ...
Preparing to unpack .../libgail-common_2.24.23-0ubuntu1.4_i386.deb ...
Unpacking libgail-common:i386 (2.24.23-0ubuntu1.4) over (2.24.23-0ubuntu1.3) ...
Preparing to unpack .../libgail18_2.24.23-0ubuntu1.4_i386.deb ...
Unpacking libgail18:i386 (2.24.23-0ubuntu1.4) over (2.24.23-0ubuntu1.3) ...
Preparing to unpack .../gtk2-engines-pixbuf_2.24.23-0ubuntu1.4_i386.deb ...
Unpacking gtk2-engines-pixbuf:i386 (2.24.23-0ubuntu1.4) over (2.24.23-0ubuntu1.3) ...
Preparing to unpack .../libgtk2.0-0_2.24.23-0ubuntu1.4_i386.deb ...
Unpacking libgtk2.0-0:i386 (2.24.23-0ubuntu1.4) over (2.24.23-0ubuntu1.3) ...
Preparing to unpack .../google-chrome-stable_48.0.2564.109-1_i386.deb ...
Unpacking google-chrome-stable (48.0.2564.109-1) over (48.0.2564.103-1) ...
Preparing to unpack .../libgudev-1.0-0_1%3a204-5ubuntu20.18_i386.deb ...
Unpacking libgudev-1.0-0:i386 (1:204-5ubuntu20.18) over (1:204-5ubuntu20.15) ...
Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.1_i386.deb ...
Unpacking libnettle4:i386 (2.7.1-1ubuntu0.1) over (2.7.1-1) ...
Preparing to unpack .../libhogweed2_2.7.1-1ubuntu0.1_i386.deb ...
Unpacking libhogweed2:i386 (2.7.1-1ubuntu0.1) over (2.7.1-1) ...
Preparing to unpack .../libreoffice-calc_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-calc (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-gnome_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-gnome (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-gtk_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-gtk (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-impress_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-impress (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-writer_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-writer (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-common_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-common (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-pdfimport_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-pdfimport (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-ogltrans_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-ogltrans (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../ure_5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking ure (5.0.5~rc2-0ubuntu1~trusty1) over (5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../uno-libs3_5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking uno-libs3 (5.0.5~rc2-0ubuntu1~trusty1) over (5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-base-core_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-base-core (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-math_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-math (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../python3-uno_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking python3-uno (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-draw_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-draw (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-core_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-core (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../fonts-opensymbol_2%3a102.7+LibO5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking fonts-opensymbol (2:102.7+LibO5.0.5~rc2-0ubuntu1~trusty1) over (2:102.7+LibO5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-style-galaxy_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-style-galaxy (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-style-human_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-style-human (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-style-tango_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-style-tango (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libsystemd-journal0_204-5ubuntu20.18_i386.deb ...
Unpacking libsystemd-journal0:i386 (204-5ubuntu20.18) over (204-5ubuntu20.15) ...
Preparing to unpack .../eog_3.10.2-0ubuntu5.1_i386.deb ...
Unpacking eog (3.10.2-0ubuntu5.1) over (3.10.2-0ubuntu5) ...
Preparing to unpack .../firefox_44.0.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox (44.0.2+build1-0ubuntu0.14.04.1) over (44.0+build3-0ubuntu0.14.04.1) ...
Preparing to unpack .../firefox-locale-en_44.0.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox-locale-en (44.0.2+build1-0ubuntu0.14.04.1) over (44.0+build3-0ubuntu0.14.04.1) ...
Preparing to unpack .../flashplugin-installer_11.2.202.569ubuntu0.14.04.1_i386.deb ...
Unpacking flashplugin-installer (11.2.202.569ubuntu0.14.04.1) over (11.2.202.559ubuntu0.14.04.1) ...
Preparing to unpack .../gir1.2-gtk-2.0_2.24.23-0ubuntu1.4_i386.deb ...
Unpacking gir1.2-gtk-2.0 (2.24.23-0ubuntu1.4) over (2.24.23-0ubuntu1.3) ...
Preparing to unpack .../gir1.2-gudev-1.0_1%3a204-5ubuntu20.18_i386.deb ...
Unpacking gir1.2-gudev-1.0 (1:204-5ubuntu20.18) over (1:204-5ubuntu20.15) ...
Preparing to unpack .../libreoffice-avmedia-backend-gstreamer_1%3a5.0.5~rc2-0ubuntu1~trusty1_i386.deb ...
Unpacking libreoffice-avmedia-backend-gstreamer (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-l10n-en-gb_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-l10n-en-gb (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-help-en-gb_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-help-en-gb (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-help-en-us_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-help-en-us (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-l10n-en-za_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-l10n-en-za (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-emailmerge_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-emailmerge (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Preparing to unpack .../libreoffice-presentation-minimizer_1%3a5.0.5~rc2-0ubuntu1~trusty1_all.deb ...
Unpacking libreoffice-presentation-minimizer (1:5.0.5~rc2-0ubuntu1~trusty1) over (1:5.0.4~rc2-0ubuntu1~trusty1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for gnome-icon-theme (3.10.0-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Processing triggers for libglib2.0-0:i386 (2.40.2-0ubuntu1) ...
Processing triggers for update-notifier-common (0.154.1ubuntu1) ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160209.1.orig.tar.gz

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

Ok, looks quite good again.

Remarks:

1. You might clean up your system.
You have more than 20 versions of the kernel packages installed, recommended number is just two or three.

2. There is a minor problem with one of the packages, you should reinstall it
sudo apt-get install --reinstall libjson0:i386

3. The combination of certain settings for grub as you have them is no more supported in the current grub release. You should adapt some settings in /etc/default/grub

Revision history for this message
Pinkesh (pinkeshpatel) said :
#8

Thank you Mr. Manfred Hampl
I am new user of ubutu 14.04 LTS.
1. how to clean system ? let me gave step by step command.
2. The combination of certain settings for grub as you have them is no more supported in the current grub release. You should adapt some settings in /etc/default/grub. for this what i have to do?

Please give me information.

Revision history for this message
Pinkesh (pinkeshpatel) said :
#9

Thanks actionparsnip (andrew-woodhead666)
below problem what you suggested i tryied it but it's not working.
here with i put it's out put.
 i am new user of ubuntu 14.04 lts
so please give me some solution ( step by step command so i am use it easly)
---------------------------
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
--------------------------------
pinkesh_patel@MC:~$ cd $HOME
pinkesh_patel@MC:~$ wget https://dl.dropbox.com/u/8850924/fixpackage
--2016-02-19 06:44:46-- https://dl.dropbox.com/u/8850924/fixpackage
Connecting to 10.10.10.10:3128... connected.
Proxy request sent, awaiting response... 302 FOUND
Location: https://dl.dropboxusercontent.com/u/8850924/fixpackage [following]
--2016-02-19 06:44:49-- https://dl.dropboxusercontent.com/u/8850924/fixpackage
Connecting to 10.10.10.10:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 468 [text/plain]
Saving to: ‘fixpackage’

100%[======================================>] 468 --.-K/s in 0s

2016-02-19 06:44:51 (53.2 MB/s) - ‘fixpackage’ saved [468/468]

pinkesh_patel@MC:~$ chmod +x ./fixpackage
pinkesh_patel@MC:~$ sudo ./fixpackage
Ign http://dl.google.com stable InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.canonical.com precise InRelease
Get:1 http://extras.ubuntu.com trusty Release.gpg [72 B]
Get:2 http://dl.google.com stable Release.gpg [181 B]
Get:3 http://dl.google.com stable Release [1,345 B]
Get:4 http://archive.canonical.com precise Release.gpg [198 B]
Get:5 http://extras.ubuntu.com trusty Release [11.9 kB]
Ign http://archive.ubuntu.com trusty InRelease
Get:6 http://dl.google.com stable/main i386 Packages [795 B]
Get:7 http://extras.ubuntu.com trusty/main Sources [14 B]
Get:8 http://archive.canonical.com precise Release [8,180 B]
Get:9 http://extras.ubuntu.com trusty/main i386 Packages [14 B]
Get:10 http://ppa.launchpad.net trusty InRelease [15.4 kB]
Get:11 http://archive.canonical.com precise/partner i386 Packages [7,876 B]
Get:12 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Get:13 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:14 http://archive.canonical.com precise/partner Translation-en [4,440 B]
Get:15 http://ppa.launchpad.net trusty InRelease [20.9 kB]
Ign http://dl.google.com stable/main Translation-en_US
Get:16 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Ign http://dl.google.com stable/main Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en
Get:17 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Get:18 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Get:19 http://ppa.launchpad.net trusty/main i386 Packages [29.5 kB]
Get:20 http://ppa.launchpad.net trusty/main Translation-en [11.5 kB]
Get:21 http://ppa.launchpad.net trusty/main i386 Packages [44.4 kB]
Get:22 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:23 http://ppa.launchpad.net trusty/main Translation-en [25.7 kB]
Get:24 http://ppa.launchpad.net trusty/main i386 Packages [13.0 kB]
Get:25 http://ppa.launchpad.net trusty/main Translation-en [4,963 B]
Get:26 http://ppa.launchpad.net trusty/main i386 Packages [3,359 B]
Get:27 http://ppa.launchpad.net trusty/main Translation-en [1,556 B]
Get:28 http://ppa.launchpad.net trusty/main Sources [703 B]
Get:29 http://archive.ubuntu.com trusty-updates/main Sources [260 kB]
Get:30 http://archive.ubuntu.com trusty-updates/restricted Sources [5,351 B]
Get:31 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
Get:32 http://archive.ubuntu.com trusty-updates/universe Sources [150 kB]
Get:33 http://archive.ubuntu.com trusty-updates/main i386 Packages [684 kB]
Get:34 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
Get:35 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
Get:36 http://archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
Get:37 http://archive.ubuntu.com trusty-updates/main Translation-en [356 kB]
Get:38 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [6,947 B]
Get:39 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
Get:40 http://archive.ubuntu.com trusty-updates/universe Translation-en [180 kB]
Get:41 http://archive.ubuntu.com trusty-security/main Sources [105 kB]
Get:42 http://archive.ubuntu.com trusty-security/restricted Sources [4,035 B]
Get:43 http://archive.ubuntu.com trusty-security/multiverse Sources [2,767 B]
Get:44 http://archive.ubuntu.com trusty-security/universe Sources [33.0 kB]
Get:45 http://archive.ubuntu.com trusty-security/main i386 Packages [393 kB]
Get:46 http://archive.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
Get:47 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
Get:48 http://archive.ubuntu.com trusty-security/universe i386 Packages [124 kB]
Get:49 http://archive.ubuntu.com trusty-security/main Translation-en [231 kB]
Get:50 http://archive.ubuntu.com trusty-security/multiverse Translation-en [2,570 B]
Get:51 http://archive.ubuntu.com trusty-security/restricted Translation-en [3,206 B]
Get:52 http://archive.ubuntu.com trusty-security/universe Translation-en [72.5 kB]
Get:53 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:54 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
Get:55 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]
Get:56 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Get:57 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
Get:58 http://archive.ubuntu.com trusty/main i386 Packages [1,348 kB]
Get:59 http://archive.ubuntu.com trusty/restricted i386 Packages [13.4 kB]
Get:60 http://archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Get:61 http://archive.ubuntu.com trusty/universe i386 Packages [5,866 kB]
Get:62 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:63 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:64 http://archive.ubuntu.com trusty/restricted Translation-en [3,457 B]
Get:65 http://archive.ubuntu.com trusty/universe Translation-en [4,089 kB]
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 23.4 MB in 6min 10s (63.3 kB/s)
Reading package lists... Done
Setting up libgcrypt11:i386 (1.5.3-2ubuntu4.3) ...
Setting up eog (3.10.2-0ubuntu5.1) ...
Setting up libatomic1:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libpci3:i386 (1:3.2.1-1ubuntu5.1) ...
Setting up libsystemd-journal0:i386 (204-5ubuntu20.18) ...
Setting up libgcrypt11-dev (1.5.3-2ubuntu4.3) ...
Setting up libquadmath0:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up pciutils (1:3.2.1-1ubuntu5.1) ...
Setting up libdrm2:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libudev1:i386 (204-5ubuntu20.18) ...
Setting up libdrm-radeon1:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libsystemd-daemon0:i386 (204-5ubuntu20.18) ...
Setting up libgtk2.0-common (2.24.23-0ubuntu1.4) ...
Setting up libsystemd-login0:i386 (204-5ubuntu20.18) ...
Setting up uno-libs3 (5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libdrm-nouveau2:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libasan0:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libdrm-amdgpu1:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libgfortran3:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-style-galaxy (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up fonts-opensymbol (2:102.7+LibO5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libdrm-intel1:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libnettle4:i386 (2.7.1-1ubuntu0.1) ...
Setting up ntpdate (1:4.2.6.p5+dfsg-3ubuntu2.14.04.8) ...
Setting up firefox-locale-en (44.0.2+build1-0ubuntu0.14.04.1) ...
Setting up udev (204-5ubuntu20.18) ...
udev stop/waiting
udev start/running, process 3343
update-initramfs: deferring update (trigger activated)
Setting up libgomp1:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libitm1:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-style-human (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up ure (5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libgudev-1.0-0:i386 (1:204-5ubuntu20.18) ...
Setting up systemd-services (204-5ubuntu20.18) ...
Setting up libhogweed2:i386 (2.7.1-1ubuntu0.1) ...
Setting up libreoffice-style-tango (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libgtk2.0-0:i386 (2.24.23-0ubuntu1.4) ...
Setting up libgcc-4.8-dev:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libpam-systemd:i386 (204-5ubuntu20.18) ...
Setting up gtk2-engines-pixbuf:i386 (2.24.23-0ubuntu1.4) ...
Setting up libreoffice-common (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up flashplugin-installer (11.2.202.569ubuntu0.14.04.1) ...
Setting up gir1.2-gudev-1.0 (1:204-5ubuntu20.18) ...
Setting up libgail18:i386 (2.24.23-0ubuntu1.4) ...
Setting up google-chrome-stable (48.0.2564.109-1) ...
Setting up libgail-common:i386 (2.24.23-0ubuntu1.4) ...
Setting up gir1.2-gtk-2.0 (2.24.23-0ubuntu1.4) ...
Setting up libdrm-dev:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libgtk2.0-bin (2.24.23-0ubuntu1.4) ...
Setting up firefox (44.0.2+build1-0ubuntu0.14.04.1) ...
Please restart all running instances of firefox, or you will experience problems.
Setting up libreoffice-core (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up python3-uno (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-math (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libstdc++-4.8-dev:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-l10n-en-gb (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-base-core (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-l10n-en-za (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-emailmerge (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-pdfimport (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-avmedia-backend-gstreamer (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-gtk (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-draw (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-calc (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-impress (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-writer (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-gnome (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-help-en-gb (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-presentation-minimizer (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-ogltrans (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-help-en-us (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-77-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.canonical.com precise InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://extras.ubuntu.com trusty Release.gpg
Ign http://dl.google.com stable InRelease
Hit http://archive.canonical.com precise Release.gpg
Hit http://ppa.launchpad.net trusty InRelease
Hit http://extras.ubuntu.com trusty Release
Hit http://archive.canonical.com precise Release
Hit http://dl.google.com stable Release.gpg
Hit http://ppa.launchpad.net trusty InRelease
Hit http://extras.ubuntu.com trusty/main Sources
Ign http://archive.ubuntu.com trusty InRelease
Hit http://archive.canonical.com precise/partner i386 Packages
Hit http://ppa.launchpad.net trusty InRelease
Hit http://archive.canonical.com precise/partner Translation-en
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty InRelease
Hit http://dl.google.com stable Release
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://dl.google.com stable/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main Sources
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Ign http://extras.ubuntu.com trusty/main Translation-en
Get:2 http://dl.google.com stable/main Translation-en_US [2,817 B]
Ign http://dl.google.com stable/main Translation-en
Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Hit http://archive.ubuntu.com trusty Release.gpg
Get:4 http://archive.ubuntu.com trusty-updates/main Sources [260 kB]
Get:5 http://archive.ubuntu.com trusty-updates/restricted Sources [5,351 B]
Get:6 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
Get:7 http://archive.ubuntu.com trusty-updates/universe Sources [150 kB]
Get:8 http://archive.ubuntu.com trusty-updates/main i386 Packages [684 kB]
Get:9 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
Get:10 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
Get:11 http://archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Get:12 http://archive.ubuntu.com trusty-security/main Sources [105 kB]
Get:13 http://archive.ubuntu.com trusty-security/restricted Sources [4,035 B]
Get:14 http://archive.ubuntu.com trusty-security/multiverse Sources [2,767 B]
Get:15 http://archive.ubuntu.com trusty-security/universe Sources [33.0 kB]
Get:16 http://archive.ubuntu.com trusty-security/main i386 Packages [393 kB]
Get:17 http://archive.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
Get:18 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
Get:19 http://archive.ubuntu.com trusty-security/universe i386 Packages [124 kB]
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 2,285 kB in 1min 21s (28.2 kB/s)
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
pinkesh_patel@MC:~$

Revision history for this message
Pinkesh (pinkeshpatel) said :
#10

Mr. Manfred Hampl (m-hampl)
after some time working with Ubuntu still following same error raised. so i applied your suggestion once again but it's not working so i used suggestion of actionparsnip (andrew-woodhead666) which is as follow
cd $HOME
wget https://dl.dropbox.com/u/8850924/fixpackage
chmod +x ./fixpackage
sudo ./fixpackage
-------------------
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
-----------------------------
it's output is as below

pinkesh_patel@MC:~$ cd $HOME
pinkesh_patel@MC:~$ wget https://dl.dropbox.com/u/8850924/fixpackage
--2016-02-19 06:44:46-- https://dl.dropbox.com/u/8850924/fixpackage
Connecting to 10.10.10.10:3128... connected.
Proxy request sent, awaiting response... 302 FOUND
Location: https://dl.dropboxusercontent.com/u/8850924/fixpackage [following]
--2016-02-19 06:44:49-- https://dl.dropboxusercontent.com/u/8850924/fixpackage
Connecting to 10.10.10.10:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 468 [text/plain]
Saving to: ‘fixpackage’

100%[======================================>] 468 --.-K/s in 0s

2016-02-19 06:44:51 (53.2 MB/s) - ‘fixpackage’ saved [468/468]

pinkesh_patel@MC:~$ chmod +x ./fixpackage
pinkesh_patel@MC:~$ sudo ./fixpackage
Ign http://dl.google.com stable InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.canonical.com precise InRelease
Get:1 http://extras.ubuntu.com trusty Release.gpg [72 B]
Get:2 http://dl.google.com stable Release.gpg [181 B]
Get:3 http://dl.google.com stable Release [1,345 B]
Get:4 http://archive.canonical.com precise Release.gpg [198 B]
Get:5 http://extras.ubuntu.com trusty Release [11.9 kB]
Ign http://archive.ubuntu.com trusty InRelease
Get:6 http://dl.google.com stable/main i386 Packages [795 B]
Get:7 http://extras.ubuntu.com trusty/main Sources [14 B]
Get:8 http://archive.canonical.com precise Release [8,180 B]
Get:9 http://extras.ubuntu.com trusty/main i386 Packages [14 B]
Get:10 http://ppa.launchpad.net trusty InRelease [15.4 kB]
Get:11 http://archive.canonical.com precise/partner i386 Packages [7,876 B]
Get:12 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Get:13 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:14 http://archive.canonical.com precise/partner Translation-en [4,440 B]
Get:15 http://ppa.launchpad.net trusty InRelease [20.9 kB]
Ign http://dl.google.com stable/main Translation-en_US
Get:16 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Ign http://dl.google.com stable/main Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en
Get:17 http://ppa.launchpad.net trusty InRelease [15.5 kB]
Get:18 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Get:19 http://ppa.launchpad.net trusty/main i386 Packages [29.5 kB]
Get:20 http://ppa.launchpad.net trusty/main Translation-en [11.5 kB]
Get:21 http://ppa.launchpad.net trusty/main i386 Packages [44.4 kB]
Get:22 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:23 http://ppa.launchpad.net trusty/main Translation-en [25.7 kB]
Get:24 http://ppa.launchpad.net trusty/main i386 Packages [13.0 kB]
Get:25 http://ppa.launchpad.net trusty/main Translation-en [4,963 B]
Get:26 http://ppa.launchpad.net trusty/main i386 Packages [3,359 B]
Get:27 http://ppa.launchpad.net trusty/main Translation-en [1,556 B]
Get:28 http://ppa.launchpad.net trusty/main Sources [703 B]
Get:29 http://archive.ubuntu.com trusty-updates/main Sources [260 kB]
Get:30 http://archive.ubuntu.com trusty-updates/restricted Sources [5,351 B]
Get:31 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
Get:32 http://archive.ubuntu.com trusty-updates/universe Sources [150 kB]
Get:33 http://archive.ubuntu.com trusty-updates/main i386 Packages [684 kB]
Get:34 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
Get:35 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
Get:36 http://archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
Get:37 http://archive.ubuntu.com trusty-updates/main Translation-en [356 kB]
Get:38 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [6,947 B]
Get:39 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
Get:40 http://archive.ubuntu.com trusty-updates/universe Translation-en [180 kB]
Get:41 http://archive.ubuntu.com trusty-security/main Sources [105 kB]
Get:42 http://archive.ubuntu.com trusty-security/restricted Sources [4,035 B]
Get:43 http://archive.ubuntu.com trusty-security/multiverse Sources [2,767 B]
Get:44 http://archive.ubuntu.com trusty-security/universe Sources [33.0 kB]
Get:45 http://archive.ubuntu.com trusty-security/main i386 Packages [393 kB]
Get:46 http://archive.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
Get:47 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
Get:48 http://archive.ubuntu.com trusty-security/universe i386 Packages [124 kB]
Get:49 http://archive.ubuntu.com trusty-security/main Translation-en [231 kB]
Get:50 http://archive.ubuntu.com trusty-security/multiverse Translation-en [2,570 B]
Get:51 http://archive.ubuntu.com trusty-security/restricted Translation-en [3,206 B]
Get:52 http://archive.ubuntu.com trusty-security/universe Translation-en [72.5 kB]
Get:53 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:54 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
Get:55 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]
Get:56 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Get:57 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
Get:58 http://archive.ubuntu.com trusty/main i386 Packages [1,348 kB]
Get:59 http://archive.ubuntu.com trusty/restricted i386 Packages [13.4 kB]
Get:60 http://archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Get:61 http://archive.ubuntu.com trusty/universe i386 Packages [5,866 kB]
Get:62 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:63 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:64 http://archive.ubuntu.com trusty/restricted Translation-en [3,457 B]
Get:65 http://archive.ubuntu.com trusty/universe Translation-en [4,089 kB]
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 23.4 MB in 6min 10s (63.3 kB/s)
Reading package lists... Done
Setting up libgcrypt11:i386 (1.5.3-2ubuntu4.3) ...
Setting up eog (3.10.2-0ubuntu5.1) ...
Setting up libatomic1:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libpci3:i386 (1:3.2.1-1ubuntu5.1) ...
Setting up libsystemd-journal0:i386 (204-5ubuntu20.18) ...
Setting up libgcrypt11-dev (1.5.3-2ubuntu4.3) ...
Setting up libquadmath0:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up pciutils (1:3.2.1-1ubuntu5.1) ...
Setting up libdrm2:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libudev1:i386 (204-5ubuntu20.18) ...
Setting up libdrm-radeon1:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libsystemd-daemon0:i386 (204-5ubuntu20.18) ...
Setting up libgtk2.0-common (2.24.23-0ubuntu1.4) ...
Setting up libsystemd-login0:i386 (204-5ubuntu20.18) ...
Setting up uno-libs3 (5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libdrm-nouveau2:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libasan0:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libdrm-amdgpu1:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libgfortran3:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-style-galaxy (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up fonts-opensymbol (2:102.7+LibO5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libdrm-intel1:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libnettle4:i386 (2.7.1-1ubuntu0.1) ...
Setting up ntpdate (1:4.2.6.p5+dfsg-3ubuntu2.14.04.8) ...
Setting up firefox-locale-en (44.0.2+build1-0ubuntu0.14.04.1) ...
Setting up udev (204-5ubuntu20.18) ...
udev stop/waiting
udev start/running, process 3343
update-initramfs: deferring update (trigger activated)
Setting up libgomp1:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libitm1:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-style-human (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up ure (5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libgudev-1.0-0:i386 (1:204-5ubuntu20.18) ...
Setting up systemd-services (204-5ubuntu20.18) ...
Setting up libhogweed2:i386 (2.7.1-1ubuntu0.1) ...
Setting up libreoffice-style-tango (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libgtk2.0-0:i386 (2.24.23-0ubuntu1.4) ...
Setting up libgcc-4.8-dev:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libpam-systemd:i386 (204-5ubuntu20.18) ...
Setting up gtk2-engines-pixbuf:i386 (2.24.23-0ubuntu1.4) ...
Setting up libreoffice-common (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up flashplugin-installer (11.2.202.569ubuntu0.14.04.1) ...
Setting up gir1.2-gudev-1.0 (1:204-5ubuntu20.18) ...
Setting up libgail18:i386 (2.24.23-0ubuntu1.4) ...
Setting up google-chrome-stable (48.0.2564.109-1) ...
Setting up libgail-common:i386 (2.24.23-0ubuntu1.4) ...
Setting up gir1.2-gtk-2.0 (2.24.23-0ubuntu1.4) ...
Setting up libdrm-dev:i386 (2.4.64-1~ubuntu14.04.1) ...
Setting up libgtk2.0-bin (2.24.23-0ubuntu1.4) ...
Setting up firefox (44.0.2+build1-0ubuntu0.14.04.1) ...
Please restart all running instances of firefox, or you will experience problems.
Setting up libreoffice-core (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up python3-uno (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-math (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libstdc++-4.8-dev:i386 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-l10n-en-gb (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-base-core (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-l10n-en-za (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-emailmerge (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-pdfimport (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-avmedia-backend-gstreamer (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-gtk (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-draw (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-calc (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libreoffice-impress (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-writer (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-gnome (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-help-en-gb (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-presentation-minimizer (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-ogltrans (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Setting up libreoffice-help-en-us (1:5.0.5~rc2-0ubuntu1~trusty1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-77-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.canonical.com precise InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://extras.ubuntu.com trusty Release.gpg
Ign http://dl.google.com stable InRelease
Hit http://archive.canonical.com precise Release.gpg
Hit http://ppa.launchpad.net trusty InRelease
Hit http://extras.ubuntu.com trusty Release
Hit http://archive.canonical.com precise Release
Hit http://dl.google.com stable Release.gpg
Hit http://ppa.launchpad.net trusty InRelease
Hit http://extras.ubuntu.com trusty/main Sources
Ign http://archive.ubuntu.com trusty InRelease
Hit http://archive.canonical.com precise/partner i386 Packages
Hit http://ppa.launchpad.net trusty InRelease
Hit http://archive.canonical.com precise/partner Translation-en
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty InRelease
Hit http://dl.google.com stable Release
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://dl.google.com stable/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main Sources
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Ign http://extras.ubuntu.com trusty/main Translation-en
Get:2 http://dl.google.com stable/main Translation-en_US [2,817 B]
Ign http://dl.google.com stable/main Translation-en
Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
Hit http://archive.ubuntu.com trusty Release.gpg
Get:4 http://archive.ubuntu.com trusty-updates/main Sources [260 kB]
Get:5 http://archive.ubuntu.com trusty-updates/restricted Sources [5,351 B]
Get:6 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
Get:7 http://archive.ubuntu.com trusty-updates/universe Sources [150 kB]
Get:8 http://archive.ubuntu.com trusty-updates/main i386 Packages [684 kB]
Get:9 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
Get:10 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
Get:11 http://archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Get:12 http://archive.ubuntu.com trusty-security/main Sources [105 kB]
Get:13 http://archive.ubuntu.com trusty-security/restricted Sources [4,035 B]
Get:14 http://archive.ubuntu.com trusty-security/multiverse Sources [2,767 B]
Get:15 http://archive.ubuntu.com trusty-security/universe Sources [33.0 kB]
Get:16 http://archive.ubuntu.com trusty-security/main i386 Packages [393 kB]
Get:17 http://archive.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
Get:18 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
Get:19 http://archive.ubuntu.com trusty-security/universe i386 Packages [124 kB]
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 2,285 kB in 1min 21s (28.2 kB/s)
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
pinkesh_patel@MC:~$

Revision history for this message
Pinkesh (pinkeshpatel) said :
#11

i am providing images of my package manager settings for further details
file:///home/pinkesh_patel/Desktop/Screenshot%20from%202016-02-19%2007:22:24.png
file:///home/pinkesh_patel/Desktop/Screenshot%20from%202016-02-19%2007:22:44.png
file:///home/pinkesh_patel/Desktop/Screenshot%20from%202016-02-19%2007:28:14.png
file:///home/pinkesh_patel/Desktop/Screenshot%20from%202016-02-19%2007:23:13.png

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

The only people who can use those links are users on your system.

You need to use a service like Imageshack or Dropbox to make a URL of the image.

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

1. Whenever you see a message like

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.

You have to delete the offending file, in this case with a command like

sudo rm /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fUS

I assume the broken files like that are created by your proxy server when you are not logged in.
Please authenticate to your web proxy before you start any command that tries downloading packages or package information files.

2. The command

sudo apt-get --purge autoremove

should uninstall obsolete kernel package and clean up your system. (Running that command makes sense only when the 'No Package header' error is not showing).

3. for the GRUB... warning, what is the output of the command

cat -n /etc/default/grub

Revision history for this message
Pinkesh (pinkeshpatel) said :
#14

Hello Mr. Manfred Hampl (m-hampl)

the GRUB... warning output of the command cat -n /etc/default/grub is as following

pinkesh_patel@MC:~$ cat -n /etc/default/grub
     1 # If you change this file, run 'update-grub' afterwards to update
     2 # /boot/grub/grub.cfg.
     3 # For full documentation of the options in this file, see:
     4 # info -f grub -n 'Simple configuration'
     5
     6 GRUB_DEFAULT=0
     7 GRUB_HIDDEN_TIMEOUT=0
     8 GRUB_HIDDEN_TIMEOUT_QUIET=true
     9 GRUB_TIMEOUT=10
    10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    11 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    12 GRUB_CMDLINE_LINUX=""
    13
    14 # Uncomment to enable BadRAM filtering, modify to suit your needs
    15 # This works with Linux (no patch required) and with any kernel that obtains
    16 # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    17 #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    18
    19 # Uncomment to disable graphical terminal (grub-pc only)
    20 #GRUB_TERMINAL=console
    21
    22 # The resolution used on graphical terminal
    23 # note that you can use only modes which your graphic card supports via VBE
    24 # you can see them in real GRUB with the command `vbeinfo'
    25 #GRUB_GFXMODE=640x480
    26
    27 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    28 #GRUB_DISABLE_LINUX_UUID=true
    29
    30 # Uncomment to disable generation of recovery mode menu entries
    31 #GRUB_DISABLE_RECOVERY="true"
    32
    33 # Uncomment to get a beep at grub start
    34 #GRUB_INIT_TUNE="480 440 1"
pinkesh_patel@MC:~$

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

Issue the command

sudo gedit /etc/default/grub

This should ask for your password as confirmation of an administrative action and then will open an editor with the grub configuration file loaded.

Scroll down to line number 7 and insert a '#' character at the beginning of that lines that it looks similar to this:

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTION=...
etc.

Then save the file and close the editor.

As a last step re-issue the command
sudo update-grub

Revision history for this message
Pinkesh (pinkeshpatel) said :
#16

Hello Mr. Manfred Hampl
output of the command sudo update-grub is as follows:

pinkesh_patel@MC:~$ sudo gedit /etc/default/grub
[sudo] password for pinkesh_patel:
pinkesh_patel@MC:~$ sudo update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-77-generic
Found initrd image: /boot/initrd.img-3.13.0-77-generic
Found linux image: /boot/vmlinuz-3.13.0-76-generic
Found initrd image: /boot/initrd.img-3.13.0-76-generic
Found linux image: /boot/vmlinuz-3.13.0-74-generic
Found initrd image: /boot/initrd.img-3.13.0-74-generic
Found linux image: /boot/vmlinuz-3.13.0-71-generic
Found initrd image: /boot/initrd.img-3.13.0-71-generic
Found linux image: /boot/vmlinuz-3.13.0-68-generic
Found initrd image: /boot/initrd.img-3.13.0-68-generic
Found linux image: /boot/vmlinuz-3.13.0-66-generic
Found initrd image: /boot/initrd.img-3.13.0-66-generic
Found linux image: /boot/vmlinuz-3.13.0-65-generic
Found initrd image: /boot/initrd.img-3.13.0-65-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Found linux image: /boot/vmlinuz-3.13.0-62-generic
Found initrd image: /boot/initrd.img-3.13.0-62-generic
Found linux image: /boot/vmlinuz-3.13.0-61-generic
Found initrd image: /boot/initrd.img-3.13.0-61-generic
Found linux image: /boot/vmlinuz-3.13.0-58-generic
Found initrd image: /boot/initrd.img-3.13.0-58-generic
Found linux image: /boot/vmlinuz-3.13.0-55-generic
Found initrd image: /boot/initrd.img-3.13.0-55-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-46-generic
Found initrd image: /boot/initrd.img-3.13.0-46-generic
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
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-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-36-generic
Found initrd image: /boot/initrd.img-3.13.0-36-generic
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
pinkesh_patel@MC:~$

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

Oh jeez, so many kernels. I suggest you try clear some of those off. Keep the running kernel and the 2 versions before it. Saves you lots of space.

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

No more errors from grub.

Anything else still not working as desired?

Revision history for this message
Pinkesh (pinkeshpatel) said :
#19

Hello Mr. Manfred Hampl and actionparsnip(andrew-woodhead666)

still same error.

and how to remove so many kernels for cleaning the system. please give command and which kernel i have to remove?

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

"still same error." Which one?

What do you get for

sudo apt-get --purge autoremove

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

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