Broken apt and dpkg after installing wine 1.6 on ubuntu 12.04 64 bit..problems with umet dependencies.

Asked by Onkar

server1@server1:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    (still_supported, support_str) = get_maintenance_status(cache, pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 41, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
server1@server1:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
server1@server1:~$ dpkg --print-foreign-architectures
dpkg: unknown option --print-foreign-architectures

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
server1@server1:~$ sudo grep -R proxy /etc/apt/*
server1@server1:~$ grep proxy /etc/environment
server1@server1:~$ echo $http_proxy

server1@server1:~$ echo $ftp_proxy

server1@server1:~$ grep proxy /etc/bash.bashrc
server1@server1:~$ grep proxy ~/.bashrc
server1@server1:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
server1@server1:~$ sudo fuser -vvv /var/lib/dpkg/lock
server1@server1:~$ sudo fuser -vvv /var/cache/apt/archives/lock
server1@server1:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
server1@server1:~$ uname -a
Linux server1 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
server1@server1:~$ sudo rm /var/lib/apt/lists/lock
server1@server1:~$ sudo rm /var/cache/apt/archives/lock
server1@server1:~$ sudo rm /var/lib/dpkg/lock
server1@server1:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
server1@server1:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
server1@server1:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
server1@server1:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
server1@server1:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
server1@server1:~$ sudo rm -rf /var/lib/dpkg/updates/*
server1@server1:~$ sudo rm -rf /var/lib/apt/lists
server1@server1:~$ sudo rm /var/cache/apt/*.bin
server1@server1:~$ sudo mkdir /var/lib/apt/lists
server1@server1:~$ sudo mkdir /var/lib/apt/lists/partial
server1@server1:~$ LANG=C;sudo apt-get clean
server1@server1:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
server1@server1:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package ttf-mscorefonts-installer needs to be reinstalled, but I can't find an archive for it.
server1@server1:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Ign http://archive.canonical.com precise InRelease
Ign http://security.ubuntu.com lucid-security InRelease
Ign http://dell.archive.canonical.com precise-dell InRelease
Get:1 http://archive.canonical.com precise Release.gpg [198 B]
Get:2 http://dell.archive.canonical.com precise-dell Release.gpg [287 B]
Get:3 http://archive.canonical.com precise Release [7078 B]
Ign http://archive.ubuntu.com precise InRelease
Ign http://archive.ubuntu.com precise-updates InRelease
Ign http://archive.canonical.com precise Release
Get:4 http://dell.archive.canonical.com precise-dell Release [4238 B]
Ign http://dell.archive.canonical.com precise-dell Release
Get:5 http://archive.canonical.com precise/partner Sources [4879 B]
Get:6 http://dell.archive.canonical.com precise-dell/public Sources [2716 B]
Get:7 http://archive.ubuntu.com precise Release.gpg [198 B]
Get:8 http://dell.archive.canonical.com precise-dell/public amd64 Packages [3139 B]
Ign http://dell.archive.canonical.com precise-dell/public TranslationIndex
Get:9 http://archive.canonical.com precise/partner amd64 Packages [7897 B]
Ign http://archive.canonical.com precise/partner TranslationIndex
Get:10 http://security.ubuntu.com lucid-security Release.gpg [198 B]
Get:11 http://security.ubuntu.com lucid-security Release [57.3 kB]
Get:12 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Ign http://cran.r-project.org precise/ InRelease
Get:13 http://cran.r-project.org precise/ Release.gpg [490 B]
Get:14 http://archive.ubuntu.com precise Release [49.6 kB]
Get:15 http://cran.r-project.org precise/ Release [3711 B]
Ign http://cran.r-project.org precise/ Release
Get:16 http://archive.cloudera.com precise-cm4 InRelease [1901 B]
Ign http://dell.archive.canonical.com precise-dell/public Translation-en
Ign http://archive.canonical.com precise/partner Translation-en
Get:17 http://cran.r-project.org precise/ Packages [103 kB]
Ign http://security.ubuntu.com lucid-security Release
Ign http://archive.ubuntu.com precise Release
Get:18 http://security.ubuntu.com lucid-security/main amd64 Packages [569 kB]
Get:19 http://archive.cloudera.com precise-cm4/contrib Sources [20 B]
Get:20 http://archive.ubuntu.com precise-updates Release [98.7 kB]
Get:21 http://archive.cloudera.com precise-cm4/contrib amd64 Packages [1869 B]
Ign http://archive.ubuntu.com precise-updates Release
Ign http://archive.cloudera.com precise-cm4/contrib TranslationIndex
Ign http://cran.r-project.org precise/ Translation-en
Ign http://security.ubuntu.com lucid-security/main TranslationIndex
Get:22 http://archive.ubuntu.com precise/main Sources [934 kB]
Ign http://security.ubuntu.com lucid-security/main Translation-en
Ign http://dl.google.com stable InRelease
Get:23 http://dl.google.com stable Release.gpg [198 B]
Get:24 http://dl.google.com stable Release [1347 B]
Ign http://dl.google.com stable Release
Get:25 http://dl.google.com stable/main amd64 Packages [723 B]
Ign http://dl.google.com stable/main TranslationIndex
Ign http://archive.cloudera.com precise-cm4/contrib Translation-en
Ign http://dl.google.com stable/main Translation-en
Get:26 http://archive.ubuntu.com precise/restricted Sources [5470 B]
Get:27 http://archive.ubuntu.com precise/universe Sources [5019 kB]
Get:28 http://archive.ubuntu.com precise/multiverse Sources [155 kB]
Get:29 http://archive.ubuntu.com precise/main amd64 Packages [1273 kB]
Get:30 http://archive.ubuntu.com precise/restricted amd64 Packages [8452 B]
Get:31 http://archive.ubuntu.com precise/universe amd64 Packages [4786 kB]
Get:32 http://archive.ubuntu.com precise/multiverse amd64 Packages [119 kB]
Get:33 http://archive.ubuntu.com precise/main TranslationIndex [3706 B]
Get:34 http://archive.ubuntu.com precise/multiverse TranslationIndex [2676 B]
Get:35 http://archive.ubuntu.com precise/restricted TranslationIndex [2596 B]
Get:36 http://archive.ubuntu.com precise/universe TranslationIndex [2922 B]
Get:37 http://archive.ubuntu.com precise-updates/main Sources [476 kB]
Get:38 http://archive.ubuntu.com precise-updates/restricted Sources [8056 B]
Get:39 http://archive.ubuntu.com precise-updates/universe Sources [109 kB]
Get:40 http://archive.ubuntu.com precise-updates/multiverse Sources [8893 B]
Get:41 http://archive.ubuntu.com precise-updates/main amd64 Packages [823 kB]
Get:42 http://archive.ubuntu.com precise-updates/restricted amd64 Packages [13.7 kB]
Get:43 http://archive.ubuntu.com precise-updates/universe amd64 Packages [246 kB]
Get:44 http://archive.ubuntu.com precise-updates/multiverse amd64 Packages [15.3 kB]
Get:45 http://archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
Get:46 http://archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
Get:47 http://archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
Get:48 http://archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
Get:49 http://archive.ubuntu.com precise/main Translation-en [726 kB]
Get:50 http://archive.ubuntu.com precise/multiverse Translation-en [93.4 kB]
Get:51 http://archive.ubuntu.com precise/restricted Translation-en [2395 B]
Get:52 http://archive.ubuntu.com precise/universe Translation-en [3341 kB]
Get:53 http://archive.ubuntu.com precise-updates/main Translation-en [361 kB]
Get:54 http://archive.ubuntu.com precise-updates/multiverse Translation-en [9010 B]
Get:55 http://archive.ubuntu.com precise-updates/restricted Translation-en [3027 B]
Get:56 http://archive.ubuntu.com precise-updates/universe Translation-en [144 kB]
Fetched 19.6 MB in 22s (871 kB/s)
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://dell.archive.canonical.com precise-dell Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9FDA6BED73CDC22
W: GPG error: http://cran.r-project.org precise/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 51716619E084DAB9
W: GPG error: http://security.ubuntu.com lucid-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://archive.ubuntu.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://archive.ubuntu.com precise-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_Packages)
server1@server1:~$ sudo dpkg --configure -a
dpkg: file triggers record mentions illegal package name `libglib2.0-0:i386' (for interest in file `/usr/lib/i386-linux-gnu/gio/modules'): character `:' not allowed (only letters, digits and characters `-+._')
server1@server1:~$ sudo dpkg --clear-avail
server1@server1:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  python-central libgsoap1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  ttf-mscorefonts-installer
The following packages will be upgraded:
  ttf-mscorefonts-installer
1 upgraded, 0 newly installed, 0 to remove and 648 not upgraded.
2 not fully installed or removed.
Need to get 27.4 kB of archives.
After this operation, 133 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
  ttf-mscorefonts-installer
Install these packages without verification [y/N]? y
Get:1 http://archive.ubuntu.com/ubuntu/ precise/multiverse ttf-mscorefonts-installer all 3.4ubuntu3 [27.4 kB]
Fetched 27.4 kB in 1s (15.0 kB/s)
Preconfiguring packages ...
dpkg: file triggers record mentions illegal package name `libglib2.0-0:i386' (for interest in file `/usr/lib/i386-linux-gnu/gio/modules'): character `:' not allowed (only letters, digits and characters `-+._')
E: Sub-process /usr/bin/dpkg returned an error code (2)
server1@server1:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  python-central libgsoap1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  ttf-mscorefonts-installer
The following packages will be upgraded:
  ttf-mscorefonts-installer
1 upgraded, 0 newly installed, 0 to remove and 648 not upgraded.
2 not fully installed or removed.
Need to get 0 B/27.4 kB of archives.
After this operation, 133 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
  ttf-mscorefonts-installer
Install these packages without verification [y/N]? y
Preconfiguring packages ...
dpkg: file triggers record mentions illegal package name `libglib2.0-0:i386' (for interest in file `/usr/lib/i386-linux-gnu/gio/modules'): character `:' not allowed (only letters, digits and characters `-+._')
E: Sub-process /usr/bin/dpkg returned an error code (2)
server1@server1:~$ 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://dl.google.com stable InRelease
Ign http://cran.r-project.org precise/ InRelease
Get:1 http://archive.canonical.com precise Release.gpg [198 B]
Get:2 http://dl.google.com stable Release.gpg [198 B]
Ign http://dell.archive.canonical.com precise-dell InRelease
Ign http://security.ubuntu.com lucid-security InRelease
Get:3 http://cran.r-project.org precise/ Release.gpg [490 B]
Hit http://archive.canonical.com precise Release
Ign http://archive.canonical.com precise Release
Hit http://dl.google.com stable Release
Ign http://dl.google.com stable Release
Get:4 http://dell.archive.canonical.com precise-dell Release.gpg [287 B]
Get:5 http://security.ubuntu.com lucid-security Release.gpg [198 B]
Ign http://archive.canonical.com precise/partner Sources/DiffIndex
Hit http://cran.r-project.org precise/ Release
Ign http://cran.r-project.org precise/ Release
Hit http://archive.cloudera.com precise-cm4 InRelease
Hit http://security.ubuntu.com lucid-security Release
Ign http://security.ubuntu.com lucid-security Release
Ign http://archive.canonical.com precise/partner amd64 Packages/DiffIndex
Ign http://archive.canonical.com precise/partner TranslationIndex
Ign http://cran.r-project.org precise/ Packages/DiffIndex
Ign http://archive.ubuntu.com precise InRelease
Ign http://archive.ubuntu.com precise-updates InRelease
Ign http://security.ubuntu.com lucid-security/main amd64 Packages/DiffIndex
Ign http://dl.google.com stable/main amd64 Packages/DiffIndex
Hit http://archive.canonical.com precise/partner Sources
Get:6 http://archive.ubuntu.com precise Release.gpg [198 B]
Ign http://dl.google.com stable/main TranslationIndex
Ign http://security.ubuntu.com lucid-security/main TranslationIndex
Hit http://archive.canonical.com precise/partner amd64 Packages
Get:7 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Hit http://dell.archive.canonical.com precise-dell Release
Ign http://dell.archive.canonical.com precise-dell Release
Hit http://cran.r-project.org precise/ Packages
Hit http://dl.google.com stable/main amd64 Packages
Hit http://security.ubuntu.com lucid-security/main amd64 Packages
Ign http://dell.archive.canonical.com precise-dell/public Sources/DiffIndex
Hit http://archive.ubuntu.com precise Release
Ign http://archive.ubuntu.com precise Release
Ign http://dell.archive.canonical.com precise-dell/public amd64 Packages/DiffIndex
Ign http://dell.archive.canonical.com precise-dell/public TranslationIndex
Hit http://archive.ubuntu.com precise-updates Release
Ign http://archive.ubuntu.com precise-updates Release
Hit http://dell.archive.canonical.com precise-dell/public Sources
Hit http://dell.archive.canonical.com precise-dell/public amd64 Packages
Ign http://archive.ubuntu.com precise/main Sources/DiffIndex
Ign http://archive.ubuntu.com precise/restricted Sources/DiffIndex
Ign http://archive.ubuntu.com precise/universe Sources/DiffIndex
Ign http://archive.ubuntu.com precise/multiverse Sources/DiffIndex
Ign http://archive.ubuntu.com precise/main amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/restricted amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/universe amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/multiverse amd64 Packages/DiffIndex
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.cloudera.com precise-cm4/contrib Sources
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Ign http://archive.ubuntu.com precise-updates/main Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/restricted Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/universe Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/multiverse Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/main amd64 Packages/DiffIndex
Ign http://archive.canonical.com precise/partner Translation-en
Ign http://cran.r-project.org precise/ Translation-en
Ign http://dl.google.com stable/main Translation-en
Ign http://archive.ubuntu.com precise-updates/restricted amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise-updates/universe amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise-updates/multiverse amd64 Packages/DiffIndex
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/multiverse amd64 Packages
Hit http://archive.cloudera.com precise-cm4/contrib amd64 Packages
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/multiverse Sources
Ign http://archive.cloudera.com precise-cm4/contrib TranslationIndex
Ign http://security.ubuntu.com lucid-security/main Translation-en
Hit http://archive.ubuntu.com precise-updates/main amd64 Packages
Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages
Ign http://dell.archive.canonical.com precise-dell/public Translation-en
Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Ign http://archive.cloudera.com precise-cm4/contrib Translation-en
Fetched 1767 B in 3s (523 B/s)
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://cran.r-project.org precise/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 51716619E084DAB9
W: GPG error: http://security.ubuntu.com lucid-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://dell.archive.canonical.com precise-dell Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9FDA6BED73CDC22
W: GPG error: http://archive.ubuntu.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://archive.ubuntu.com precise-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_Packages)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  libframe6 libgeis1 libgrail5 liblzma-dev linux-headers-3.2.0-67
  linux-headers-3.2.0-67-generic linux-image-3.2.0-67-generic
  printer-driver-postscript-hp python-lockfile security-archive ubuntu-uee
The following packages will be upgraded:
  accountsservice acpi-support activity-log-manager-common
  activity-log-manager-control-center adobe-flash-properties-gtk
  adobe-flashplugin alsa-base alsa-utils apparmor appmenu-gtk appmenu-gtk3
  apport apport-gtk apport-symptoms apt apt-transport-https apt-utils
  apt-xapian-index aptdaemon aptdaemon-data avahi-autoipd avahi-daemon
  avahi-utils bamfdaemon base-files bash bash-completion bc bind9-host
  binutils bluez bluez-alsa bluez-cups bluez-gstreamer brasero brasero-cdrkit
  brasero-common bsdutils build-essential business-client-meta
  busybox-initramfs busybox-static ca-certificates checkbox checkbox-qt
  chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra
  cloudera-manager-agent cloudera-manager-daemons cloudera-manager-server
  cloudera-manager-server-db colord compiz compiz-core compiz-gnome
  compiz-plugins-default compiz-plugins-main-default consolekit coreutils cups
  cups-bsd cups-client cups-common cups-filters cups-ppdc dbus dbus-x11 dc
  dconf-gsettings-backend dconf-service deja-dup dell-recovery dkms dmidecode
  dmsetup dnsmasq-base dnsutils dosfstools dpkg dpkg-dev duplicity
  ecryptfs-utils empathy empathy-common eog evince evince-common
  evolution-data-server evolution-data-server-common file firefox
  firefox-globalmenu firefox-gnome-support firefox-locale-en fontconfig
  fonts-liberation fonts-opensymbol foomatic-filters gcalctool gdb
  geoclue-ubuntu-geoip ghostscript ghostscript-cups ghostscript-x ginn
  gir1.2-appindicator3-0.1 gir1.2-dbusmenu-glib-0.4 gir1.2-dbusmenu-gtk-0.4
  gir1.2-dee-1.0 gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0
  gir1.2-gst-plugins-base-0.10 gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gudev-1.0
  gir1.2-javascriptcoregtk-3.0 gir1.2-launchpad-integration-3.0
  gir1.2-pango-1.0 gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-unity-5.0
  gir1.2-webkit-3.0 glib-networking glib-networking-common
  glib-networking-services gnome-accessibility-themes gnome-bluetooth
  gnome-control-center gnome-control-center-data gnome-desktop3-data
  gnome-games-data gnome-icon-theme gnome-keyring gnome-media
  gnome-online-accounts gnome-power-manager gnome-screenshot
  gnome-settings-daemon gnome-sudoku gnomine gnupg gpgv grub-common grub-pc
  grub-pc-bin grub2-common gstreamer0.10-alsa gstreamer0.10-gconf
  gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps
  gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-x gvfs
  gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs gwibber
  gwibber-service gwibber-service-facebook gwibber-service-identica
  gwibber-service-twitter hplip hplip-data icedtea-6-jre-cacao
  icedtea-6-jre-jamvm icedtea-6-plugin icedtea-7-jre-jamvm icedtea-netx
  icedtea-netx-common ifupdown im-switch indicator-messages
  indicator-status-provider-mc5 initramfs-tools initramfs-tools-bin
  initscripts iproute iptables isc-dhcp-client isc-dhcp-common jockey-common
  jockey-gtk krb5-locales landscape-client-ui-install language-pack-en
  language-pack-en-base language-pack-gnome-en language-pack-gnome-en-base
  language-selector-common language-selector-gnome launchpad-integration
  libaccountsservice0 libappindicator1 libappindicator3-1 libapt-inst1.4
  libapt-pkg4.12 libart-2.0-2 libaudio2 libavahi-core7 libavahi-glib1
  libavahi-gobject0 libavahi-ui-gtk3-0 libavcodec53 libavformat53 libavutil51
  libbamf0 libbamf3-0 libbind9-80 libblkid1 libbluetooth3 libbrasero-media3-1
  libcamel-1.2-29 libck-connector0 libcolord1 libcupscgi1 libcupsdriver1
  libcupsfilters1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3
  libcurl3-gnutls libcurl3-nss libcurl4-gnutls-dev libdbus-glib-1-2
  libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdconf-dbus-1-0
  libdconf0 libdecoration0 libdee-1.0-4 libdevmapper-event1.02.1
  libdevmapper1.02.1 libdjvulibre-text libdjvulibre21 libdns81 libdpkg-perl
  libebackend-1.2-1 libebook-1.2-12 libecal-1.2-10 libecryptfs0
  libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver-1.2-15
  libedataserverui-3.0-1 libevince3-3 libfreerdp-plugins-standard libfreerdp1
  libfs6 libgail-3-0 libgail-common libgail18 libgck-1-0 libgcr-3-1
  libgcr-3-common libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libglib2.0-data
  libglu1-mesa libgnome-bluetooth8 libgnome-control-center1
  libgnome-desktop-3-2 libgnome2-common libgnomekbd-common libgnomekbd7
  libgoa-1.0-0 libgoa-1.0-common libgpgme11 libgrip0 libgs9 libgs9-common
  libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin
  libgtk2.0-common libgudev-1.0-0 libgwibber-gtk2 libgwibber2 libhpmud0
  libicu48 libindicator-messages-status-provider1 libisc83 libisccc80
  libisccfg82 libjack-jackd2-0 libjavascriptcoregtk-3.0-0 libjson0
  liblaunchpad-integration-3.0-1 liblaunchpad-integration-common liblcms2-2
  liblightdm-gobject-1-0 liblockfile-bin liblockfile1 liblvm2app2.2 liblwres80
  libmagic1 libminiupnpc8 libmission-control-plugins0 libmount1
  libmysqlclient-dev libmysqlclient18 libnautilus-extension1a libneon27-gnutls
  libnih-dbus1 libnih1 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0
  libnm-util2 libnspr4 libnux-2.0-0 libnux-2.0-common
  liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 libpam-ck-connector
  libpam-gnome-keyring libpango1.0-0 libparted0debian1 libpci3 libperl5.14
  libpixman-1-0 libplymouth2 libpolkit-agent-1-0 libpolkit-backend-1-0
  libpolkit-gobject-1-0 libpoppler-glib8 libpoppler19 libpostproc52 libpq5
  libproxy1 libproxy1-plugin-gsettings libproxy1-plugin-networkmanager
  libpulse-mainloop-glib0 libpulse0 libpulsedsp libpurple-bin libpurple0
  libpython2.7 libqt4-dbus libqt4-declarative libqt4-designer libqt4-help
  libqt4-network libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql
  libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns
  libqtcore4 libqtgui4 libraptor2-0 libraw5 libreoffice-base-core
  libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw
  libreoffice-emailmerge libreoffice-gnome libreoffice-gtk
  libreoffice-help-en-us libreoffice-impress libreoffice-math
  libreoffice-style-human libreoffice-style-tango libreoffice-writer
  librhythmbox-core5 librsvg2-2 librsvg2-common libsane-hpaio
  libservlet2.5-java libsmbclient libsnmp-base libsnmp15 libssh-4 libssl1.0.0
  libswscale2 libsyncdaemon-1.0-1 libtelepathy-glib0 libtomcat6-java libtotem0
  libudev0 libunity-2d-private0 libunity-core-5.0-5 libunity9 libupower-glib1
  libusbmuxd1 libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libx11-data
  libxatracker1 libxcb-dri2-0 libxcb-render0 libxcb-shape0 libxcb-shm0
  libxfont1 libxp6 libxres1 libxtst6 libxv1 libxvmc1 libxxf86dga1 light-themes
  lightdm linux-firmware linux-generic linux-headers-generic
  linux-image-generic linux-libc-dev linux-sound-base login lsb-base
  lsb-release mahjongg make man-db manage-distro-upgrade mount mountall mtools
  multiarch-support mysql-client-5.5 mysql-client-core-5.5 mysql-common
  mysql-server mysql-server-5.5 mysql-server-core-5.5 nautilus nautilus-data
  nautilus-sendto-empathy network-manager network-manager-gnome notify-osd
  notify-osd-icons ntfs-3g nux-tools nvidia-common onboard openjdk-6-jre
  openjdk-6-jre-headless openjdk-6-jre-lib openjdk-7-jdk openjdk-7-jre
  openjdk-7-jre-headless openjdk-7-jre-lib openssh-client openssh-server
  openssl overlay-scrollbar parted passwd pciutils perl perl-base perl-modules
  plymouth plymouth-label plymouth-theme-ubuntu-logo
  plymouth-theme-ubuntu-text pm-utils policykit-1 policykit-1-gnome
  poppler-utils postgresql-8.4 postgresql-client-8.4 printer-driver-hpcups
  printer-driver-hpijs procps psmisc pulseaudio pulseaudio-module-bluetooth
  pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python
  python-appindicator python-apport python-apt python-apt-common
  python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat
  python-debtagshw python-gst0.10 python-httplib2 python-imaging
  python-keyring python-lazr.restfulclient python-libproxy python-libxml2
  python-minimal python-openssl python-piston-mini-client
  python-problem-report python-software-properties python-ubuntu-sso-client
  python-ubuntuone-client python-ubuntuone-storageprotocol python-uno
  python2.7 python2.7-minimal qdbus r-base r-base-core r-base-dev r-base-html
  r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign
  r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv
  r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival
  r-doc-html r-recommended remmina remmina-common remmina-plugin-rdp
  remmina-plugin-vnc resolvconf rhythmbox rhythmbox-data rhythmbox-mozilla
  rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune
  rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone rsyslog
  rtkit samba-common samba-common-bin seahorse sessioninstaller simple-scan
  smbclient software-center software-properties-common software-properties-gtk
  ssh ssh-askpass-gnome sudo sysv-rc sysvinit-utils telepathy-gabble
  telepathy-idle telepathy-mission-control-5 thunderbird
  thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en
  thunderbird-locale-en-us tomcat6 tomcat6-common totem totem-common
  totem-mozilla totem-plugins transmission-common transmission-gtk
  ttf-mscorefonts-installer tzdata tzdata-java ubuntu-desktop ubuntu-docs
  ubuntu-keyring ubuntu-minimal ubuntu-sso-client ubuntu-sso-client-gtk
  ubuntu-sso-client-qt ubuntu-standard ubuntu-system-service ubuntuone-client
  ubuntuone-installer udev udisks unattended-upgrades unity unity-2d
  unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread unity-common
  unity-greeter unity-lens-applications unity-lens-files unity-lens-music
  unity-lens-video unity-scope-musicstores unity-scope-video-remote
  unity-services uno-libs3 unzip update-manager update-manager-core
  update-notifier update-notifier-common upower upstart ure usb-creator-common
  usb-creator-gtk usbmuxd util-linux uuid-runtime vino wget whoopsie
  wpasupplicant x11-common x11-utils xdiagnose xkb-data xorg xserver-common
  xserver-xorg xserver-xorg-core xserver-xorg-input-all
  xserver-xorg-input-synaptics xserver-xorg-input-wacom xserver-xorg-video-all
  xserver-xorg-video-intel xserver-xorg-video-nouveau
  xserver-xorg-video-openchrome xserver-xorg-video-qxl xterm xul-ext-ubufox
649 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 849 MB/849 MB of archives.
After this operation, 261 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
  libssl1.0.0 libpython2.7 python2.7 python2.7-minimal dpkg python
  python-minimal python-apt-common libapt-pkg4.12 libapt-inst1.4 python-apt
  fontconfig libpango1.0-0 libgail-3-0 libgtk-3-bin libdconf-dbus-1-0
  libdconf0 dconf-gsettings-backend dconf-service libgtk-3-0 libgtk-3-common
  libgtk2.0-common libgail-common libgail18 librsvg2-common
  libgdk-pixbuf2.0-common libgdk-pixbuf2.0-0 libgtk2.0-0 librsvg2-2
  gir1.2-dbusmenu-gtk-0.4 libdbusmenu-gtk4 gir1.2-gdkpixbuf-2.0
  gir1.2-pango-1.0 gir1.2-gtk-2.0 gir1.2-dbusmenu-glib-0.4 libdbusmenu-glib4
  libdbusmenu-gtk3-4 libappindicator3-1 libudev0 libgudev-1.0-0 lsb-release
  update-manager update-manager-core python-aptdaemon.pkcompat aptdaemon
  apt-utils ubuntu-keyring gpgv gnupg apt unattended-upgrades
  python-software-properties libpolkit-gobject-1-0 libpolkit-backend-1-0
  libpolkit-agent-1-0 libck-connector0 libdbus-glib-1-2 sysvinit-utils sysv-rc
  libdevmapper1.02.1 initramfs-tools initramfs-tools-bin busybox-initramfs
  lsb-base tzdata-java tzdata util-linux dmsetup bluez procps plymouth-label
  plymouth libplymouth2 mountall base-files initscripts consolekit udev
  coreutils libnih-dbus1 libnih1 mount passwd iproute ifupdown upstart dbus
  policykit-1 python-aptdaemon.gtk3widgets python-aptdaemon gir1.2-gtk-3.0
  aptdaemon-data libpixman-1-0 notify-osd update-notifier
  update-notifier-common ttf-mscorefonts-installer man-db bash login perl
  libperl5.14 perl-base perl-modules bsdutils libblkid1 libmount1
  liblockfile-bin liblockfile1 resolvconf apparmor bash-completion im-switch
  language-selector-gnome accountsservice libaccountsservice0
  language-selector-common libcurl4-gnutls-dev openssl ca-certificates
  libcurl3-gnutls libparted0debian1 pciutils libpci3 ntfs-3g linux-sound-base
  alsa-utils appmenu-gtk appmenu-gtk3 chromium-browser-l10n libnspr4 dbus-x11
  x11-common libxtst6 chromium-codecs-ffmpeg-extra chromium-browser libcolord1
  liblcms2-2 colord libcupsfilters1 libcupsimage2 libpoppler19 libgs9-common
  ghostscript-x ghostscript libgs9 fonts-liberation cups-filters libcupsmime1
  libcupscgi1 libcupsppdc1 poppler-utils cups-common cups-bsd cups-client bc
  cups-ppdc cups foomatic-filters liblaunchpad-integration-common
  liblaunchpad-integration-3.0-1 gstreamer0.10-gconf
  gstreamer0.10-plugins-base libjack-jackd2-0 libxv1
  gstreamer0.10-plugins-good libxcb-shape0 libxxf86dga1 x11-utils gnome-media
  language-pack-en language-pack-en-base language-pack-gnome-en
  language-pack-gnome-en-base libart-2.0-2 libaudio2 libavahi-core7
  libavahi-glib1 libavahi-gobject0 libavahi-ui-gtk3-0 libpostproc52
  libswscale2 libavformat53 libavcodec53 libavutil51 libbamf3-0 libbamf0
  bamfdaemon libbluetooth3 libcupsdriver1 libcurl3 libcurl3-nss libframe6
  gnome-online-accounts libicu48 libwebkitgtk-3.0-0 libjavascriptcoregtk-3.0-0
  libwebkitgtk-3.0-common libgoa-1.0-0 libgoa-1.0-common libgrail5
  mysql-common mysql-server mysql-server-5.5 mysql-client-core-5.5
  mysql-client-5.5 psmisc mysql-server-core-5.5 libmysqlclient-dev
  libmysqlclient18 libpoppler-glib8 libproxy1-plugin-networkmanager
  libproxy1-plugin-gsettings libproxy1 libjson0 libpulse0
  libpulse-mainloop-glib0 libpulsedsp libqt4-test libqt4-sql-sqlite
  libqt4-help libqt4-scripttools libqt4-designer libqt4-opengl libqt4-svg
  libqtgui4 libqt4-declarative libqt4-sql libqt4-xmlpatterns qdbus
  libqt4-script libqt4-network libqt4-dbus libqt4-xml libqtcore4 ure uno-libs3
  libreoffice-writer libreoffice-calc libreoffice-base-core
  libreoffice-impress libreoffice-draw libreoffice-gtk libreoffice-gnome
  python-uno libreoffice-common libreoffice-math libreoffice-core
  fonts-opensymbol libneon27-gnutls libreoffice-style-human
  libreoffice-style-tango libssh-4 libxatracker1 libxcb-dri2-0 libxcb-render0
  libxcb-shm0 libxp6 lightdm linux-image-3.2.0-67-generic isc-dhcp-client
  isc-dhcp-common libnm-util2 libnm-glib4 wpasupplicant dnsmasq-base
  network-manager nvidia-common openjdk-7-jdk openjdk-7-jre
  icedtea-7-jre-jamvm openjdk-7-jre-headless ubuntu-docs
  gnome-control-center-data libgnome-desktop-3-2 gnome-desktop3-data
  libgnomekbd-common libgnomekbd7 libupower-glib1 nautilus-data
  gnome-settings-daemon liblightdm-gobject-1-0 unity-greeter
  libgnome-control-center1 activity-log-manager-control-center
  activity-log-manager-common whoopsie libgeis1 libglu1-mesa libsmbclient
  icedtea-6-jre-cacao openjdk-6-jre-lib icedtea-6-jre-jamvm
  openjdk-6-jre-headless python-imaging ubuntu-sso-client-qt gir1.2-webkit-3.0
  gir1.2-javascriptcoregtk-3.0 ubuntu-sso-client-gtk libgck-1-0
  libgcr-3-common libgcr-3-1 gnome-keyring python-httplib2 python-openssl
  ubuntu-sso-client python-ubuntu-sso-client multiarch-support file libmagic1
  rsyslog sudo ubuntu-minimal xkb-data apt-transport-https bind9-host dnsutils
  libisc83 libdns81 libisccc80 libisccfg82 liblwres80 libbind9-80
  busybox-static dmidecode dosfstools iptables krb5-locales libx11-data
  openssh-server openssh-client parted plymouth-theme-ubuntu-text wget
  ubuntu-standard uuid-runtime pm-utils acpi-support firefox
  adobe-flash-properties-gtk adobe-flashplugin alsa-base python-problem-report
  python-apport apport apport-gtk apport-symptoms apt-xapian-index
  avahi-autoipd avahi-daemon avahi-utils binutils bluez-alsa bluez-cups
  bluez-gstreamer libnautilus-extension1a libdee-1.0-4 libunity9
  libglib2.0-data nautilus rhythmbox-plugin-magnatune
  rhythmbox-plugin-zeitgeist rhythmbox-plugin-cdrecorder rhythmbox-mozilla
  rhythmbox-data gvfs-backends gvfs-libs gvfs-fuse gvfs-bin gvfs-common gvfs
  gvfs-daemons gnomine mahjongg gnome-sudoku gnome-games-data gnome-icon-theme
  rhythmbox rhythmbox-plugins librhythmbox-core5 gir1.2-gst-plugins-base-0.10
  gir1.2-rb-3.0 brasero-cdrkit brasero libbrasero-media3-1 brasero-common
  gstreamer0.10-x python-libxml2 python-gst0.10 make dpkg-dev libdpkg-perl
  build-essential security-archive ubuntu-uee business-client-meta checkbox
  checkbox-qt xserver-common libxfont1 xserver-xorg-core libnux-2.0-0
  libnux-2.0-common compiz-gnome compiz-plugins-default
  compiz-plugins-main-default compiz-core unity libunity-core-5.0-5
  unity-services unity-common nux-tools libdecoration0 compiz dc
  python-lockfile deja-dup duplicity libdevmapper-event1.02.1 liblvm2app2.2
  udisks policykit-1-gnome dell-recovery dkms libecryptfs0 ecryptfs-utils
  libedataserver-1.2-15 libebackend-1.2-1 libecal-1.2-10 libedata-book-1.2-11
  libedata-cal-1.2-13 evolution-data-server evolution-data-server-common
  libcamel-1.2-29 libebook-1.2-12 libtelepathy-glib0 telepathy-gabble
  telepathy-mission-control-5 libmission-control-plugins0
  nautilus-sendto-empathy empathy empathy-common libgrip0 eog
  libdjvulibre-text libdjvulibre21 evince libevince3-3 evince-common
  firefox-globalmenu firefox-gnome-support firefox-locale-en gcalctool gdb
  geoclue-ubuntu-geoip ghostscript-cups gir1.2-appindicator3-0.1
  gir1.2-dee-1.0 libgnome-bluetooth8 gnome-bluetooth gir1.2-gnomebluetooth-1.0
  gir1.2-gudev-1.0 gir1.2-launchpad-integration-3.0 totem-mozilla libtotem0
  gstreamer0.10-alsa gstreamer0.10-pulseaudio totem-plugins totem totem-common
  gir1.2-totem-1.0 gir1.2-unity-5.0 glib-networking-common glib-networking
  glib-networking-services gnome-accessibility-themes libnm-gtk-common
  libnm-gtk0 ubuntu-system-service gnome-control-center upower
  gnome-power-manager gnome-screenshot grub-pc grub-pc-bin grub2-common
  grub-common gstreamer0.10-plugins-base-apps gwibber gwibber-service
  libgwibber2 libgwibber-gtk2 gwibber-service-facebook
  gwibber-service-identica gwibber-service-twitter printer-driver-hpijs
  libsnmp-base libsnmp15 libsane-hpaio hplip libhpmud0 hplip-data
  printer-driver-hpcups libindicator-messages-status-provider1
  indicator-messages indicator-status-provider-mc5 jockey-gtk jockey-common
  landscape-client-ui-install launchpad-integration python-appindicator
  libappindicator1 libedataserverui-3.0-1 libfreerdp1
  libfreerdp-plugins-standard libfs6 libgnome2-common libgpgme11 libgtk2.0-bin
  libminiupnpc8 libnm-glib-vpn1 liboverlay-scrollbar-0.2-0
  liboverlay-scrollbar3-0.2-0 libpam-ck-connector libpam-gnome-keyring libpq5
  libpurple-bin libpurple0 libraptor2-0 libraw5 libreoffice-emailmerge
  libreoffice-help-en-us libservlet2.5-java python-ubuntuone-storageprotocol
  libsyncdaemon-1.0-1 ubuntuone-client python-ubuntuone-client libtomcat6-java
  unity-2d-panel unity-2d-shell unity-2d-spread unity-2d-common
  libunity-2d-private0 libusbmuxd1 libxres1 libxvmc1 light-themes
  linux-firmware linux-generic linux-image-generic linux-headers-3.2.0-67
  linux-headers-3.2.0-67-generic linux-headers-generic linux-libc-dev
  manage-distro-upgrade mtools network-manager-gnome notify-osd-icons onboard
  openjdk-7-jre-lib overlay-scrollbar plymouth-theme-ubuntu-logo
  postgresql-client-8.4 postgresql-8.4 printer-driver-postscript-hp
  pulseaudio-utils pulseaudio pulseaudio-module-gconf pulseaudio-module-x11
  python-debtagshw python-keyring python-lazr.restfulclient python-libproxy
  unzip r-base-core r-cran-boot r-cran-cluster r-cran-foreign r-cran-mass
  r-cran-kernsmooth r-cran-lattice r-cran-nlme r-cran-matrix r-cran-mgcv
  r-cran-survival r-cran-rpart r-cran-class r-cran-nnet r-cran-spatial
  r-cran-codetools r-base r-recommended liblzma-dev r-base-dev r-doc-html
  remmina-plugin-rdp remmina-plugin-vnc remmina remmina-common rtkit smbclient
  samba-common samba-common-bin seahorse simple-scan python-piston-mini-client
  software-center software-properties-common software-properties-gtk ssh
  ssh-askpass-gnome telepathy-idle thunderbird-globalmenu thunderbird
  thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us
  openjdk-6-jre tomcat6-common tomcat6 transmission-common transmission-gtk
  unity-2d xdiagnose xserver-xorg-video-intel xserver-xorg-video-nouveau
  xserver-xorg-video-openchrome xserver-xorg-video-qxl xserver-xorg-video-all
  xserver-xorg-input-synaptics xserver-xorg-input-wacom xserver-xorg-input-all
  xserver-xorg xterm xorg ubuntu-desktop unity-lens-applications
  unity-lens-files unity-lens-music unity-lens-video rhythmbox-ubuntuone
  unity-scope-musicstores unity-scope-video-remote usb-creator-gtk
  usb-creator-common usbmuxd vino xul-ext-ubufox ginn icedtea-netx-common
  icedtea-6-plugin icedtea-netx pulseaudio-module-bluetooth r-base-html
  sessioninstaller ubuntuone-installer
Install these packages without verification [y/N]? y
Get:1 http://archive.canonical.com/ubuntu/ precise/partner adobe-flash-properties-gtk amd64 11.2.202.394-0precise1 [134 kB]
Get:2 http://dell.archive.canonical.com/updates/ precise-dell/public security-archive all 1.1 [2398 B]
Get:3 http://dell.archive.canonical.com/updates/ precise-dell/public ubuntu-uee all 0.1.1 [2272 B]
Get:4 http://dell.archive.canonical.com/updates/ precise-dell/public business-client-meta all 1.5 [1908 B]
Get:5 http://dell.archive.canonical.com/updates/ precise-dell/public dell-recovery all 1.24.2~precise13 [1100 kB]
Get:6 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-base-core 3.1.1-1precise0 [22.2 MB]
Get:7 http://archive.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 amd64 1.0.1-4ubuntu5.17 [1049 kB]
Get:8 http://security.ubuntu.com/ubuntu/ lucid-security/main firefox-gnome-support amd64 20.0+build1-0ubuntu0.10.04.3 [9366 B]
Get:9 http://archive.canonical.com/ubuntu/ precise/partner adobe-flashplugin amd64 11.2.202.394-0precise1 [6894 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 amd64 2.7.3-0ubuntu3.5 [1188 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 amd64 2.7.3-0ubuntu3.5 [2675 kB]
Get:12 http://dell.archive.canonical.com/updates/ precise-dell/public manage-distro-upgrade all 2.0 [2476 B]
Get:13 http://archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-minimal amd64 2.7.3-0ubuntu3.5 [1743 kB]
Get:14 http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm/ precise-cm4/contrib cloudera-manager-agent amd64 4.8.4-1.cm484.p0.149~precise-cm4.8.4 [5624 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ precise-updates/main dpkg amd64 1.16.1.2ubuntu7.5 [1829 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ precise-updates/main python amd64 2.7.3-0ubuntu2.2 [168 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-minimal amd64 2.7.3-0ubuntu2.2 [29.7 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-apt-common all 0.8.3ubuntu7.2 [22.2 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ precise-updates/main libapt-pkg4.12 amd64 0.8.16~exp12ubuntu10.17 [940 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ precise-updates/main libapt-inst1.4 amd64 0.8.16~exp12ubuntu10.17 [102 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-apt amd64 0.8.3ubuntu7.2 [187 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig amd64 2.8.0-3ubuntu9.1 [156 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpango1.0-0 amd64 1.30.0-0ubuntu3.1 [363 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgail-3-0 amd64 3.4.2-0ubuntu0.8 [24.0 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgtk-3-bin amd64 3.4.2-0ubuntu0.8 [15.9 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdconf-dbus-1-0 amd64 0.12.0-0ubuntu1.1 [16.0 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdconf0 amd64 0.12.0-0ubuntu1.1 [25.4 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ precise-updates/main dconf-gsettings-backend amd64 0.12.0-0ubuntu1.1 [16.1 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ precise-updates/main dconf-service amd64 0.12.0-0ubuntu1.1 [16.9 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgtk-3-0 amd64 3.4.2-0ubuntu0.8 [2281 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgtk-3-common all 3.4.2-0ubuntu0.8 [145 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgtk2.0-common all 2.24.10-0ubuntu6.1 [118 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgail-common amd64 2.24.10-0ubuntu6.1 [144 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgail18 amd64 2.24.10-0ubuntu6.1 [16.6 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ precise-updates/main librsvg2-common amd64 2.36.1-0ubuntu1.1 [21.0 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgdk-pixbuf2.0-common all 2.26.1-1ubuntu1.1 [7846 B]
Get:37 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgdk-pixbuf2.0-0 amd64 2.26.1-1ubuntu1.1 [200 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgtk2.0-0 amd64 2.24.10-0ubuntu6.1 [2674 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ precise-updates/main librsvg2-2 amd64 2.36.1-0ubuntu1.1 [105 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-dbusmenu-gtk-0.4 amd64 0.6.2-0ubuntu0.2 [3290 B]
Get:41 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdbusmenu-gtk4 amd64 0.6.2-0ubuntu0.2 [31.2 kB]
Get:42 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-gdkpixbuf-2.0 amd64 2.26.1-1ubuntu1.1 [8852 B]
Get:43 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-pango-1.0 amd64 1.30.0-0ubuntu3.1 [22.9 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-gtk-2.0 amd64 2.24.10-0ubuntu6.1 [244 kB]
Get:45 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-dbusmenu-glib-0.4 amd64 0.6.2-0ubuntu0.2 [7140 B]
Get:46 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdbusmenu-glib4 amd64 0.6.2-0ubuntu0.2 [47.9 kB]
Get:47 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdbusmenu-gtk3-4 amd64 0.6.2-0ubuntu0.2 [31.3 kB]
Get:48 http://archive.ubuntu.com/ubuntu/ precise-updates/main libappindicator3-1 amd64 0.4.92-0ubuntu1.1 [22.7 kB]
Get:49 http://archive.ubuntu.com/ubuntu/ precise-updates/main libudev0 amd64 175-0ubuntu9.5 [28.4 kB]
Get:50 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgudev-1.0-0 amd64 1:175-0ubuntu9.5 [14.5 kB]
Get:51 http://archive.ubuntu.com/ubuntu/ precise-updates/main lsb-release all 4.0-0ubuntu20.3 [11.0 kB]
Get:52 http://archive.ubuntu.com/ubuntu/ precise-updates/main update-manager all 1:0.156.14.17 [610 kB]
Get:53 http://archive.ubuntu.com/ubuntu/ precise-updates/main update-manager-core amd64 1:0.156.14.17 [186 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-aptdaemon.pkcompat all 0.43+bzr805-0ubuntu9 [29.1 kB]
Get:55 http://archive.ubuntu.com/ubuntu/ precise-updates/main aptdaemon all 0.43+bzr805-0ubuntu9 [16.0 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ precise-updates/main apt-utils amd64 0.8.16~exp12ubuntu10.17 [189 kB]
Get:57 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-keyring all 2011.11.21.1 [16.7 kB]
Get:58 http://archive.ubuntu.com/ubuntu/ precise-updates/main gpgv amd64 1.4.11-3ubuntu2.6 [185 kB]
Get:59 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnupg amd64 1.4.11-3ubuntu2.6 [808 kB]
Get:60 http://archive.ubuntu.com/ubuntu/ precise-updates/main apt amd64 0.8.16~exp12ubuntu10.17 [1102 kB]
Get:61 http://archive.ubuntu.com/ubuntu/ precise-updates/main unattended-upgrades all 0.76ubuntu1 [24.7 kB]
Get:62 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-software-properties all 0.82.7.7 [23.5 kB]
Get:63 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpolkit-gobject-1-0 amd64 0.104-1ubuntu1.1 [42.4 kB]
Get:64 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpolkit-backend-1-0 amd64 0.104-1ubuntu1.1 [41.7 kB]
Get:65 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpolkit-agent-1-0 amd64 0.104-1ubuntu1.1 [17.7 kB]
Get:66 http://archive.ubuntu.com/ubuntu/ precise-updates/main libck-connector0 amd64 0.4.5-2ubuntu0.1 [10.4 kB]
Get:67 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdbus-glib-1-2 amd64 0.98-1ubuntu1.1 [73.6 kB]
Get:68 http://archive.ubuntu.com/ubuntu/ precise-updates/main sysvinit-utils amd64 2.88dsf-13.10ubuntu11.1 [60.2 kB]
Get:69 http://archive.ubuntu.com/ubuntu/ precise-updates/main sysv-rc all 2.88dsf-13.10ubuntu11.1 [44.6 kB]
Get:70 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdevmapper1.02.1 amd64 2:1.02.48-4ubuntu7.4 [68.1 kB]
Get:71 http://archive.ubuntu.com/ubuntu/ precise-updates/main initramfs-tools all 0.99ubuntu13.5 [49.0 kB]
Get:72 http://archive.ubuntu.com/ubuntu/ precise-updates/main initramfs-tools-bin amd64 0.99ubuntu13.5 [9782 B]
Get:73 http://archive.ubuntu.com/ubuntu/ precise-updates/main busybox-initramfs amd64 1:1.18.5-1ubuntu4.1 [183 kB]
Get:74 http://archive.ubuntu.com/ubuntu/ precise-updates/main lsb-base all 4.0-0ubuntu20.3 [10.5 kB]
Get:75 http://archive.ubuntu.com/ubuntu/ precise-updates/main tzdata-java all 2014e-0ubuntu0.12.04 [128 kB]
Get:76 http://archive.ubuntu.com/ubuntu/ precise-updates/main tzdata all 2014e-0ubuntu0.12.04 [458 kB]
Get:77 http://archive.ubuntu.com/ubuntu/ precise-updates/main util-linux amd64 2.20.1-1ubuntu3.1 [596 kB]
Get:78 http://archive.ubuntu.com/ubuntu/ precise-updates/main dmsetup amd64 2:1.02.48-4ubuntu7.4 [37.4 kB]
Get:79 http://archive.ubuntu.com/ubuntu/ precise-updates/main bluez amd64 4.98-2ubuntu7.2 [967 kB]
Get:80 http://archive.ubuntu.com/ubuntu/ precise-updates/main procps amd64 1:3.2.8-11ubuntu6.3 [235 kB]
Get:81 http://archive.ubuntu.com/ubuntu/ precise-updates/main plymouth-label amd64 0.8.2-2ubuntu31.1 [5536 B]
Get:82 http://archive.ubuntu.com/ubuntu/ precise-updates/main plymouth amd64 0.8.2-2ubuntu31.1 [123 kB]
Get:83 http://archive.ubuntu.com/ubuntu/ precise-updates/main libplymouth2 amd64 0.8.2-2ubuntu31.1 [92.0 kB]
Get:84 http://archive.ubuntu.com/ubuntu/ precise-updates/main mountall amd64 2.36.4 [67.8 kB]
Get:85 http://archive.ubuntu.com/ubuntu/ precise-updates/main base-files amd64 6.5ubuntu6.8 [68.2 kB]
Get:86 http://archive.ubuntu.com/ubuntu/ precise-updates/main initscripts amd64 2.88dsf-13.10ubuntu11.1 [28.1 kB]
Get:87 http://archive.ubuntu.com/ubuntu/ precise-updates/main consolekit amd64 0.4.5-2ubuntu0.1 [120 kB]
Get:88 http://archive.ubuntu.com/ubuntu/ precise-updates/main udev amd64 175-0ubuntu9.5 [314 kB]
Get:89 http://archive.ubuntu.com/ubuntu/ precise-updates/main coreutils amd64 8.13-3ubuntu3.2 [2222 kB]
Get:90 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnih-dbus1 amd64 1.0.3-4ubuntu9.1 [16.0 kB]
Get:91 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnih1 amd64 1.0.3-4ubuntu9.1 [54.8 kB]
Get:92 http://archive.ubuntu.com/ubuntu/ precise-updates/main mount amd64 2.20.1-1ubuntu3.1 [166 kB]
Get:93 http://archive.ubuntu.com/ubuntu/ precise-updates/main passwd amd64 1:4.1.4.2+svn3283-3ubuntu5.1 [959 kB]
Get:94 http://archive.ubuntu.com/ubuntu/ precise-updates/main iproute amd64 20111117-1ubuntu2.3 [444 kB]
Get:95 http://archive.ubuntu.com/ubuntu/ precise-updates/main ifupdown amd64 0.7~beta2ubuntu11.1 [48.3 kB]
Get:96 http://archive.ubuntu.com/ubuntu/ precise-updates/main upstart amd64 1.5-0ubuntu7.2 [312 kB]
Get:97 http://archive.ubuntu.com/ubuntu/ precise-updates/main dbus amd64 1.4.18-1ubuntu1.5 [359 kB]
Get:98 http://archive.ubuntu.com/ubuntu/ precise-updates/main policykit-1 amd64 0.104-1ubuntu1.1 [54.9 kB]
Get:99 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-aptdaemon.gtk3widgets all 0.43+bzr805-0ubuntu9 [15.0 kB]
Get:100 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-aptdaemon all 0.43+bzr805-0ubuntu9 [82.2 kB]
Get:101 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-gtk-3.0 amd64 3.4.2-0ubuntu0.8 [236 kB]
Get:102 http://archive.ubuntu.com/ubuntu/ precise-updates/main aptdaemon-data all 0.43+bzr805-0ubuntu9 [163 kB]
Get:103 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpixman-1-0 amd64 0.30.2-1ubuntu0.0.0.0.1 [256 kB]
Get:104 http://archive.ubuntu.com/ubuntu/ precise-updates/main notify-osd amd64 0.9.34-0ubuntu2.1 [121 kB]
Get:105 http://archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier amd64 0.119ubuntu8.7 [57.0 kB]
Get:106 http://archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier-common all 0.119ubuntu8.7 [222 kB]
Get:107 http://archive.ubuntu.com/ubuntu/ precise-updates/main man-db amd64 2.6.1-2ubuntu1 [755 kB]
Get:108 http://archive.ubuntu.com/ubuntu/ precise-updates/main bash amd64 4.2-2ubuntu2.1 [641 kB]
Get:109 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-boot 1.3-11-1precise0 [581 kB]
Get:110 http://archive.ubuntu.com/ubuntu/ precise-updates/main login amd64 1:4.1.4.2+svn3283-3ubuntu5.1 [291 kB]
Get:111 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-cluster 1.15.2-1precise0 [483 kB]
Get:112 http://archive.ubuntu.com/ubuntu/ precise-updates/main perl amd64 5.14.2-6ubuntu2.4 [4411 kB]
Get:113 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-foreign 0.8.61-1precise0 [230 kB]
Get:114 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-mass 7.3-33-1precise0 [1039 kB]
Get:115 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-kernsmooth 2.23-12-1precise0 [85.0 kB]
Get:116 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-lattice 0.20-29-1precise0 [725 kB]
Get:117 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-nlme 3.1.117-1precise0 [2071 kB]
Get:118 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-matrix 1.1-4-1precise0 [3229 kB]
Get:119 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-mgcv 1.8-2-1precise0 [1745 kB]
Get:120 http://archive.ubuntu.com/ubuntu/ precise-updates/main libperl5.14 amd64 5.14.2-6ubuntu2.4 [1252 B]
Get:121 http://archive.ubuntu.com/ubuntu/ precise-updates/main perl-base amd64 5.14.2-6ubuntu2.4 [1513 kB]
Get:122 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-survival 2.37-7-1precise0 [4521 kB]
Get:123 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-rpart 4.1-8-1precise0 [878 kB]
Get:124 http://archive.ubuntu.com/ubuntu/ precise-updates/main perl-modules all 5.14.2-6ubuntu2.4 [3389 kB]
Get:125 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-class 7.3-11-1precise0 [83.7 kB]
Get:126 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-nnet 7.3-8-1precise0 [99.3 kB]
Get:127 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-spatial 7.3-6-1precise0 [129 kB]
Get:128 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-cran-codetools 0.2-8-2precise0 [45.5 kB]
Get:129 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-base 3.1.1-1precise0 [38.7 kB]
Get:130 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-recommended 3.1.1-1precise0 [2674 B]
Get:131 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-base-dev 3.1.1-1precise0 [3904 B]
Get:132 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-doc-html 3.1.1-1precise0 [684 kB]
Get:133 http://cran.r-project.org/bin/linux/ubuntu/ precise/ r-base-html 3.1.1-1precise0 [94.5 kB]
Get:134 http://archive.ubuntu.com/ubuntu/ precise-updates/main bsdutils amd64 1:2.20.1-1ubuntu3.1 [39.7 kB]
Get:135 http://archive.ubuntu.com/ubuntu/ precise-updates/main libblkid1 amd64 2.20.1-1ubuntu3.1 [73.7 kB]
Get:136 http://archive.ubuntu.com/ubuntu/ precise-updates/main libmount1 amd64 2.20.1-1ubuntu3.1 [71.5 kB]
Get:137 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblockfile-bin amd64 1.09-3ubuntu0.1 [12.3 kB]
Get:138 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblockfile1 amd64 1.09-3ubuntu0.1 [9232 B]
Get:139 http://archive.ubuntu.com/ubuntu/ precise-updates/main resolvconf all 1.63ubuntu16 [53.5 kB]
Get:140 http://archive.ubuntu.com/ubuntu/ precise-updates/main apparmor amd64 2.7.102-0ubuntu3.9 [357 kB]
Get:141 http://archive.ubuntu.com/ubuntu/ precise-updates/main bash-completion all 1:1.3-1ubuntu8.1 [134 kB]
Get:142 http://archive.ubuntu.com/ubuntu/ precise-updates/main im-switch all 1.20ubuntu5.2 [16.4 kB]
Get:143 http://archive.ubuntu.com/ubuntu/ precise-updates/main language-selector-gnome all 0.79.4 [20.4 kB]
Get:144 http://archive.ubuntu.com/ubuntu/ precise-updates/main accountsservice amd64 0.6.15-2ubuntu9.7 [44.2 kB]
Get:145 http://archive.ubuntu.com/ubuntu/ precise-updates/main libaccountsservice0 amd64 0.6.15-2ubuntu9.7 [30.1 kB]
Get:146 http://archive.ubuntu.com/ubuntu/ precise-updates/main language-selector-common all 0.79.4 [359 kB]
Get:147 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl4-gnutls-dev amd64 7.22.0-3ubuntu4.8 [1070 kB]
Get:148 http://archive.ubuntu.com/ubuntu/ precise-updates/main openssl amd64 1.0.1-4ubuntu5.17 [523 kB]
Get:149 http://archive.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20130906ubuntu0.12.04.1 [192 kB]
Get:150 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-gnutls amd64 7.22.0-3ubuntu4.8 [227 kB]
Get:151 http://archive.ubuntu.com/ubuntu/ precise-updates/main libparted0debian1 amd64 2.3-8ubuntu5.2 [240 kB]
Get:152 http://archive.ubuntu.com/ubuntu/ precise-updates/main pciutils amd64 1:3.1.8-2ubuntu6 [259 kB]
Get:153 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpci3 amd64 1:3.1.8-2ubuntu6 [25.9 kB]
Get:154 http://archive.ubuntu.com/ubuntu/ precise-updates/main ntfs-3g amd64 1:2012.1.15AR.1-1ubuntu1.2 [608 kB]
Get:155 http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm/ precise-cm4/contrib cloudera-manager-server-db all 4.8.4-1.cm484.p0.149~precise-cm4.8.4 [8642 B]
Get:156 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-sound-base all 1.0.25+dfsg-0ubuntu1.1 [15.2 kB]
Get:157 http://archive.ubuntu.com/ubuntu/ precise-updates/main alsa-utils amd64 1.0.25-1ubuntu5.2 [1117 kB]
Get:158 http://archive.ubuntu.com/ubuntu/ precise-updates/main appmenu-gtk amd64 0.3.92-0ubuntu1.1 [12.7 kB]
Get:159 http://archive.ubuntu.com/ubuntu/ precise-updates/main appmenu-gtk3 amd64 0.3.92-0ubuntu1.1 [12.4 kB]
Get:160 http://archive.ubuntu.com/ubuntu/ precise-updates/universe chromium-browser-l10n all 36.0.1985.125-0ubuntu1.12.04.0~pkg897 [2908 kB]
Get:161 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnspr4 amd64 4.9.5-0ubuntu0.12.04.3 [140 kB]
Get:162 http://archive.ubuntu.com/ubuntu/ precise-updates/main dbus-x11 amd64 1.4.18-1ubuntu1.5 [22.1 kB]
Get:163 http://archive.ubuntu.com/ubuntu/ precise-updates/main x11-common all 1:7.6+12ubuntu2 [52.0 kB]
Get:164 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxtst6 amd64 2:1.2.0-4ubuntu0.1 [13.9 kB]
Get:165 http://archive.ubuntu.com/ubuntu/ precise-updates/universe chromium-codecs-ffmpeg-extra amd64 36.0.1985.125-0ubuntu1.12.04.0~pkg897 [865 kB]
Get:166 http://archive.ubuntu.com/ubuntu/ precise-updates/universe chromium-browser amd64 36.0.1985.125-0ubuntu1.12.04.0~pkg897 [41.8 MB]
Get:167 http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm/ precise-cm4/contrib cloudera-manager-server all 4.8.4-1.cm484.p0.149~precise-cm4.8.4 [5246 B]
Get:168 http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm/ precise-cm4/contrib cloudera-manager-daemons all 4.8.4-1.cm484.p0.149~precise-cm4.8.4 [158 MB]
Get:169 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcolord1 amd64 0.1.16-2ubuntu0.1 [48.8 kB]
Get:170 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblcms2-2 amd64 2.2+git20110628-2ubuntu3.1 [143 kB]
Get:171 http://archive.ubuntu.com/ubuntu/ precise-updates/main colord amd64 0.1.16-2ubuntu0.1 [93.8 kB]
Get:172 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcupsfilters1 amd64 1.0.18-0ubuntu0.2 [58.1 kB]
Get:173 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcupsimage2 amd64 1.5.3-0ubuntu8.4 [51.7 kB]
Get:174 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpoppler19 amd64 0.18.4-1ubuntu3.1 [773 kB]
Get:175 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgs9-common all 9.05~dfsg-0ubuntu4.2 [3940 kB]
Get:176 http://archive.ubuntu.com/ubuntu/ precise-updates/main ghostscript-x amd64 9.05~dfsg-0ubuntu4.2 [38.5 kB]
Get:177 http://archive.ubuntu.com/ubuntu/ precise-updates/main ghostscript amd64 9.05~dfsg-0ubuntu4.2 [44.0 kB]
Get:178 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgs9 amd64 9.05~dfsg-0ubuntu4.2 [2254 kB]
Get:179 http://archive.ubuntu.com/ubuntu/ precise-updates/main fonts-liberation all 1.07.0-2ubuntu0.1 [1314 kB]
Get:180 http://archive.ubuntu.com/ubuntu/ precise-updates/main cups-filters amd64 1.0.18-0ubuntu0.2 [365 kB]
Get:181 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcupsmime1 amd64 1.5.3-0ubuntu8.4 [13.5 kB]
Get:182 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcupscgi1 amd64 1.5.3-0ubuntu8.4 [29.8 kB]
Get:183 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcupsppdc1 amd64 1.5.3-0ubuntu8.4 [52.4 kB]
Get:184 http://archive.ubuntu.com/ubuntu/ precise-updates/main poppler-utils amd64 0.18.4-1ubuntu3.1 [139 kB]
Get:185 http://archive.ubuntu.com/ubuntu/ precise-updates/main cups-common all 1.5.3-0ubuntu8.4 [821 kB]
Get:186 http://archive.ubuntu.com/ubuntu/ precise-updates/main cups-bsd amd64 1.5.3-0ubuntu8.4 [44.7 kB]
Get:187 http://archive.ubuntu.com/ubuntu/ precise-updates/main cups-client amd64 1.5.3-0ubuntu8.4 [174 kB]
Get:188 http://archive.ubuntu.com/ubuntu/ precise-updates/main bc amd64 1.06.95-2ubuntu1 [91.1 kB]
Get:189 http://archive.ubuntu.com/ubuntu/ precise-updates/main cups-ppdc amd64 1.5.3-0ubuntu8.4 [30.7 kB]
Get:190 http://archive.ubuntu.com/ubuntu/ precise-updates/main cups amd64 1.5.3-0ubuntu8.4 [1303 kB]
Get:191 http://archive.ubuntu.com/ubuntu/ precise-updates/main foomatic-filters amd64 4.0.16-0ubuntu0.2 [98.2 kB]
Get:192 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblaunchpad-integration-common all 0.1.56.1 [7632 B]
Get:193 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblaunchpad-integration-3.0-1 amd64 0.1.56.1 [8844 B]
Get:194 http://archive.ubuntu.com/ubuntu/ precise-updates/main gstreamer0.10-gconf amd64 0.10.31-1ubuntu1.2 [70.5 kB]
Get:195 http://archive.ubuntu.com/ubuntu/ precise-updates/main gstreamer0.10-plugins-base amd64 0.10.36-1ubuntu0.1 [748 kB]
Get:196 http://archive.ubuntu.com/ubuntu/ precise-updates/main libjack-jackd2-0 amd64 1.9.8~dfsg.1-1ubuntu2 [165 kB]
Get:197 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxv1 amd64 2:1.0.6-2ubuntu0.1 [12.4 kB]
Get:198 http://archive.ubuntu.com/ubuntu/ precise-updates/main gstreamer0.10-plugins-good amd64 0.10.31-1ubuntu1.2 [1951 kB]
Get:199 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shape0 amd64 1.8.1-1ubuntu0.2 [6244 B]
Get:200 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxxf86dga1 amd64 2:1.1.2-1ubuntu0.1 [13.9 kB]
Get:201 http://archive.ubuntu.com/ubuntu/ precise-updates/main x11-utils amd64 7.6+4ubuntu0.1 [230 kB]
Get:202 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-media amd64 3.4.0-0ubuntu3.1 [120 kB]
Get:203 http://archive.ubuntu.com/ubuntu/ precise-updates/main language-pack-en all 1:12.04+20140106 [1978 B]
Get:204 http://archive.ubuntu.com/ubuntu/ precise-updates/main language-pack-en-base all 1:12.04+20140106 [880 kB]
Get:205 http://archive.ubuntu.com/ubuntu/ precise-updates/main language-pack-gnome-en all 1:12.04+20140106 [2004 B]
Get:206 http://archive.ubuntu.com/ubuntu/ precise-updates/main language-pack-gnome-en-base all 1:12.04+20140106 [1393 kB]
Get:207 http://archive.ubuntu.com/ubuntu/ precise-updates/main libart-2.0-2 amd64 2.3.21-1ubuntu0.1 [55.8 kB]
Get:208 http://archive.ubuntu.com/ubuntu/ precise-updates/main libaudio2 amd64 1.9.3-4ubuntu0.1 [57.1 kB]
Get:209 http://archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-core7 amd64 0.6.30-5ubuntu2.1 [98.7 kB]
Get:210 http://archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-glib1 amd64 0.6.30-5ubuntu2.1 [8838 B]
Get:211 http://archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-gobject0 amd64 0.6.30-5ubuntu2.1 [20.4 kB]
Get:212 http://archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-ui-gtk3-0 amd64 0.6.30-5ubuntu2.1 [22.9 kB]
Get:213 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpostproc52 amd64 4:0.8.13-0ubuntu0.12.04.1 [63.4 kB]
Get:214 http://archive.ubuntu.com/ubuntu/ precise-updates/main libswscale2 amd64 4:0.8.13-0ubuntu0.12.04.1 [92.2 kB]
Get:215 http://archive.ubuntu.com/ubuntu/ precise-updates/main libavformat53 amd64 4:0.8.13-0ubuntu0.12.04.1 [498 kB]
Get:216 http://archive.ubuntu.com/ubuntu/ precise-updates/main libavcodec53 amd64 4:0.8.13-0ubuntu0.12.04.1 [2926 kB]
Get:217 http://archive.ubuntu.com/ubuntu/ precise-updates/main libavutil51 amd64 4:0.8.13-0ubuntu0.12.04.1 [62.3 kB]
Get:218 http://archive.ubuntu.com/ubuntu/ precise-updates/main libbamf3-0 amd64 0.2.126-0ubuntu1 [28.6 kB]
Get:219 http://archive.ubuntu.com/ubuntu/ precise-updates/main libbamf0 amd64 0.2.126-0ubuntu1 [28.6 kB]
Get:220 http://archive.ubuntu.com/ubuntu/ precise-updates/main bamfdaemon amd64 0.2.126-0ubuntu1 [105 kB]
Get:221 http://archive.ubuntu.com/ubuntu/ precise-updates/main libbluetooth3 amd64 4.98-2ubuntu7.2 [63.3 kB]
Get:222 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcupsdriver1 amd64 1.5.3-0ubuntu8.4 [19.6 kB]
Get:223 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3 amd64 7.22.0-3ubuntu4.8 [237 kB]
Get:224 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-nss amd64 7.22.0-3ubuntu4.8 [234 kB]
Get:225 http://archive.ubuntu.com/ubuntu/ precise-updates/main libframe6 amd64 2.2.4-0ubuntu0.12.04.1 [40.2 kB]
Get:226 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-online-accounts amd64 3.4.0-0ubuntu1.1 [76.9 kB]
Get:227 http://archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
Get:228 http://archive.ubuntu.com/ubuntu/ precise-updates/main libwebkitgtk-3.0-0 amd64 1.8.3-0ubuntu0.12.04.1 [7118 kB]
Get:229 http://archive.ubuntu.com/ubuntu/ precise-updates/main libjavascriptcoregtk-3.0-0 amd64 1.8.3-0ubuntu0.12.04.1 [1337 kB]
Get:230 http://archive.ubuntu.com/ubuntu/ precise-updates/main libwebkitgtk-3.0-common all 1.8.3-0ubuntu0.12.04.1 [756 kB]
Get:231 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgoa-1.0-0 amd64 3.4.0-0ubuntu1.1 [96.1 kB]
Get:232 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgoa-1.0-common all 3.4.0-0ubuntu1.1 [6534 B]
Get:233 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgrail5 amd64 3.0.6-0ubuntu0.12.04.01 [60.8 kB]
Get:234 http://archive.ubuntu.com/ubuntu/ precise-updates/main mysql-common all 5.5.38-0ubuntu0.12.04.1 [13.2 kB]
Get:235 http://archive.ubuntu.com/ubuntu/ precise-updates/main mysql-server all 5.5.38-0ubuntu0.12.04.1 [11.4 kB]
Get:236 http://archive.ubuntu.com/ubuntu/ precise-updates/main mysql-server-5.5 amd64 5.5.38-0ubuntu0.12.04.1 [8834 kB]
Get:237 http://archive.ubuntu.com/ubuntu/ precise-updates/main mysql-client-core-5.5 amd64 5.5.38-0ubuntu0.12.04.1 [1941 kB]
Get:238 http://archive.ubuntu.com/ubuntu/ precise-updates/main mysql-client-5.5 amd64 5.5.38-0ubuntu0.12.04.1 [8342 kB]
Get:239 http://archive.ubuntu.com/ubuntu/ precise-updates/main psmisc amd64 22.15-2ubuntu1.1 [53.7 kB]
Get:240 http://archive.ubuntu.com/ubuntu/ precise-updates/main mysql-server-core-5.5 amd64 5.5.38-0ubuntu0.12.04.1 [6090 kB]
Get:241 http://archive.ubuntu.com/ubuntu/ precise-updates/main libmysqlclient-dev amd64 5.5.38-0ubuntu0.12.04.1 [1402 kB]
Get:242 http://archive.ubuntu.com/ubuntu/ precise-updates/main libmysqlclient18 amd64 5.5.38-0ubuntu0.12.04.1 [949 kB]
Get:243 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpoppler-glib8 amd64 0.18.4-1ubuntu3.1 [89.9 kB]
Get:244 http://archive.ubuntu.com/ubuntu/ precise-updates/main libproxy1-plugin-networkmanager amd64 0.4.7-0ubuntu4.1 [6092 B]
Get:245 http://archive.ubuntu.com/ubuntu/ precise-updates/main libproxy1-plugin-gsettings amd64 0.4.7-0ubuntu4.1 [21.9 kB]
Get:246 http://archive.ubuntu.com/ubuntu/ precise-updates/main libproxy1 amd64 0.4.7-0ubuntu4.1 [56.1 kB]
Get:247 http://archive.ubuntu.com/ubuntu/ precise-updates/main libjson0 amd64 0.9-1ubuntu1.1 [17.9 kB]
Get:248 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpulse0 amd64 1:1.1-0ubuntu15.4 [289 kB]
Get:249 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpulse-mainloop-glib0 amd64 1:1.1-0ubuntu15.4 [13.1 kB]
Get:250 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpulsedsp amd64 1:1.1-0ubuntu15.4 [24.8 kB]
Get:251 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-test amd64 4:4.8.1-0ubuntu4.8 [60.2 kB]
Get:252 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-sql-sqlite amd64 4:4.8.1-0ubuntu4.8 [22.4 kB]
Get:253 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-help amd64 4:4.8.1-0ubuntu4.8 [200 kB]
Get:254 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-scripttools amd64 4:4.8.1-0ubuntu4.8 [220 kB]
Get:255 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-designer amd64 4:4.8.1-0ubuntu4.8 [3608 kB]
Get:256 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-opengl amd64 4:4.8.1-0ubuntu4.8 [293 kB]
Get:257 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-svg amd64 4:4.8.1-0ubuntu4.8 [137 kB]
Get:258 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqtgui4 amd64 4:4.8.1-0ubuntu4.8 [4027 kB]
Get:259 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-declarative amd64 4:4.8.1-0ubuntu4.8 [1064 kB]
Get:260 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-sql amd64 4:4.8.1-0ubuntu4.8 [97.0 kB]
Get:261 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-xmlpatterns amd64 4:4.8.1-0ubuntu4.8 [1033 kB]
Get:262 http://archive.ubuntu.com/ubuntu/ precise-updates/main qdbus amd64 4:4.8.1-0ubuntu4.8 [28.6 kB]
Get:263 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-script amd64 4:4.8.1-0ubuntu4.8 [758 kB]
Get:264 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-network amd64 4:4.8.1-0ubuntu4.8 [535 kB]
Get:265 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-dbus amd64 4:4.8.1-0ubuntu4.8 [179 kB]
Get:266 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqt4-xml amd64 4:4.8.1-0ubuntu4.8 [95.1 kB]
Get:267 http://archive.ubuntu.com/ubuntu/ precise-updates/main libqtcore4 amd64 4:4.8.1-0ubuntu4.8 [2027 kB]
Get:268 http://archive.ubuntu.com/ubuntu/ precise-updates/main ure amd64 3.5.7-0ubuntu6.1 [2408 kB]
Get:269 http://archive.ubuntu.com/ubuntu/ precise-updates/main uno-libs3 amd64 3.5.7-0ubuntu6.1 [598 kB]
Get:270 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-writer amd64 1:3.5.7-0ubuntu6.1 [7709 kB]
Get:271 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-calc amd64 1:3.5.7-0ubuntu6.1 [6330 kB]
Get:272 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-base-core amd64 1:3.5.7-0ubuntu6.1 [874 kB]
Get:273 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-impress amd64 1:3.5.7-0ubuntu6.1 [668 kB]
Get:274 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-draw amd64 1:3.5.7-0ubuntu6.1 [3227 kB]
Get:275 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-gtk amd64 1:3.5.7-0ubuntu6.1 [231 kB]
Get:276 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-gnome amd64 1:3.5.7-0ubuntu6.1 [85.3 kB]
Get:277 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-uno amd64 1:3.5.7-0ubuntu6.1 [158 kB]
Get:278 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-common all 1:3.5.7-0ubuntu6.1 [21.0 MB]
Get:279 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-math amd64 1:3.5.7-0ubuntu6.1 [423 kB]
Get:280 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-core amd64 1:3.5.7-0ubuntu6.1 [38.7 MB]
Get:281 http://archive.ubuntu.com/ubuntu/ precise-updates/main fonts-opensymbol all 2:102.2+LibO3.5.7-0ubuntu6.1 [142 kB]
Get:282 http://archive.ubuntu.com/ubuntu/ precise-updates/main libneon27-gnutls amd64 0.29.6-1ubuntu1 [76.4 kB]
Get:283 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-style-human all 1:3.5.7-0ubuntu6.1 [2086 kB]
Get:284 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-style-tango all 1:3.5.7-0ubuntu6.1 [1856 kB]
Get:285 http://archive.ubuntu.com/ubuntu/ precise-updates/main libssh-4 amd64 0.5.2-1ubuntu0.12.04.3 [120 kB]
Get:286 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxatracker1 amd64 8.0.4-0ubuntu0.7 [351 kB]
Get:287 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-dri2-0 amd64 1.8.1-1ubuntu0.2 [7486 B]
Get:288 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-render0 amd64 1.8.1-1ubuntu0.2 [13.3 kB]
Get:289 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shm0 amd64 1.8.1-1ubuntu0.2 [5516 B]
Get:290 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxp6 amd64 1:1.0.1-2ubuntu0.12.04.1 [18.7 kB]
Get:291 http://archive.ubuntu.com/ubuntu/ precise-updates/main lightdm amd64 1.2.3-0ubuntu2.5 [99.6 kB]
Get:292 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-3.2.0-67-generic amd64 3.2.0-67.101 [38.8 MB]
Get:293 http://archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-client amd64 4.1.ESV-R4-0ubuntu5.9 [290 kB]
Get:294 http://archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-common amd64 4.1.ESV-R4-0ubuntu5.9 [347 kB]
Get:295 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnm-util2 amd64 0.9.4.0-0ubuntu4.4.1 [136 kB]
Get:296 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnm-glib4 amd64 0.9.4.0-0ubuntu4.4.1 [84.7 kB]
Get:297 http://archive.ubuntu.com/ubuntu/ precise-updates/main wpasupplicant amd64 0.7.3-6ubuntu2.2 [492 kB]
Get:298 http://archive.ubuntu.com/ubuntu/ precise-updates/main dnsmasq-base amd64 2.59-4ubuntu0.1 [213 kB]
Get:299 http://archive.ubuntu.com/ubuntu/ precise-updates/main network-manager amd64 0.9.4.0-0ubuntu4.4.1 [532 kB]
Get:300 http://archive.ubuntu.com/ubuntu/ precise-updates/main nvidia-common amd64 1:0.2.44.2 [19.0 kB]
Get:301 http://archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u55-2.4.7-1ubuntu1~0.12.04.2 [16.4 MB]
Get:302 http://archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jre amd64 7u55-2.4.7-1ubuntu1~0.12.04.2 [226 kB]
Get:303 http://archive.ubuntu.com/ubuntu/ precise-updates/universe icedtea-7-jre-jamvm amd64 7u55-2.4.7-1ubuntu1~0.12.04.2 [558 kB]
Get:304 http://archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jre-headless amd64 7u55-2.4.7-1ubuntu1~0.12.04.2 [41.4 MB]
Get:305 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-docs all 12.04.6 [1450 kB]
Get:306 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-control-center-data all 1:3.4.2-0ubuntu0.13.2 [1118 kB]
Get:307 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnome-desktop-3-2 amd64 3.4.2-0ubuntu0.2 [102 kB]
Get:308 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-desktop3-data all 3.4.2-0ubuntu0.2 [28.4 kB]
Get:309 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnomekbd-common all 3.4.0.2-1ubuntu0.1 [8550 B]
Get:310 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnomekbd7 amd64 3.4.0.2-1ubuntu0.1 [54.5 kB]
Get:311 http://archive.ubuntu.com/ubuntu/ precise-updates/main libupower-glib1 amd64 0.9.15-3git1ubuntu0.1 [28.6 kB]
Get:312 http://archive.ubuntu.com/ubuntu/ precise-updates/main nautilus-data all 1:3.4.2-0ubuntu9 [62.9 kB]
Get:313 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-settings-daemon amd64 3.4.2-0ubuntu0.6.6 [480 kB]
Get:314 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblightdm-gobject-1-0 amd64 1.2.3-0ubuntu2.5 [31.0 kB]
Get:315 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-greeter amd64 0.2.9-0ubuntu1.4 [89.1 kB]
Get:316 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnome-control-center1 amd64 1:3.4.2-0ubuntu0.13.2 [78.8 kB]
Get:317 http://archive.ubuntu.com/ubuntu/ precise-updates/main activity-log-manager-control-center amd64 0.9.4-0ubuntu3.2 [87.2 kB]
Get:318 http://archive.ubuntu.com/ubuntu/ precise-updates/main activity-log-manager-common all 0.9.4-0ubuntu3.2 [19.3 kB]
Get:319 http://archive.ubuntu.com/ubuntu/ precise-updates/main whoopsie amd64 0.1.34 [24.4 kB]
Get:320 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgeis1 amd64 2.2.9.2-0ubuntu1 [64.0 kB]
Get:321 http://archive.ubuntu.com/ubuntu/ precise-updates/main libglu1-mesa amd64 8.0.4-0ubuntu0.7 [161 kB]
Get:322 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsmbclient amd64 2:3.6.3-2ubuntu2.11 [2160 kB]
Get:323 http://archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-cacao amd64 6b31-1.13.3-1ubuntu1~0.12.04.2 [776 kB]
Get:324 http://archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-lib all 6b31-1.13.3-1ubuntu1~0.12.04.2 [6214 kB]
Get:325 http://archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-jamvm amd64 6b31-1.13.3-1ubuntu1~0.12.04.2 [527 kB]
Get:326 http://archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless amd64 6b31-1.13.3-1ubuntu1~0.12.04.2 [32.8 MB]
Get:327 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-imaging amd64 1.1.7-4ubuntu0.12.04.1 [294 kB]
Get:328 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-sso-client-qt all 3.0.2-0ubuntu3 [553 kB]
Get:329 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-webkit-3.0 amd64 1.8.3-0ubuntu0.12.04.1 [66.4 kB]
Get:330 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-javascriptcoregtk-3.0 amd64 1.8.3-0ubuntu0.12.04.1 [12.4 kB]
Get:331 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-sso-client-gtk all 3.0.2-0ubuntu3 [15.8 kB]
Get:332 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgck-1-0 amd64 3.2.2-2ubuntu4.1 [80.5 kB]
Get:333 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgcr-3-common all 3.2.2-2ubuntu4.1 [19.9 kB]
Get:334 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgcr-3-1 amd64 3.2.2-2ubuntu4.1 [202 kB]
Get:335 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-keyring amd64 3.2.2-2ubuntu4.1 [1419 kB]
Get:336 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-httplib2 all 0.7.2-1ubuntu2.1 [57.1 kB]
Get:337 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-openssl amd64 0.12-1ubuntu2.1 [99.8 kB]
Get:338 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-sso-client all 3.0.2-0ubuntu3 [3054 B]
Get:339 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-ubuntu-sso-client all 3.0.2-0ubuntu3 [55.6 kB]
Get:340 http://archive.ubuntu.com/ubuntu/ precise-updates/main multiarch-support amd64 2.15-0ubuntu10.6 [4476 B]
Get:341 http://archive.ubuntu.com/ubuntu/ precise-updates/main file amd64 5.09-2ubuntu0.4 [19.7 kB]
Get:342 http://archive.ubuntu.com/ubuntu/ precise-updates/main libmagic1 amd64 5.09-2ubuntu0.4 [217 kB]
Get:343 http://archive.ubuntu.com/ubuntu/ precise-updates/main rsyslog amd64 5.8.6-1ubuntu8.6 [426 kB]
Get:344 http://archive.ubuntu.com/ubuntu/ precise-updates/main sudo amd64 1.8.3p1-1ubuntu3.6 [299 kB]
Get:345 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-minimal amd64 1.267.1 [2904 B]
Get:346 http://archive.ubuntu.com/ubuntu/ precise-updates/main xkb-data all 2.5-1ubuntu1.5 [473 kB]
Get:347 http://archive.ubuntu.com/ubuntu/ precise-updates/main apt-transport-https amd64 0.8.16~exp12ubuntu10.17 [16.3 kB]
Get:348 http://archive.ubuntu.com/ubuntu/ precise-updates/main bind9-host amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [55.4 kB]
Get:349 http://archive.ubuntu.com/ubuntu/ precise-updates/main dnsutils amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [148 kB]
Get:350 http://archive.ubuntu.com/ubuntu/ precise-updates/main libisc83 amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [161 kB]
Get:351 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdns81 amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [704 kB]
Get:352 http://archive.ubuntu.com/ubuntu/ precise-updates/main libisccc80 amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [17.6 kB]
Get:353 http://archive.ubuntu.com/ubuntu/ precise-updates/main libisccfg82 amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [43.4 kB]
Get:354 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblwres80 amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [38.0 kB]
Get:355 http://archive.ubuntu.com/ubuntu/ precise-updates/main libbind9-80 amd64 1:9.8.1.dfsg.P1-4ubuntu0.8 [24.3 kB]
Get:356 http://archive.ubuntu.com/ubuntu/ precise-updates/main busybox-static amd64 1:1.18.5-1ubuntu4.1 [920 kB]
Get:357 http://archive.ubuntu.com/ubuntu/ precise-updates/main dmidecode amd64 2.11-4ubuntu0.1 [52.3 kB]
Get:358 http://archive.ubuntu.com/ubuntu/ precise-updates/main dosfstools amd64 3.0.12-1ubuntu1.1 [76.1 kB]
Get:359 http://archive.ubuntu.com/ubuntu/ precise-updates/main iptables amd64 1.4.12-1ubuntu5 [391 kB]
Get:360 http://archive.ubuntu.com/ubuntu/ precise-updates/main krb5-locales all 1.10+dfsg~beta1-2ubuntu0.3 [9204 B]
Get:361 http://archive.ubuntu.com/ubuntu/ precise-updates/main libx11-data all 2:1.4.99.1-0ubuntu2.2 [172 kB]
Get:362 http://archive.ubuntu.com/ubuntu/ precise-updates/main openssh-server amd64 1:5.9p1-5ubuntu1.4 [339 kB]
Get:363 http://archive.ubuntu.com/ubuntu/ precise-updates/main openssh-client amd64 1:5.9p1-5ubuntu1.4 [942 kB]
Get:364 http://archive.ubuntu.com/ubuntu/ precise-updates/main parted amd64 2.3-8ubuntu5.2 [52.4 kB]
Get:365 http://archive.ubuntu.com/ubuntu/ precise-updates/main plymouth-theme-ubuntu-text amd64 0.8.2-2ubuntu31.1 [9034 B]
Get:366 http://archive.ubuntu.com/ubuntu/ precise-updates/main wget amd64 1.13.4-2ubuntu1.1 [279 kB]
Get:367 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-standard amd64 1.267.1 [2950 B]
Get:368 http://archive.ubuntu.com/ubuntu/ precise-updates/main uuid-runtime amd64 2.20.1-1ubuntu3.1 [14.1 kB]
Get:369 http://archive.ubuntu.com/ubuntu/ precise-updates/main pm-utils all 1.4.1-9fix.ubuntu12.04 [58.1 kB]
Get:370 http://archive.ubuntu.com/ubuntu/ precise-updates/main acpi-support amd64 0.140.2 [21.7 kB]
Get:371 http://archive.ubuntu.com/ubuntu/ precise-updates/main firefox amd64 31.0+build1-0ubuntu0.12.04.1 [39.5 MB]
Get:372 http://archive.ubuntu.com/ubuntu/ precise-updates/main alsa-base all 1.0.25+dfsg-0ubuntu1.1 [143 kB]
Get:373 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-problem-report all 2.0.1-0ubuntu17.6 [9602 B]
Get:374 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-apport all 2.0.1-0ubuntu17.6 [81.1 kB]
Get:375 http://archive.ubuntu.com/ubuntu/ precise-updates/main apport all 2.0.1-0ubuntu17.6 [148 kB]
Get:376 http://archive.ubuntu.com/ubuntu/ precise-updates/main apport-gtk all 2.0.1-0ubuntu17.6 [9400 B]
Get:377 http://archive.ubuntu.com/ubuntu/ precise-updates/main apport-symptoms all 0.16.1 [14.2 kB]
Get:378 http://archive.ubuntu.com/ubuntu/ precise-updates/main apt-xapian-index all 0.44ubuntu5.1 [64.3 kB]
Get:379 http://archive.ubuntu.com/ubuntu/ precise-updates/main avahi-autoipd amd64 0.6.30-5ubuntu2.1 [39.0 kB]
Get:380 http://archive.ubuntu.com/ubuntu/ precise-updates/main avahi-daemon amd64 0.6.30-5ubuntu2.1 [69.7 kB]
Get:381 http://archive.ubuntu.com/ubuntu/ precise-updates/main avahi-utils amd64 0.6.30-5ubuntu2.1 [29.9 kB]
Get:382 http://archive.ubuntu.com/ubuntu/ precise-updates/main binutils amd64 2.22-6ubuntu1.1 [2638 kB]
Get:383 http://archive.ubuntu.com/ubuntu/ precise-updates/main bluez-alsa amd64 4.98-2ubuntu7.2 [135 kB]
Get:384 http://archive.ubuntu.com/ubuntu/ precise-updates/main bluez-cups amd64 4.98-2ubuntu7.2 [70.3 kB]
Get:385 http://archive.ubuntu.com/ubuntu/ precise-updates/main bluez-gstreamer amd64 4.98-2ubuntu7.2 [108 kB]
Get:386 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnautilus-extension1a amd64 1:3.4.2-0ubuntu9 [50.9 kB]
Get:387 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdee-1.0-4 amd64 1.0.10-0ubuntu1.1 [85.8 kB]
Get:388 http://archive.ubuntu.com/ubuntu/ precise-updates/main libunity9 amd64 5.12.0-0ubuntu1.1 [161 kB]
Get:389 http://archive.ubuntu.com/ubuntu/ precise-updates/main libglib2.0-data all 2.32.4-0ubuntu1 [89.2 kB]
Get:390 http://archive.ubuntu.com/ubuntu/ precise-updates/main nautilus amd64 1:3.4.2-0ubuntu9 [824 kB]
Get:391 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox-plugin-magnatune amd64 2.96-0ubuntu4.3 [23.9 kB]
Get:392 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox-plugin-zeitgeist all 2.96-0ubuntu4.3 [50.2 kB]
Get:393 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox-plugin-cdrecorder amd64 2.96-0ubuntu4.3 [16.3 kB]
Get:394 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox-mozilla amd64 2.96-0ubuntu4.3 [5872 B]
Get:395 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox-data all 2.96-0ubuntu4.3 [445 kB]
Get:396 http://archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-backends amd64 1.12.1-0ubuntu1.2 [1011 kB]
Get:397 http://archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-libs amd64 1.12.1-0ubuntu1.2 [52.8 kB]
Get:398 http://archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-fuse amd64 1.12.1-0ubuntu1.2 [15.3 kB]
Get:399 http://archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-bin amd64 1.12.1-0ubuntu1.2 [59.6 kB]
Get:400 http://archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-common all 1.12.1-0ubuntu1.2 [16.4 kB]
Get:401 http://archive.ubuntu.com/ubuntu/ precise-updates/main gvfs amd64 1.12.1-0ubuntu1.2 [98.9 kB]
Get:402 http://archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-daemons amd64 1.12.1-0ubuntu1.2 [348 kB]
Get:403 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnomine amd64 1:3.4.1-0ubuntu2.2 [413 kB]
Get:404 http://archive.ubuntu.com/ubuntu/ precise-updates/main mahjongg amd64 1:3.4.1-0ubuntu2.2 [2332 kB]
Get:405 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-sudoku all 1:3.4.1-0ubuntu2.2 [765 kB]
Get:406 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-games-data all 1:3.4.1-0ubuntu2.2 [106 kB]
Get:407 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-icon-theme all 3.4.0-0ubuntu1.1 [659 kB]
Get:408 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox amd64 2.96-0ubuntu4.3 [167 kB]
Get:409 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox-plugins amd64 2.96-0ubuntu4.3 [326 kB]
Get:410 http://archive.ubuntu.com/ubuntu/ precise-updates/main librhythmbox-core5 amd64 2.96-0ubuntu4.3 [535 kB]
Get:411 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-gst-plugins-base-0.10 amd64 0.10.36-1ubuntu0.1 [115 kB]
Get:412 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-rb-3.0 amd64 2.96-0ubuntu4.3 [44.6 kB]
Get:413 http://archive.ubuntu.com/ubuntu/ precise-updates/main brasero-cdrkit amd64 3.4.1-0ubuntu1.1 [37.3 kB]
Get:414 http://archive.ubuntu.com/ubuntu/ precise-updates/main brasero amd64 3.4.1-0ubuntu1.1 [190 kB]
Get:415 http://archive.ubuntu.com/ubuntu/ precise-updates/main libbrasero-media3-1 amd64 3.4.1-0ubuntu1.1 [469 kB]
Get:416 http://archive.ubuntu.com/ubuntu/ precise-updates/main brasero-common all 3.4.1-0ubuntu1.1 [305 kB]
Get:417 http://archive.ubuntu.com/ubuntu/ precise-updates/main gstreamer0.10-x amd64 0.10.36-1ubuntu0.1 [80.0 kB]
Get:418 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.9 [186 kB]
Get:419 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-gst0.10 amd64 0.10.22-3ubuntu0.1 [295 kB]
Get:420 http://archive.ubuntu.com/ubuntu/ precise-updates/main make amd64 3.81-8.1ubuntu1.1 [119 kB]
Get:421 http://archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.5 [468 kB]
Get:422 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdpkg-perl all 1.16.1.2ubuntu7.5 [182 kB]
Get:423 http://archive.ubuntu.com/ubuntu/ precise-updates/main build-essential amd64 11.5ubuntu2.1 [5816 B]
Get:424 http://archive.ubuntu.com/ubuntu/ precise-updates/main checkbox amd64 0.13.10 [1437 kB]
Get:425 http://archive.ubuntu.com/ubuntu/ precise-updates/main checkbox-qt amd64 0.13.10 [70.3 kB]
Get:426 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-common all 2:1.11.4-0ubuntu10.14 [31.8 kB]
Get:427 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxfont1 amd64 1:1.4.4-1ubuntu0.2 [134 kB]
Get:428 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-core amd64 2:1.11.4-0ubuntu10.14 [1719 kB]
Get:429 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnux-2.0-0 amd64 2.14.1-0ubuntu1 [903 kB]
Get:430 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnux-2.0-common all 2.14.1-0ubuntu1 [63.0 kB]
Get:431 http://archive.ubuntu.com/ubuntu/ precise-updates/main compiz-gnome amd64 1:0.9.7.12-0ubuntu4 [302 kB]
Get:432 http://archive.ubuntu.com/ubuntu/ precise-updates/main compiz-plugins-default amd64 1:0.9.7.12-0ubuntu4 [678 kB]
Get:433 http://archive.ubuntu.com/ubuntu/ precise-updates/main compiz-plugins-main-default amd64 1:0.9.7.0~bzr19-0ubuntu10.1 [727 kB]
Get:434 http://archive.ubuntu.com/ubuntu/ precise-updates/main compiz-core amd64 1:0.9.7.12-0ubuntu4 [367 kB]
Get:435 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity amd64 5.20.0-0ubuntu3 [1291 kB]
Get:436 http://archive.ubuntu.com/ubuntu/ precise-updates/main libunity-core-5.0-5 amd64 5.20.0-0ubuntu3 [235 kB]
Get:437 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-services amd64 5.20.0-0ubuntu3 [35.2 kB]
Get:438 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-common all 5.20.0-0ubuntu3 [150 kB]
Get:439 http://archive.ubuntu.com/ubuntu/ precise-updates/main nux-tools amd64 2.14.1-0ubuntu1 [11.6 kB]
Get:440 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdecoration0 amd64 1:0.9.7.12-0ubuntu4 [40.1 kB]
Get:441 http://archive.ubuntu.com/ubuntu/ precise-updates/main compiz all 1:0.9.7.12-0ubuntu4 [3286 B]
Get:442 http://archive.ubuntu.com/ubuntu/ precise-updates/main dc amd64 1.06.95-2ubuntu1 [50.5 kB]
Get:443 http://archive.ubuntu.com/ubuntu/ precise/main python-lockfile all 1:0.8-2ubuntu1 [8714 B]
Get:444 http://archive.ubuntu.com/ubuntu/ precise-updates/main deja-dup amd64 22.0-0ubuntu5 [597 kB]
Get:445 http://archive.ubuntu.com/ubuntu/ precise-updates/main duplicity amd64 0.6.18-0ubuntu3.5 [189 kB]
Get:446 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdevmapper-event1.02.1 amd64 2:1.02.48-4ubuntu7.4 [10.4 kB]
Get:447 http://archive.ubuntu.com/ubuntu/ precise-updates/main liblvm2app2.2 amd64 2.02.66-4ubuntu7.4 [223 kB]
Get:448 http://archive.ubuntu.com/ubuntu/ precise-updates/main udisks amd64 1.0.4-5ubuntu2.2 [250 kB]
Get:449 http://archive.ubuntu.com/ubuntu/ precise-updates/main policykit-1-gnome amd64 0.105-1ubuntu3.1 [27.7 kB]
Get:450 http://archive.ubuntu.com/ubuntu/ precise-updates/main dkms all 2.2.0.3-1ubuntu3.2 [72.6 kB]
Get:451 http://archive.ubuntu.com/ubuntu/ precise-updates/main libecryptfs0 amd64 96-0ubuntu3.1 [48.1 kB]
Get:452 http://archive.ubuntu.com/ubuntu/ precise-updates/main ecryptfs-utils amd64 96-0ubuntu3.1 [104 kB]
Get:453 http://archive.ubuntu.com/ubuntu/ precise-updates/main libedataserver-1.2-15 amd64 3.2.3-0ubuntu7.1 [189 kB]
Get:454 http://archive.ubuntu.com/ubuntu/ precise-updates/main libebackend-1.2-1 amd64 3.2.3-0ubuntu7.1 [17.5 kB]
Get:455 http://archive.ubuntu.com/ubuntu/ precise-updates/main libecal-1.2-10 amd64 3.2.3-0ubuntu7.1 [149 kB]
Get:456 http://archive.ubuntu.com/ubuntu/ precise-updates/main libedata-book-1.2-11 amd64 3.2.3-0ubuntu7.1 [75.0 kB]
Get:457 http://archive.ubuntu.com/ubuntu/ precise-updates/main libedata-cal-1.2-13 amd64 3.2.3-0ubuntu7.1 [94.3 kB]
Get:458 http://archive.ubuntu.com/ubuntu/ precise-updates/main evolution-data-server amd64 3.2.3-0ubuntu7.1 [529 kB]
Get:459 http://archive.ubuntu.com/ubuntu/ precise-updates/main evolution-data-server-common all 3.2.3-0ubuntu7.1 [89.5 kB]
Get:460 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcamel-1.2-29 amd64 3.2.3-0ubuntu7.1 [449 kB]
Get:461 http://archive.ubuntu.com/ubuntu/ precise-updates/main libebook-1.2-12 amd64 3.2.3-0ubuntu7.1 [110 kB]
Get:462 http://archive.ubuntu.com/ubuntu/ precise-updates/main libtelepathy-glib0 amd64 0.18.2-0ubuntu1 [729 kB]
Get:463 http://archive.ubuntu.com/ubuntu/ precise-updates/main telepathy-gabble amd64 0.16.0-0ubuntu3.1 [721 kB]
Get:464 http://archive.ubuntu.com/ubuntu/ precise-updates/main telepathy-mission-control-5 amd64 1:5.12.0-0ubuntu2.1 [196 kB]
Get:465 http://archive.ubuntu.com/ubuntu/ precise-updates/main libmission-control-plugins0 amd64 1:5.12.0-0ubuntu2.1 [17.8 kB]
Get:466 http://archive.ubuntu.com/ubuntu/ precise-updates/main nautilus-sendto-empathy amd64 3.4.2.3-0ubuntu1.1 [477 kB]
Get:467 http://archive.ubuntu.com/ubuntu/ precise-updates/main empathy amd64 3.4.2.3-0ubuntu1.1 [1455 kB]
Get:468 http://archive.ubuntu.com/ubuntu/ precise-updates/main empathy-common all 3.4.2.3-0ubuntu1.1 [455 kB]
Get:469 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgrip0 amd64 0.3.5-0ubuntu1~12.04.1 [16.2 kB]
Get:470 http://archive.ubuntu.com/ubuntu/ precise-updates/main eog amd64 3.4.2-0ubuntu1.1 [768 kB]
Get:471 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdjvulibre-text amd64 3.5.24-9ubuntu0.1 [67.9 kB]
Get:472 http://archive.ubuntu.com/ubuntu/ precise-updates/main libdjvulibre21 amd64 3.5.24-9ubuntu0.1 [697 kB]
Get:473 http://archive.ubuntu.com/ubuntu/ precise-updates/main evince amd64 3.4.0-0ubuntu1.7 [206 kB]
Get:474 http://archive.ubuntu.com/ubuntu/ precise-updates/main libevince3-3 amd64 3.4.0-0ubuntu1.7 [357 kB]
Get:475 http://archive.ubuntu.com/ubuntu/ precise-updates/main evince-common all 3.4.0-0ubuntu1.7 [476 kB]
Get:476 http://archive.ubuntu.com/ubuntu/ precise-updates/main firefox-globalmenu amd64 31.0+build1-0ubuntu0.12.04.1 [8960 B]
Get:477 http://archive.ubuntu.com/ubuntu/ precise-updates/main firefox-locale-en amd64 31.0+build1-0ubuntu0.12.04.1 [746 kB]
Get:478 http://archive.ubuntu.com/ubuntu/ precise-updates/main gcalctool amd64 6.4.1.1-0ubuntu3 [232 kB]
Get:479 http://archive.ubuntu.com/ubuntu/ precise-updates/main gdb amd64 7.4-2012.04-0ubuntu2.1 [2308 kB]
Get:480 http://archive.ubuntu.com/ubuntu/ precise-updates/main geoclue-ubuntu-geoip amd64 0.0.2-0ubuntu6.3 [10.2 kB]
Get:481 http://archive.ubuntu.com/ubuntu/ precise-updates/main ghostscript-cups amd64 9.05~dfsg-0ubuntu4.2 [24.4 kB]
Get:482 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-appindicator3-0.1 amd64 0.4.92-0ubuntu1.1 [3814 B]
Get:483 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-dee-1.0 amd64 1.0.10-0ubuntu1.1 [14.3 kB]
Get:484 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnome-bluetooth8 amd64 3.2.2-0ubuntu5.1 [55.5 kB]
Get:485 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-bluetooth amd64 3.2.2-0ubuntu5.1 [273 kB]
Get:486 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-gnomebluetooth-1.0 amd64 3.2.2-0ubuntu5.1 [5746 B]
Get:487 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-gudev-1.0 amd64 175-0ubuntu9.5 [3988 B]
Get:488 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-launchpad-integration-3.0 amd64 0.1.56.1 [2462 B]
Get:489 http://archive.ubuntu.com/ubuntu/ precise-updates/main totem-mozilla amd64 3.0.1-0ubuntu21.1 [140 kB]
Get:490 http://archive.ubuntu.com/ubuntu/ precise-updates/main libtotem0 amd64 3.0.1-0ubuntu21.1 [221 kB]
Get:491 http://archive.ubuntu.com/ubuntu/ precise-updates/main gstreamer0.10-alsa amd64 0.10.36-1ubuntu0.1 [37.4 kB]
Get:492 http://archive.ubuntu.com/ubuntu/ precise-updates/main gstreamer0.10-pulseaudio amd64 0.10.31-1ubuntu1.2 [111 kB]
Get:493 http://archive.ubuntu.com/ubuntu/ precise-updates/main totem-plugins amd64 3.0.1-0ubuntu21.1 [197 kB]
Get:494 http://archive.ubuntu.com/ubuntu/ precise-updates/main totem amd64 3.0.1-0ubuntu21.1 [425 kB]
Get:495 http://archive.ubuntu.com/ubuntu/ precise-updates/main totem-common all 3.0.1-0ubuntu21.1 [230 kB]
Get:496 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-totem-1.0 amd64 3.0.1-0ubuntu21.1 [6946 B]
Get:497 http://archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-unity-5.0 amd64 5.12.0-0ubuntu1.1 [9896 B]
Get:498 http://archive.ubuntu.com/ubuntu/ precise-updates/main glib-networking-common all 2.32.1-1ubuntu2 [6130 B]
Get:499 http://archive.ubuntu.com/ubuntu/ precise-updates/main glib-networking amd64 2.32.1-1ubuntu2 [51.1 kB]
Get:500 http://archive.ubuntu.com/ubuntu/ precise-updates/main glib-networking-services amd64 2.32.1-1ubuntu2 [12.2 kB]
Get:501 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-accessibility-themes all 3.4.1-0ubuntu1.2 [317 kB]
Get:502 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnm-gtk-common all 0.9.4.1-0ubuntu2.3 [5900 B]
Get:503 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnm-gtk0 amd64 0.9.4.1-0ubuntu2.3 [67.5 kB]
Get:504 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-system-service all 0.2.2.1 [12.1 kB]
Get:505 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-control-center amd64 1:3.4.2-0ubuntu0.13.2 [661 kB]
Get:506 http://archive.ubuntu.com/ubuntu/ precise-updates/main upower amd64 0.9.15-3git1ubuntu0.1 [92.0 kB]
Get:507 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-power-manager amd64 3.4.0-0ubuntu1.1 [407 kB]
Get:508 http://archive.ubuntu.com/ubuntu/ precise-updates/main gnome-screenshot amd64 3.4.1-0ubuntu1.1 [34.6 kB]
Get:509 http://archive.ubuntu.com/ubuntu/ precise-updates/main grub-pc amd64 1.99-21ubuntu3.16 [140 kB]
Get:510 http://archive.ubuntu.com/ubuntu/ precise-updates/main grub-pc-bin amd64 1.99-21ubuntu3.16 [870 kB]
Get:511 http://archive.ubuntu.com/ubuntu/ precise-updates/main grub2-common amd64 1.99-21ubuntu3.16 [95.1 kB]
Get:512 http://archive.ubuntu.com/ubuntu/ precise-updates/main grub-common amd64 1.99-21ubuntu3.16 [2072 kB]
Get:513 http://archive.ubuntu.com/ubuntu/ precise-updates/main gstreamer0.10-plugins-base-apps amd64 0.10.36-1ubuntu0.1 [64.9 kB]
Get:514 http://archive.ubuntu.com/ubuntu/ precise-updates/main gwibber amd64 3.4.2-0ubuntu2.4 [157 kB]
Get:515 http://archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service all 3.4.2-0ubuntu2.4 [39.6 kB]
Get:516 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgwibber2 amd64 3.4.2-0ubuntu2.4 [71.0 kB]
Get:517 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgwibber-gtk2 amd64 3.4.2-0ubuntu2.4 [64.0 kB]
Get:518 http://archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service-facebook all 3.4.2-0ubuntu2.4 [7782 B]
Get:519 http://archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service-identica all 3.4.2-0ubuntu2.4 [7782 B]
Get:520 http://archive.ubuntu.com/ubuntu/ precise-updates/main gwibber-service-twitter all 3.4.2-0ubuntu2.4 [8990 B]
Get:521 http://archive.ubuntu.com/ubuntu/ precise-updates/main printer-driver-hpijs amd64 3.12.2-1ubuntu3.4 [354 kB]
Get:522 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsnmp-base all 5.4.3~dfsg-2.4ubuntu1.2 [217 kB]
Get:523 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsnmp15 amd64 5.4.3~dfsg-2.4ubuntu1.2 [1334 kB]
Get:524 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsane-hpaio amd64 3.12.2-1ubuntu3.4 [129 kB]
Get:525 http://archive.ubuntu.com/ubuntu/ precise-updates/main hplip amd64 3.12.2-1ubuntu3.4 [88.9 kB]
Get:526 http://archive.ubuntu.com/ubuntu/ precise-updates/main libhpmud0 amd64 3.12.2-1ubuntu3.4 [112 kB]
Get:527 http://archive.ubuntu.com/ubuntu/ precise-updates/main hplip-data all 3.12.2-1ubuntu3.4 [6663 kB]
Get:528 http://archive.ubuntu.com/ubuntu/ precise-updates/main printer-driver-hpcups amd64 3.12.2-1ubuntu3.4 [305 kB]
Get:529 http://archive.ubuntu.com/ubuntu/ precise-updates/main libindicator-messages-status-provider1 amd64 0.6.0-0ubuntu2 [5862 B]
Get:530 http://archive.ubuntu.com/ubuntu/ precise-updates/main indicator-messages amd64 0.6.0-0ubuntu2 [69.9 kB]
Get:531 http://archive.ubuntu.com/ubuntu/ precise-updates/main indicator-status-provider-mc5 amd64 0.6.0-0ubuntu2 [6236 B]
Get:532 http://archive.ubuntu.com/ubuntu/ precise-updates/main jockey-gtk all 0.9.7-0ubuntu7.14 [9120 B]
Get:533 http://archive.ubuntu.com/ubuntu/ precise-updates/main jockey-common all 0.9.7-0ubuntu7.14 [132 kB]
Get:534 http://archive.ubuntu.com/ubuntu/ precise-updates/main landscape-client-ui-install amd64 13.07.3-0ubuntu0.12.04 [9102 B]
Get:535 http://archive.ubuntu.com/ubuntu/ precise-updates/main launchpad-integration all 0.1.56.1 [8346 B]
Get:536 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-appindicator amd64 0.4.92-0ubuntu1.1 [44.3 kB]
Get:537 http://archive.ubuntu.com/ubuntu/ precise-updates/main libappindicator1 amd64 0.4.92-0ubuntu1.1 [22.7 kB]
Get:538 http://archive.ubuntu.com/ubuntu/ precise-updates/main libedataserverui-3.0-1 amd64 3.2.3-0ubuntu7.1 [109 kB]
Get:539 http://archive.ubuntu.com/ubuntu/ precise-updates/main libfreerdp1 amd64 1.0.1-1ubuntu2.2 [242 kB]
Get:540 http://archive.ubuntu.com/ubuntu/ precise-updates/main libfreerdp-plugins-standard amd64 1.0.1-1ubuntu2.2 [74.1 kB]
Get:541 http://archive.ubuntu.com/ubuntu/ precise-updates/main libfs6 amd64 2:1.0.3-1ubuntu0.1 [26.9 kB]
Get:542 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnome2-common all 2.32.1-2ubuntu1.1 [36.9 kB]
Get:543 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgpgme11 amd64 1.2.0-1.4ubuntu2.1 [292 kB]
Get:544 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgtk2.0-bin amd64 2.24.10-0ubuntu6.1 [10.3 kB]
Get:545 http://archive.ubuntu.com/ubuntu/ precise-updates/main libminiupnpc8 amd64 1.6-3ubuntu1.1 [24.9 kB]
Get:546 http://archive.ubuntu.com/ubuntu/ precise-updates/main libnm-glib-vpn1 amd64 0.9.4.0-0ubuntu4.4.1 [14.4 kB]
Get:547 http://archive.ubuntu.com/ubuntu/ precise-updates/main liboverlay-scrollbar-0.2-0 amd64 0.2.16-0ubuntu1.1 [37.3 kB]
Get:548 http://archive.ubuntu.com/ubuntu/ precise-updates/main liboverlay-scrollbar3-0.2-0 amd64 0.2.16-0ubuntu1.1 [37.8 kB]
Get:549 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpam-ck-connector amd64 0.4.5-2ubuntu0.1 [8188 B]
Get:550 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpam-gnome-keyring amd64 3.2.2-2ubuntu4.1 [37.6 kB]
Get:551 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpq5 amd64 9.1.14-0ubuntu0.12.04 [90.1 kB]
Get:552 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpurple-bin all 1:2.10.3-0ubuntu1.5 [17.5 kB]
Get:553 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpurple0 amd64 1:2.10.3-0ubuntu1.5 [1769 kB]
Get:554 http://archive.ubuntu.com/ubuntu/ precise-updates/main libraptor2-0 amd64 2.0.6-1ubuntu0.1 [177 kB]
Get:555 http://archive.ubuntu.com/ubuntu/ precise-updates/main libraw5 amd64 0.14.4-0ubuntu2.2 [317 kB]
Get:556 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-emailmerge all 1:3.5.7-0ubuntu6.1 [36.3 kB]
Get:557 http://archive.ubuntu.com/ubuntu/ precise-updates/main libreoffice-help-en-us all 1:3.5.7-0ubuntu6.1 [9000 kB]
Get:558 http://archive.ubuntu.com/ubuntu/ precise-updates/main libservlet2.5-java all 6.0.35-1ubuntu3.5 [188 kB]
Get:559 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-ubuntuone-storageprotocol all 3.0.2-0ubuntu1 [63.9 kB]
Get:560 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsyncdaemon-1.0-1 amd64 3.0.2-0ubuntu2.2 [45.6 kB]
Get:561 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntuone-client all 3.0.2-0ubuntu2.2 [46.7 kB]
Get:562 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-ubuntuone-client all 3.0.2-0ubuntu2.2 [229 kB]
Get:563 http://archive.ubuntu.com/ubuntu/ precise-updates/main libtomcat6-java all 6.0.35-1ubuntu3.5 [3090 kB]
Get:564 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-panel amd64 5.14.0-0ubuntu2 [132 kB]
Get:565 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-shell amd64 5.14.0-0ubuntu2 [278 kB]
Get:566 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-spread amd64 5.14.0-0ubuntu2 [33.1 kB]
Get:567 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d-common all 5.14.0-0ubuntu2 [10.1 kB]
Get:568 http://archive.ubuntu.com/ubuntu/ precise-updates/main libunity-2d-private0 amd64 5.14.0-0ubuntu2 [474 kB]
Get:569 http://archive.ubuntu.com/ubuntu/ precise-updates/main libusbmuxd1 amd64 1.0.7-2ubuntu0.1 [14.7 kB]
Get:570 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxres1 amd64 2:1.0.5-1ubuntu0.1 [6938 B]
Get:571 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxvmc1 amd64 2:1.0.6-1ubuntu2.1 [15.9 kB]
Get:572 http://archive.ubuntu.com/ubuntu/ precise-updates/main light-themes all 0.1.9.1-0ubuntu1.2 [117 kB]
Get:573 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-firmware all 1.79.16 [27.7 MB]
Get:574 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-generic amd64 3.2.0.67.79 [1722 B]
Get:575 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-generic amd64 3.2.0.67.79 [2424 B]
Get:576 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-67 all 3.2.0-67.101 [11.7 MB]
Get:577 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-3.2.0-67-generic amd64 3.2.0-67.101 [979 kB]
Get:578 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-headers-generic amd64 3.2.0.67.79 [2402 B]
Get:579 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-libc-dev amd64 3.2.0-67.101 [862 kB]
Get:580 http://archive.ubuntu.com/ubuntu/ precise-updates/main mtools amd64 4.0.12-1ubuntu0.12.04.1 [186 kB]
Get:581 http://archive.ubuntu.com/ubuntu/ precise-updates/main network-manager-gnome amd64 0.9.4.1-0ubuntu2.3 [404 kB]
Get:582 http://archive.ubuntu.com/ubuntu/ precise-updates/main notify-osd-icons all 0.8~precise [226 kB]
Get:583 http://archive.ubuntu.com/ubuntu/ precise-updates/main onboard amd64 0.97.0-0ubuntu4 [406 kB]
Get:584 http://archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jre-lib all 7u55-2.4.7-1ubuntu1~0.12.04.2 [39.8 kB]
Get:585 http://archive.ubuntu.com/ubuntu/ precise-updates/main overlay-scrollbar all 0.2.16-0ubuntu1.1 [7408 B]
Get:586 http://archive.ubuntu.com/ubuntu/ precise-updates/main plymouth-theme-ubuntu-logo amd64 0.8.2-2ubuntu31.1 [19.7 kB]
Get:587 http://archive.ubuntu.com/ubuntu/ precise-updates/universe postgresql-client-8.4 amd64 8.4.22-0ubuntu0.12.04 [1571 kB]
Get:588 http://archive.ubuntu.com/ubuntu/ precise-updates/universe postgresql-8.4 amd64 8.4.22-0ubuntu0.12.04 [5718 kB]
Get:589 http://archive.ubuntu.com/ubuntu/ precise-updates/universe printer-driver-postscript-hp all 3.12.2-1ubuntu3.4 [776 kB]
Get:590 http://archive.ubuntu.com/ubuntu/ precise-updates/main pulseaudio-utils amd64 1:1.1-0ubuntu15.4 [60.2 kB]
Get:591 http://archive.ubuntu.com/ubuntu/ precise-updates/main pulseaudio amd64 1:1.1-0ubuntu15.4 [928 kB]
Get:592 http://archive.ubuntu.com/ubuntu/ precise-updates/main pulseaudio-module-gconf amd64 1:1.1-0ubuntu15.4 [14.0 kB]
Get:593 http://archive.ubuntu.com/ubuntu/ precise-updates/main pulseaudio-module-x11 amd64 1:1.1-0ubuntu15.4 [19.2 kB]
Get:594 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-debtagshw all 1.9+git20120320-0ubuntu1 [10.1 kB]
Get:595 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-keyring all 0.9.2-0ubuntu0.12.04.2 [39.7 kB]
Get:596 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-lazr.restfulclient all 0.12.0-1ubuntu1.1 [54.8 kB]
Get:597 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-libproxy all 0.4.7-0ubuntu4.1 [4190 B]
Get:598 http://archive.ubuntu.com/ubuntu/ precise-updates/main unzip amd64 6.0-4ubuntu2 [193 kB]
Get:599 http://archive.ubuntu.com/ubuntu/ precise/main liblzma-dev amd64 5.1.1alpha+20110809-3 [98.4 kB]
Get:600 http://archive.ubuntu.com/ubuntu/ precise-updates/main remmina-plugin-rdp amd64 1.0.0-1ubuntu6.3 [31.9 kB]
Get:601 http://archive.ubuntu.com/ubuntu/ precise-updates/main remmina-plugin-vnc amd64 1.0.0-1ubuntu6.3 [21.2 kB]
Get:602 http://archive.ubuntu.com/ubuntu/ precise-updates/main remmina amd64 1.0.0-1ubuntu6.3 [131 kB]
Get:603 http://archive.ubuntu.com/ubuntu/ precise-updates/main remmina-common all 1.0.0-1ubuntu6.3 [47.7 kB]
Get:604 http://archive.ubuntu.com/ubuntu/ precise-updates/main rtkit amd64 0.10-2ubuntu0.12.04.1 [36.3 kB]
Get:605 http://archive.ubuntu.com/ubuntu/ precise-updates/main smbclient amd64 2:3.6.3-2ubuntu2.11 [14.1 MB]
Get:606 http://archive.ubuntu.com/ubuntu/ precise-updates/main samba-common all 2:3.6.3-2ubuntu2.11 [325 kB]
Get:607 http://archive.ubuntu.com/ubuntu/ precise-updates/main samba-common-bin amd64 2:3.6.3-2ubuntu2.11 [6175 kB]
Get:608 http://archive.ubuntu.com/ubuntu/ precise-updates/main seahorse amd64 3.2.2-0ubuntu2.1 [485 kB]
Get:609 http://archive.ubuntu.com/ubuntu/ precise-updates/main simple-scan amd64 3.4.4-0ubuntu1 [117 kB]
Get:610 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-piston-mini-client all 0.7.2+bzr57-0ubuntu1 [17.9 kB]
Get:611 http://archive.ubuntu.com/ubuntu/ precise-updates/main software-center all 5.2.10 [623 kB]
Get:612 http://archive.ubuntu.com/ubuntu/ precise-updates/main software-properties-common all 0.82.7.7 [8450 B]
Get:613 http://archive.ubuntu.com/ubuntu/ precise-updates/main software-properties-gtk all 0.82.7.7 [34.6 kB]
Get:614 http://archive.ubuntu.com/ubuntu/ precise-updates/main ssh all 1:5.9p1-5ubuntu1.4 [1282 B]
Get:615 http://archive.ubuntu.com/ubuntu/ precise-updates/main ssh-askpass-gnome amd64 1:5.9p1-5ubuntu1.4 [16.0 kB]
Get:616 http://archive.ubuntu.com/ubuntu/ precise-updates/main telepathy-idle amd64 0.1.11-2ubuntu0.1 [63.6 kB]
Get:617 http://archive.ubuntu.com/ubuntu/ precise-updates/main thunderbird-globalmenu amd64 1:31.0+build1-0ubuntu0.12.04.1 [8782 B]
Get:618 http://archive.ubuntu.com/ubuntu/ precise-updates/main thunderbird amd64 1:31.0+build1-0ubuntu0.12.04.1 [34.0 MB]
Get:619 http://archive.ubuntu.com/ubuntu/ precise-updates/main thunderbird-gnome-support amd64 1:31.0+build1-0ubuntu0.12.04.1 [9132 B]
Get:620 http://archive.ubuntu.com/ubuntu/ precise-updates/main thunderbird-locale-en amd64 1:31.0+build1-0ubuntu0.12.04.1 [353 kB]
Get:621 http://archive.ubuntu.com/ubuntu/ precise-updates/main thunderbird-locale-en-us all 1:31.0+build1-0ubuntu0.12.04.1 [13.2 kB]
Get:622 http://archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre amd64 6b31-1.13.3-1ubuntu1~0.12.04.2 [236 kB]
Get:623 http://archive.ubuntu.com/ubuntu/ precise-updates/main tomcat6-common all 6.0.35-1ubuntu3.5 [40.7 kB]
Get:624 http://archive.ubuntu.com/ubuntu/ precise-updates/main tomcat6 all 6.0.35-1ubuntu3.5 [29.3 kB]
Get:625 http://archive.ubuntu.com/ubuntu/ precise-updates/main transmission-common all 2.51-0ubuntu1.4 [267 kB]
Get:626 http://archive.ubuntu.com/ubuntu/ precise-updates/main transmission-gtk amd64 2.51-0ubuntu1.4 [349 kB]
Get:627 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-2d all 5.14.0-0ubuntu2 [1870 B]
Get:628 http://archive.ubuntu.com/ubuntu/ precise-updates/main xdiagnose all 2.5.3 [58.2 kB]
Get:629 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-intel amd64 2:2.17.0-1ubuntu4.4 [238 kB]
Get:630 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-nouveau amd64 1:0.0.16+git20111201+b5534a1-1build3 [109 kB]
Get:631 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-openchrome amd64 1:0.2.904+svn1050-1ubuntu0.1 [178 kB]
Get:632 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-qxl amd64 0.0.16-2ubuntu0.1 [66.9 kB]
Get:633 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-video-all amd64 1:7.6+12ubuntu2 [5026 B]
Get:634 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-synaptics amd64 1.6.2-1ubuntu1~precise2 [71.1 kB]
Get:635 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-wacom amd64 1:0.14.0-0ubuntu2.1 [88.0 kB]
Get:636 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg-input-all amd64 1:7.6+12ubuntu2 [4928 B]
Get:637 http://archive.ubuntu.com/ubuntu/ precise-updates/main xserver-xorg amd64 1:7.6+12ubuntu2 [77.0 kB]
Get:638 http://archive.ubuntu.com/ubuntu/ precise-updates/main xterm amd64 271-1ubuntu2.1 [565 kB]
Get:639 http://archive.ubuntu.com/ubuntu/ precise-updates/main xorg amd64 1:7.6+12ubuntu2 [2718 B]
Get:640 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-desktop amd64 1.267.1 [4016 B]
Get:641 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-lens-applications amd64 5.18.0-0ubuntu1 [59.8 kB]
Get:642 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-lens-files amd64 5.10.0-0ubuntu1.1 [51.4 kB]
Get:643 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-lens-music amd64 5.12.0-0ubuntu2 [43.8 kB]
Get:644 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-lens-video all 0.3.5-0ubuntu1.3 [8392 B]
Get:645 http://archive.ubuntu.com/ubuntu/ precise-updates/main rhythmbox-ubuntuone all 4.2.0-0ubuntu0.0.1 [6272 B]
Get:646 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-scope-musicstores amd64 5.12.0-0ubuntu2 [24.1 kB]
Get:647 http://archive.ubuntu.com/ubuntu/ precise-updates/main unity-scope-video-remote all 0.3.5-0ubuntu2.2 [7404 B]
Get:648 http://archive.ubuntu.com/ubuntu/ precise-updates/main usb-creator-gtk amd64 0.2.38.3 [26.6 kB]
Get:649 http://archive.ubuntu.com/ubuntu/ precise-updates/main usb-creator-common amd64 0.2.38.3 [23.5 kB]
Get:650 http://archive.ubuntu.com/ubuntu/ precise-updates/main usbmuxd amd64 1.0.7-2ubuntu0.1 [37.1 kB]
Get:651 http://archive.ubuntu.com/ubuntu/ precise-updates/main vino amd64 3.4.2-0ubuntu1.3.1 [169 kB]
Get:652 http://archive.ubuntu.com/ubuntu/ precise-updates/main xul-ext-ubufox all 2.7-0ubuntu0.12.04.1 [56.8 kB]
Get:653 http://archive.ubuntu.com/ubuntu/ precise-updates/main ginn amd64 0.2.4.1-0ubuntu1 [16.5 kB]
Get:654 http://archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-netx-common all 1.2.3-0ubuntu0.12.04.4 [600 kB]
Get:655 http://archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-plugin amd64 1.2.3-0ubuntu0.12.04.4 [88.3 kB]
Get:656 http://archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-netx amd64 1.2.3-0ubuntu0.12.04.4 [16.4 kB]
Get:657 http://archive.ubuntu.com/ubuntu/ precise-updates/main pulseaudio-module-bluetooth amd64 1:1.1-0ubuntu15.4 [82.6 kB]
Get:658 http://archive.ubuntu.com/ubuntu/ precise-updates/main sessioninstaller all 0.20+bzr128-0ubuntu1.3 [29.5 kB]
Get:659 http://archive.ubuntu.com/ubuntu/ precise-updates/main ubuntuone-installer all 3.0.2-0ubuntu1.1 [20.0 kB]
Fetched 849 MB in 9min 46s (1447 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: file triggers record mentions illegal package name `libglib2.0-0:i386' (for interest in file `/usr/lib/i386-linux-gnu/gio/modules'): character `:' not allowed (only letters, digits and characters `-+._')
E: Sub-process /usr/bin/dpkg returned an error code (2)
server1@server1:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list.d/cloudera-manager.list

     1 # deb [arch=amd64] http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm/ precise-cm4.8.2 contrib

/etc/apt/sources.list.d/webupd8team-y-ppa-manager-precise.list

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

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

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

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

     1 deb http://dell.archive.canonical.com/updates/ precise-dell public
     2 deb-src http://dell.archive.canonical.com/updates/ precise-dell public

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

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

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

/etc/apt/sources.list.d/cloudera-cm4.list

     1 deb [arch=amd64] http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm precise-cm4 contrib
     2 deb-src http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm precise-cm4 contrib
     3
     4

/etc/apt/sources.list.d/fkrull-deadsnakes-precise.list

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

/etc/apt/sources.list.d/marutter-rrutter-precise.list

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

/etc/apt/sources.list

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

server1@server1:~$ sudo dpkg --add-architecture i386
dpkg: unknown option --add-architecture

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
server1@server1:~$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Ign http://archive.canonical.com precise InRelease
Get:1 http://dl.google.com stable Release.gpg [198 B]
Hit http://archive.cloudera.com precise-cm4 InRelease
Ign http://dell.archive.canonical.com precise-dell InRelease
Hit http://dl.google.com stable Release
Ign http://dl.google.com stable Release
Ign http://archive.ubuntu.com precise InRelease
Ign http://archive.ubuntu.com precise-updates InRelease
Get:2 http://archive.canonical.com precise Release.gpg [198 B]
Get:3 http://dell.archive.canonical.com precise-dell Release.gpg [287 B]
Ign http://cran.r-project.org precise/ InRelease
Ign http://dl.google.com stable/main amd64 Packages/DiffIndex
Get:4 http://archive.ubuntu.com precise Release.gpg [198 B]
Hit http://archive.canonical.com precise Release
Ign http://security.ubuntu.com lucid-security InRelease
Ign http://archive.canonical.com precise Release
Hit http://dell.archive.canonical.com precise-dell Release
Ign http://dell.archive.canonical.com precise-dell Release
Ign http://dl.google.com stable/main TranslationIndex
Get:5 http://cran.r-project.org precise/ Release.gpg [490 B]
Get:6 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Ign http://archive.canonical.com precise/partner Sources/DiffIndex
Ign http://dell.archive.canonical.com precise-dell/public Sources/DiffIndex
Get:7 http://security.ubuntu.com lucid-security Release.gpg [198 B]
Hit http://dl.google.com stable/main amd64 Packages
Hit http://archive.ubuntu.com precise Release
Ign http://archive.ubuntu.com precise Release
Hit http://cran.r-project.org precise/ Release
Ign http://cran.r-project.org precise/ Release
Ign http://archive.canonical.com precise/partner amd64 Packages/DiffIndex
Ign http://archive.canonical.com precise/partner TranslationIndex
Ign http://dell.archive.canonical.com precise-dell/public amd64 Packages/DiffIndex
Ign http://dell.archive.canonical.com precise-dell/public TranslationIndex
Hit http://archive.cloudera.com precise-cm4/contrib Sources
Hit http://archive.ubuntu.com precise-updates Release
Ign http://archive.ubuntu.com precise-updates Release
Hit http://archive.canonical.com precise/partner Sources
Hit http://archive.canonical.com precise/partner amd64 Packages
Ign http://cran.r-project.org precise/ Packages/DiffIndex
Hit http://dell.archive.canonical.com precise-dell/public Sources
Hit http://security.ubuntu.com lucid-security Release
Ign http://security.ubuntu.com lucid-security Release
Ign http://archive.ubuntu.com precise/main Sources/DiffIndex
Ign http://archive.ubuntu.com precise/restricted Sources/DiffIndex
Ign http://archive.ubuntu.com precise/universe Sources/DiffIndex
Ign http://archive.ubuntu.com precise/multiverse Sources/DiffIndex
Ign http://archive.ubuntu.com precise/main amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/restricted amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/universe amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/multiverse amd64 Packages/DiffIndex
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://dell.archive.canonical.com precise-dell/public amd64 Packages
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Ign http://archive.ubuntu.com precise-updates/main Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/restricted Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/universe Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/multiverse Sources/DiffIndex
Ign http://archive.ubuntu.com precise-updates/main amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise-updates/restricted amd64 Packages/DiffIndex
Hit http://cran.r-project.org precise/ Packages
Ign http://security.ubuntu.com lucid-security/main amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise-updates/universe amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise-updates/multiverse amd64 Packages/DiffIndex
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Sources
Ign http://dl.google.com stable/main Translation-en
Hit http://archive.cloudera.com precise-cm4/contrib amd64 Packages
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise/main Translation-en
Ign http://security.ubuntu.com lucid-security/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/multiverse Sources
Ign http://archive.canonical.com precise/partner Translation-en
Hit http://archive.ubuntu.com precise-updates/main amd64 Packages
Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages
Ign http://dell.archive.canonical.com precise-dell/public Translation-en
Hit http://security.ubuntu.com lucid-security/main amd64 Packages
Ign http://cran.r-project.org precise/ Translation-en
Ign http://archive.cloudera.com precise-cm4/contrib TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Ign http://security.ubuntu.com lucid-security/main Translation-en
Ign http://archive.cloudera.com precise-cm4/contrib Translation-en
Fetched 1767 B in 4s (363 B/s)
Reading package lists... Done
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://archive.canonical.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://dell.archive.canonical.com precise-dell Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9FDA6BED73CDC22
W: GPG error: http://archive.ubuntu.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://cran.r-project.org precise/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 51716619E084DAB9
W: GPG error: http://archive.ubuntu.com precise-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://security.ubuntu.com lucid-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-amd64_Packages)
server1@server1:~$

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt-dpkg-ref Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 40976EAF437D05B5
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com A040830F7FAC5991
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com F9FDA6BED73CDC22
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 51716619E084DAB9

Will import the GPG keys you need

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

Try:

sudo apt-get --reinstall install libglib2.0-0:i386

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

What is the output of the commands

apt-cache policy dpkg
dpkg --version

Revision history for this message
Onkar (onkar-khaladkar) said :
#4

I am using a 64 bit edition i have edited the question result with commands "sudo dpkg --add-architecture i386" and
"sudo apt-get update".i'l follow the above commands.

Revision history for this message
Onkar (onkar-khaladkar) said :
#5

output for commands...

server1@server1:~$ apt-cache policy dpkg
dpkg:
  Installed: 1.16.1.2ubuntu7
  Candidate: 1.16.1.2ubuntu7.5
  Version table:
     1.16.1.2ubuntu7.5 0
        500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
 *** 1.16.1.2ubuntu7 0
        500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
        100 /var/lib/dpkg/status
     1.15.5.6ubuntu4.9 0
        500 http://security.ubuntu.com/ubuntu/ lucid-security/main amd64 Packages
server1@server1:~$ dpkg --version
Debian `dpkg' package management program version 1.15.5.6ubuntu2 (i386).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
See dpkg --license for copyright and license details.
server1@server1:~$

Revision history for this message
Onkar (onkar-khaladkar) said :
#6

@actionparsnip (andrew-woodhead666)
I tried your command i got this o/p.

server1@server1:~$ sudo apt-get --reinstall install libglib2.0-0:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libglib2.0-0:i386
E: Couldn't find any package by regex 'libglib2.0-0'

Revision history for this message
Onkar (onkar-khaladkar) said :
#7

Can this be a problem with duplicates in source file.I think this problem persists with incorrect 32 bit and 64bit software installation. I tried to refer the following links but still wanted second opinion on this.

http://ubuntuforums.org/archive/index.php/t-2023348.html
http://askubuntu.com/questions/240147/libglib2-0-0-broken
https://www.kubuntuforums.net/archive/index.php/t-61031.html

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

The root cause is that you are using an outdated version of dpkg that is not multiarch aware, and fails with any multiarch package. I am not sure whether it will be easy to correct that, by the following might work.

There are several things to be done:
1. correct the sources.list confog file and remove the references to lucid and add precise-security
2. try a manual installation of the current dpkg package
3. re-try updating your system

ad 1:
open a terminal and issue the command
gksudo gedit /etc/apt/sources.list
This should ask for your password as confirmation for an administrative action and should then open an editor with the sources.list configuration file loaded.
Scroll down to the end and replace the line
deb http://security.ubuntu.com/ubuntu lucid-security main
by
deb http://security.ubuntu.com/ubuntu precise-security main universe multiverse restricted
an delete the next line ("deb http://archive.ubuntu.com/ubuntu precise universe")

ad 2:
download the file http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg_1.16.1.2ubuntu7.5_amd64.deb to a directory on your system
open a terminal
cd to the directory where you downloaded that file and issue the command
sudo dpkg --install dpkg_1.16.1.2ubuntu7.5_amd64.deb

ad 3:
Finally re-issue the command
sudo apt-get upgrade

and copy/paste all output of all commands into this question document.

Revision history for this message
Onkar (onkar-khaladkar) said :
#9

I have made the suggested changes.I have an error with package architecture so i did not firw the third command.Could this be because of 32 bit installation on 64 bit.I have read these links to switch form 32bit to 64bit.

http://askubuntu.com/questions/81824/how-can-i-switch-a-32-bit-installation-to-a-64-bit-one
http://askubuntu.com/questions/5018/is-it-possible-to-upgrade-from-a-32bit-to-a-64bit-installation

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

/etc/apt/sources.list.d/cloudera-manager.list

     1 # deb [arch=amd64] http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm/ precise-cm4.8.2 contrib

/etc/apt/sources.list.d/webupd8team-y-ppa-manager-precise.list

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

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

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

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

     1 deb http://dell.archive.canonical.com/updates/ precise-dell public
     2 deb-src http://dell.archive.canonical.com/updates/ precise-dell public

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

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

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

/etc/apt/sources.list.d/cloudera-cm4.list

     1 deb [arch=amd64] http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm precise-cm4 contrib
     2 deb-src http://archive.cloudera.com/cm4/ubuntu/precise/amd64/cm precise-cm4 contrib
     3
     4

/etc/apt/sources.list.d/fkrull-deadsnakes-precise.list

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

/etc/apt/sources.list.d/marutter-rrutter-precise.list

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

/etc/apt/sources.list

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

server1@server1:~$ sudo dpkg --install dpkg_1.16.1.2ubuntu7.5_amd64.deb
dpkg: error processing dpkg_1.16.1.2ubuntu7.5_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
Errors were encountered while processing:
 dpkg_1.16.1.2ubuntu7.5_amd64.deb

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

Just to re-check: You have tried switching over from a 32bit (i386) installation to a 64bit (amd64) system?
Such procedure is not supported, and apparently your system currently is in state that is something in-between.
I see that you already booted into a 64 bit kernel (uname -a output ends with x86_64), but dpkg still believes, that the system is i386 architecture ("package architecture (amd64) does not match system (i386)").

I think the easiest escape from that mess would be a new installation.

In case you still want to try continuing with your current system (and further try repairing), please provide the output of the commands

ls -l /var/lib/dpkg
cat /var/lib/dpkg/arch
cat /etc/dpkg/dpkg.cfg
ls -l /etc/dpkg/dpkg.cfg.d

Revision history for this message
Onkar (onkar-khaladkar) said :
#11

I wanted to install wine 1.6 which required to install dpkg_1.15.5.6ubuntu4.9_i386.deb (i was not aware that this is to install 32 bit arch).Befor that i guess i had a 64 bit arch on my machine.

server1@server1:~$ ls -l /var/lib/dpkg
total 7708
drwxrwxrwx 2 777 root 4096 Aug 7 13:47 alternatives
-rw-r--r-- 1 root root 1520 Aug 12 10:20 available
-rw-r--r-- 1 root root 0 Aug 11 14:25 available-bad
-rw-r--r-- 1 root root 611 Aug 11 19:30 available-old
-rwxrwxrwx 1 777 root 8 Jul 3 2012 cmethopt
-rwxrwxrwx 1 777 root 1347 Aug 7 13:03 diversions
-rwxrwxrwx 1 777 root 1449 Jan 10 2014 diversions-old
drwxrwxrwx 2 777 root 360448 Aug 7 14:11 info
-rw-r----- 1 root root 0 Aug 12 10:20 lock
drwxrwxrwx 2 777 root 4096 Apr 13 2012 parts
-rwxrwxrwx 1 777 root 135 Jul 3 2012 statoverride
-rw-r--r-- 1 root root 1811774 Aug 12 10:20 status
-rw-r--r-- 1 root root 1903484 Aug 11 14:23 status-bad
-rw-r--r-- 1 root root 1811774 Aug 11 19:30 status-old
-rw-r--r-- 1 root root 1951204 Aug 11 12:46 status~
drwxrwxrwx 2 777 root 4096 Aug 11 18:15 triggers
drwxrwxrwx 2 777 root 4096 Aug 12 10:20 updates
server1@server1:~$ cat /var/lib/dpkg/arch
cat: /var/lib/dpkg/arch: No such file or directory
server1@server1:~$ cat /etc/dpkg/dpkg.cfg
# dpkg configuration file
#
# This file can contain default options for dpkg. All command-line
# options are allowed. Values can be specified by putting them after
# the option, separated by whitespace and/or an `=' sign.
#

# Do not enable debsig-verify by default; since the distribution is not using
# embedded signatures, debsig-verify would reject all packages.
no-debsig

# Log status changes and actions to a file.
log /var/log/dpkg.log
server1@server1:~$ ls -l /etc/dpkg/dpkg.cfg.d
total 0
server1@server1:~$

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

Yes, dpkg_1.15.5.6ubuntu4.9_i386.deb is a 32bit dpkg program, and it is a version that is belonging to a much older Ubuntu release than you precise version. Manually installing that version seems to have completely broken the package management system, because that version misses functionality that the other parts of the package management system expect to have available.

I cannot promise that the commands I suggest will work, and I cannot rule out that it gets even worse.

cd to the directory where you did the download and try
sudo dpkg --install --force-architecture dpkg_1.16.1.2ubuntu7.5_amd64.deb
dpkg --version
dpkg --print-architecture

Revision history for this message
Onkar (onkar-khaladkar) said :
#13

Should i first remove dpkg_1.15.5.6ubuntu4.9_i386.deb package and the try installing..?

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

Does the application you are wanting to run work better in wine 1.6?

What are you planning to run?

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

You cannot remove the dpkg package, because then there is no dpkg program left for installing the dpkg package any more - unless you do some tricks.

Just try the commands that I have given and report their output.

Revision history for this message
Onkar (onkar-khaladkar) said :
#16

@actionparsnip@Manfred Hampl
Yess i was trying to run sqlyog on wine it was working fine. I found out that wine internally installs 32bit architecture to install on 64 bit. It creates duplicate files which makes it difficult to install other packages.Hence by mistake i changed it to 32 bit.Finally I restored factory settings and i was able to reset to 64 bit architecture.Thank you for your help this was a very usefull leason.

Can you help with this problem?

Provide an answer of your own, or ask Onkar for more information if necessary.

To post a message you must log in.