PackageManager Troubleshooting Procedure

Asked by Farhan Javed

I study in a university and have to use manual proxy addresses to use wifi there. However, i don't use any proxy at home. The internet works fine on the web browser but I want to install g++ compiler and when I write the command sudo apt-get install g++ it asks for verification. and then asks whether i want to install the unauthenticated packages. after pressing yes(y) to both it stops at connecting to pk.archive.ubuntu.com. Also, my update manager also does not work and after a while stops because it is unable to connect to the internet. I believe that the terminal and the update manager are not being configured by the network proxy even when i press "apply systemwide" in the network settings tab.
I followed the Package Manager TroubleShooting Procedure and the result is attached alongside the thread. Kindly help me out. Thankyou.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Farhan Javed (farhan-javed47) said :
#1

#The following is the terminal screen output after running the Package Manager Trouble Shooting Procedure

FAST-BeoWolF:$ ubuntu-support-status
Support status summary of 'BeoWolF':

You have 1572 packages (100.0%) that can not/no-longer be downloaded
You have 0 packages (0.0%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
FAST-BeoWolF:$ sudo grep -R proxy /etc/apt/*
/etc/apt/apt.conf~:Acquire::http::proxy "http://192.168.15.255:80/";
/etc/apt/apt.conf~:Acquire::ftp::proxy "ftp://192.168.15.255:80/";
/etc/apt/apt.conf~:Acquire::https::proxy "https://192.168.15.255:80/";
FAST-BeoWolF:$ grep proxy /etc/environment
http_proxy="http://192.168.15.255:8080"
ftp_proxy="ftp://192.168.15.255:8080"
https_proxy="https://192.168.15.255:8080"
FAST-BeoWolF:$ echo $http_proxy
http://192.168.15.255:8080
FAST-BeoWolF:$ echo $ftp_proxy
ftp://192.168.15.255:8080
FAST-BeoWolF:$ grep proxy /etc/bash.bashrc
export http_proxy="http://192.168.15.255:8080"
export ftp_proxy="ftp://192.168.15.255:8080"
export https_proxy="https://192.168.15.255:8080"
FAST-BeoWolF:$ grep proxy ~/.bashrc
FAST-BeoWolF:$ cat /etc/apt/apt.conf
FAST-BeoWolF:$ sudo fuser -vvv /var/lib/dpkg/lock
FAST-BeoWolF:$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.3 LTS"
FAST-BeoWolF:$ uname -a
Linux BeoWolF 3.8.0-30-generic #44~precise1-Ubuntu SMP Fri Aug 23 17:33:45 UTC 2013 i686 i686 i386 GNU/Linux
FAST-BeoWolF:$ sudo rm /var/lib/apt/lists/lock
FAST-BeoWolF:$ sudo rm /var/lib/dpkg/lock
FAST-BeoWolF:$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
FAST-BeoWolF:$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
mv: cannot stat `/var/lib/dpkg/status': No such file or directory
FAST-BeoWolF:$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
FAST-BeoWolF:$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
FAST-BeoWolF:$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
FAST-BeoWolF:$ sudo rm -rf /var/lib/dpkg/updates/*
FAST-BeoWolF:$ sudo rm -rf /var/lib/apt/lists
FAST-BeoWolF:$ sudo rm /var/cache/apt/*.bin
rm: cannot remove `/var/cache/apt/*.bin': No such file or directory
FAST-BeoWolF:$ sudo mkdir /var/lib/apt/lists
FAST-BeoWolF:$ sudo mkdir /var/lib/apt/lists/partial
FAST-BeoWolF:$ LANG=C;sudo apt-get clean
FAST-BeoWolF:$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
FAST-BeoWolF:$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
FAST-BeoWolF:$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Err http://archive.ubuntu.com precise Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Ign http://archive.ubuntu.com precise Release
Ign http://archive.ubuntu.com precise-updates Release
Ign http://archive.ubuntu.com precise-backports Release
Ign http://archive.ubuntu.com precise-security Release
Ign http://archive.ubuntu.com precise/main TranslationIndex
Ign http://archive.ubuntu.com precise/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise/restricted TranslationIndex
Ign http://archive.ubuntu.com precise/universe TranslationIndex
Ign http://archive.ubuntu.com precise-updates/main TranslationIndex
Ign http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Ign http://archive.ubuntu.com precise-updates/universe TranslationIndex
Ign http://archive.ubuntu.com precise-backports/main TranslationIndex
Ign http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Ign http://archive.ubuntu.com precise-backports/universe TranslationIndex
Ign http://archive.ubuntu.com precise-security/main TranslationIndex
Ign http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise-security/restricted TranslationIndex
Ign http://archive.ubuntu.com precise-security/universe TranslationIndex
Err http://archive.ubuntu.com precise/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

E: Some index files failed to download. They have been ignored, or old ones used instead.
FAST-BeoWolF:$ sudo dpkg --configure -a
FAST-BeoWolF:$ sudo dpkg --clear-avail
FAST-BeoWolF:$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
FAST-BeoWolF:$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
FAST-BeoWolF:$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Err http://archive.ubuntu.com precise Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security Release.gpg
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Ign http://archive.ubuntu.com precise Release
Ign http://archive.ubuntu.com precise-updates Release
Ign http://archive.ubuntu.com precise-backports Release
Ign http://archive.ubuntu.com precise-security Release
Ign http://archive.ubuntu.com precise/main TranslationIndex
Ign http://archive.ubuntu.com precise/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise/restricted TranslationIndex
Ign http://archive.ubuntu.com precise/universe TranslationIndex
Ign http://archive.ubuntu.com precise-updates/main TranslationIndex
Ign http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Ign http://archive.ubuntu.com precise-updates/universe TranslationIndex
Ign http://archive.ubuntu.com precise-backports/main TranslationIndex
Ign http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Ign http://archive.ubuntu.com precise-backports/universe TranslationIndex
Ign http://archive.ubuntu.com precise-security/main TranslationIndex
Ign http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Ign http://archive.ubuntu.com precise-security/restricted TranslationIndex
Ign http://archive.ubuntu.com precise-security/universe TranslationIndex
Err http://archive.ubuntu.com precise/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/main Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/restricted Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/universe Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/multiverse Sources
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/main i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/restricted i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/universe i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/multiverse i386 Packages
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-updates/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-backports/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/main Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/multiverse Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/restricted Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
Err http://archive.ubuntu.com precise-security/universe Translation-en
  Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/Release.gpg Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/Sources Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/Packages Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/Translation-en Cannot initiate the connection to 192.168.15.255:8080 (192.168.15.255). - connect (101: Network is unreachable)

E: Some index files failed to download. They have been ignored, or old ones used instead.
FAST-BeoWolF:$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

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

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

/etc/apt/sources.list

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

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

Can you ping 192.168.15.255 ?

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

There must be something wrong with your proxy setup:

/etc/apt/apt.conf~:Acquire::http::proxy "http://192.168.15.255:80/";
/etc/apt/apt.conf~:Acquire::ftp::proxy "ftp://192.168.15.255:80/";
/etc/apt/apt.conf~:Acquire::https::proxy "https://192.168.15.255:80/";

FAST-BeoWolF:$ grep proxy /etc/environment
http_proxy="http://192.168.15.255:8080"
ftp_proxy="ftp://192.168.15.255:8080"
https_proxy="https://192.168.15.255:8080"

In the file /etc/apt/apt.conf~, you are using port 80, but in file /etc/environment you are using port 8080.

Which is the correct portnumber to use? 80 or 8080? This needs to be consistent in all the files....

Are you currently working from home? Do you need the proxy now? If not, you need to deactivate the proxy manually by editing these 3 files:

/etc/apt/apt.conf~

/etc/environment

/etc/bash.bashrc

Revision history for this message
Aishwarya (aishkumar97) said :
#4

Hedwig:~$ ubuntu-support-status
Support status summary of 'Hedwig':

You have 1923 packages (88.3%) supported until April 2021 (5y)
You have 96 packages (4.4%) supported until April 2019 (3y)
You have 55 packages (2.5%) supported until January 2017 (9m)
You have 4 packages (0.2%) supported until February 2017 (9m)

You have 35 packages (1.6%) that can not/no-longer be downloaded
You have 64 packages (2.9%) that are unsupported

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

aishwarya@Hedwig:~$ echo $ftp_proxy

aishwarya@Hedwig:~$ grep proxy /etc/bash.bashrc
aishwarya@Hedwig:~$ grep proxy ~/.bashrc
aishwarya@Hedwig:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
aishwarya@Hedwig:~$ sudo fuser -vvv /var/lib/dpkg/lock
aishwarya@Hedwig:~$ sudo fuser -vvv /var/cache/apt/archives/lock
aishwarya@Hedwig:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"
aishwarya@Hedwig:~$ uname -a
Linux Hedwig 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
aishwarya@Hedwig:~$ sudo rm /var/lib/apt/lists/lock
aishwarya@Hedwig:~$ sudo rm /var/cache/apt/archives/lock
aishwarya@Hedwig:~$ sudo rm /var/lib/dpkg/lock
aishwarya@Hedwig:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
aishwarya@Hedwig:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
aishwarya@Hedwig:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
aishwarya@Hedwig:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
aishwarya@Hedwig:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
cp: cannot stat '/var/lib/dpkg/available-old': No such file or directory
aishwarya@Hedwig:~$ sudo rm -rf /var/lib/dpkg/updates/*
aishwarya@Hedwig:~$ sudo rm -rf /var/lib/apt/lists
aishwarya@Hedwig:~$ sudo rm /var/cache/apt/*.bin
aishwarya@Hedwig:~$ sudo mkdir /var/lib/apt/lists
aishwarya@Hedwig:~$ sudo mkdir /var/lib/apt/lists/partial
aishwarya@Hedwig:~$ LANG=C;sudo apt-get clean
aishwarya@Hedwig:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
aishwarya@Hedwig:~$ sudo dpkg --configure -a
aishwarya@Hedwig:~$ sudo dpkg --clear-avail
aishwarya@Hedwig:~$ 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:
  dkms gir1.2-rb-3.0 gir1.2-secret-1 gnucash-common gnucash-docs
  guile-2.0 guile-2.0-libs hplip-data javascript-common
  libaqbanking-data libaqbanking35 libaqbanking35-plugins libaqebics0
  libaqhbci22 libaqofxconnect7 libart-2.0-2 libclass-singleton-perl
  libcommon-sense-perl libdate-manip-perl libdatetime-locale-perl
  libdatetime-perl libdatetime-timezone-perl libdbi1
  libdmapsharing-3.0-2 libfinance-quote-perl libgc1c2 libglade2-0
  libgnomecanvas2-0 libgnomecanvas2-common libgoffice-0.8-8
  libgoffice-0.8-8-common libgpod-common libgpod4 libgsf-1-114
  libgsf-1-common libgwengui-gtk2-0 libgwenhywfar-data libgwenhywfar60
  libhpmud0 libhtml-tableextract-perl libjavascriptcoregtk-1.0-0
  libjs-jquery libjson-perl libjson-xs-perl libktoblzcheck1v5
  libmodule-implementation-perl libmodule-runtime-perl libofx6 libosp5
  libpaps0 libparams-classify-perl libparams-validate-perl
  librhythmbox-core9 libsane-hpaio libsensors4 libsgutils2-2
  libsnmp-base libsnmp30 libtry-tiny-perl libtypes-serialiser-perl
  libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebpmux1 libxmlsec1
  media-player-info paps python3-mako python3-pexpect python3-pil
  python3-ptyprocess python3-renderpm python3-reportlab
  python3-reportlab-accel rhythmbox-data
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
aishwarya@Hedwig:~$ 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:
  dkms gir1.2-rb-3.0 gir1.2-secret-1 gnucash-common gnucash-docs
  guile-2.0 guile-2.0-libs hplip-data javascript-common
  libaqbanking-data libaqbanking35 libaqbanking35-plugins libaqebics0
  libaqhbci22 libaqofxconnect7 libart-2.0-2 libclass-singleton-perl
  libcommon-sense-perl libdate-manip-perl libdatetime-locale-perl
  libdatetime-perl libdatetime-timezone-perl libdbi1
  libdmapsharing-3.0-2 libfinance-quote-perl libgc1c2 libglade2-0
  libgnomecanvas2-0 libgnomecanvas2-common libgoffice-0.8-8
  libgoffice-0.8-8-common libgpod-common libgpod4 libgsf-1-114
  libgsf-1-common libgwengui-gtk2-0 libgwenhywfar-data libgwenhywfar60
  libhpmud0 libhtml-tableextract-perl libjavascriptcoregtk-1.0-0
  libjs-jquery libjson-perl libjson-xs-perl libktoblzcheck1v5
  libmodule-implementation-perl libmodule-runtime-perl libofx6 libosp5
  libpaps0 libparams-classify-perl libparams-validate-perl
  librhythmbox-core9 libsane-hpaio libsensors4 libsgutils2-2
  libsnmp-base libsnmp30 libtry-tiny-perl libtypes-serialiser-perl
  libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebpmux1 libxmlsec1
  media-player-info paps python3-mako python3-pexpect python3-pil
  python3-ptyprocess python3-renderpm python3-reportlab
  python3-reportlab-accel rhythmbox-data
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
aishwarya@Hedwig:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  dkms* gir1.2-rb-3.0* gir1.2-secret-1* gnucash-common* gnucash-docs*
  guile-2.0* guile-2.0-libs* hplip-data* javascript-common*
  libaqbanking-data* libaqbanking35* libaqbanking35-plugins*
  libaqebics0* libaqhbci22* libaqofxconnect7* libart-2.0-2*
  libclass-singleton-perl* libcommon-sense-perl* libdate-manip-perl*
  libdatetime-locale-perl* libdatetime-perl* libdatetime-timezone-perl*
  libdbi1* libdmapsharing-3.0-2* libfinance-quote-perl* libgc1c2*
  libglade2-0* libgnomecanvas2-0* libgnomecanvas2-common*
  libgoffice-0.8-8* libgoffice-0.8-8-common* libgpod-common* libgpod4*
  libgsf-1-114* libgsf-1-common* libgwengui-gtk2-0* libgwenhywfar-data*
  libgwenhywfar60* libhpmud0* libhtml-tableextract-perl*
  libjavascriptcoregtk-1.0-0* libjs-jquery* libjson-perl*
  libjson-xs-perl* libktoblzcheck1v5* libmodule-implementation-perl*
  libmodule-runtime-perl* libofx6* libosp5* libpaps0*
  libparams-classify-perl* libparams-validate-perl* librhythmbox-core9*
  libsane-hpaio* libsensors4* libsgutils2-2* libsnmp-base* libsnmp30*
  libtry-tiny-perl* libtypes-serialiser-perl* libwebkitgtk-1.0-0*
  libwebkitgtk-1.0-common* libwebpmux1* libxmlsec1* media-player-info*
  paps* python3-mako* python3-pexpect* python3-pil* python3-ptyprocess*
  python3-renderpm* python3-reportlab* python3-reportlab-accel*
  rhythmbox-data*
0 upgraded, 0 newly installed, 74 to remove and 0 not upgraded.
After this operation, 319 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 228983 files and directories currently installed.)
Removing dkms (2.2.0.3-2ubuntu11) ...
Purging configuration files for dkms (2.2.0.3-2ubuntu11) ...
Removing gir1.2-rb-3.0:amd64 (3.3-1ubuntu7) ...
Removing gir1.2-secret-1:amd64 (0.18.4-1ubuntu2) ...
Removing gnucash-common (1:2.6.12-1) ...
Removing gnucash-docs (2.6.12-1) ...
Removing guile-2.0 (2.0.11+1-10) ...
Purging configuration files for guile-2.0 (2.0.11+1-10) ...
Removing guile-2.0-libs:amd64 (2.0.11+1-10) ...
Removing hplip-data (3.16.3+repack0-1) ...
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/fax' not empty so not removed
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/pcard' not empty so not removed
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/base/pexpect' not empty so not removed
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/installer' not empty so not removed
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/copier' not empty so not removed
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/scan' not empty so not removed
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/prnt' not empty so not removed
dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/ui4' not empty so not removed
Removing javascript-common (11) ...
apache2_invoke javascript-common prerm: No action required
Purging configuration files for javascript-common (11) ...
apache2_invoke javascript-common postrm: No action required
Removing libaqbanking35-plugins (5.6.4beta-1) ...
Removing libaqhbci22 (5.6.4beta-1) ...
Removing libaqebics0 (5.6.4beta-1) ...
Removing libaqofxconnect7 (5.6.4beta-1) ...
Removing python3-renderpm:amd64 (3.3.0-1) ...
Removing libgnomecanvas2-0:amd64 (2.30.3-2) ...
Purging configuration files for libgnomecanvas2-0:amd64 (2.30.3-2) ...
Removing libart-2.0-2:amd64 (2.3.21-2) ...
Purging configuration files for libart-2.0-2:amd64 (2.3.21-2) ...
Removing libfinance-quote-perl (1.38-1) ...
Removing libdatetime-perl (2:1.21-1build1) ...
Removing libdatetime-timezone-perl (1:1.95-1+2016a) ...
Removing libclass-singleton-perl (1.5-1) ...
Removing libjson-xs-perl (3.010-2build1) ...
Removing libtypes-serialiser-perl (1.0-1) ...
Removing libcommon-sense-perl (3.74-1build1) ...
Removing libdate-manip-perl (6.52-1) ...
Removing libdatetime-locale-perl (1:1.02-1) ...
Removing libdbi1:amd64 (0.9.0-4) ...
Purging configuration files for libdbi1:amd64 (0.9.0-4) ...
Removing libdmapsharing-3.0-2:amd64 (2.9.34-1) ...
Removing libgc1c2:amd64 (1:7.4.2-7.3) ...
Removing libglade2-0:amd64 (1:2.6.4-2) ...
Purging configuration files for libglade2-0:amd64 (1:2.6.4-2) ...
Removing libgnomecanvas2-common (2.30.3-2) ...
Removing libgoffice-0.8-8 (0.8.17-3) ...
Purging configuration files for libgoffice-0.8-8 (0.8.17-3) ...
Removing libgoffice-0.8-8-common (0.8.17-3) ...
Removing libgpod-common (0.8.3-6ubuntu2) ...
Removing libgpod4:amd64 (0.8.3-6ubuntu2) ...
Removing libgsf-1-114:amd64 (1.14.36-1) ...
Removing libgsf-1-common (1.14.36-1) ...
Removing libgwengui-gtk2-0 (4.15.2beta-2build1) ...
Removing libsane-hpaio:amd64 (3.16.3+repack0-1) ...
Purging configuration files for libsane-hpaio:amd64 (3.16.3+repack0-1) ...
dpkg: warning: while removing libsane-hpaio:amd64, directory '/usr/share/hplip' not empty so not removed
Removing libhpmud0:amd64 (3.16.3+repack0-1) ...
Removing libhtml-tableextract-perl (2.13-1) ...
Removing libwebkitgtk-1.0-0:amd64 (2.4.10-0ubuntu1) ...
Removing libjavascriptcoregtk-1.0-0:amd64 (2.4.10-0ubuntu1) ...
Removing libjs-jquery (1.11.3+dfsg-4) ...
Removing libjson-perl (2.90-1) ...
Removing libktoblzcheck1v5 (1.48-2.1) ...
Purging configuration files for libktoblzcheck1v5 (1.48-2.1) ...
Removing libparams-validate-perl (1.22-1) ...
Removing libmodule-implementation-perl (0.09-1) ...
Removing libmodule-runtime-perl (0.014-2) ...
Removing libofx6:amd64 (1:0.9.10-1build2) ...
Purging configuration files for libofx6:amd64 (1:0.9.10-1build2) ...
Removing libosp5 (1.5.2-13ubuntu1) ...
Removing paps (0.6.8-7ubuntu1) ...
Removing libpaps0 (0.6.8-7ubuntu1) ...
Purging configuration files for libpaps0 (0.6.8-7ubuntu1) ...
Removing libparams-classify-perl (0.013-5build1) ...
Removing librhythmbox-core9:amd64 (3.3-1ubuntu7) ...
Removing libsnmp30:amd64 (5.7.3+dfsg-1ubuntu4) ...
Removing libsensors4:amd64 (1:3.4.0-2) ...
Purging configuration files for libsensors4:amd64 (1:3.4.0-2) ...
Removing libsgutils2-2 (1.40-0ubuntu1) ...
Purging configuration files for libsgutils2-2 (1.40-0ubuntu1) ...
Removing libsnmp-base (5.7.3+dfsg-1ubuntu4) ...
Purging configuration files for libsnmp-base (5.7.3+dfsg-1ubuntu4) ...
Removing libtry-tiny-perl (0.24-1) ...
Removing libwebkitgtk-1.0-common (2.4.10-0ubuntu1) ...
Removing python3-pil:amd64 (3.1.2-0ubuntu1) ...
Removing libwebpmux1:amd64 (0.4.4-1+deb.sury.org~xenial+1) ...
Removing libxmlsec1 (1.2.20-2ubuntu4) ...
Removing media-player-info (22-2) ...
Removing python3-mako (1.0.3+ds1-1ubuntu1) ...
Removing python3-pexpect (4.0.1-1) ...
Removing python3-ptyprocess (0.5-1) ...
Removing python3-reportlab (3.3.0-1) ...
Removing python3-reportlab-accel:amd64 (3.3.0-1) ...
Removing rhythmbox-data (3.3-1ubuntu7) ...
Removing libaqbanking35 (5.6.4beta-1) ...
Removing libaqbanking-data (5.6.4beta-1) ...
Removing libgwenhywfar60 (4.15.2beta-2build1) ...
Removing libgwenhywfar-data (4.15.2beta-2build1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.0-1ubuntu4) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for doc-base (0.10.7) ...
Processing 7 removed doc-base files...
Registering documents with scrollkeeper...
Processing triggers for menu (2.1.47ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for udev (229-4ubuntu5) ...
aishwarya@Hedwig:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [92.2 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages [1196 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 DEP-11 Metadata [733 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/main DEP-11 64x64 Icons [409 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Get:11 http://archive.ubuntu.com/ubuntu xenial/restricted i386 Packages [8684 B]
Get:12 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Get:13 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 DEP-11 Metadata [186 B]
Get:14 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages [7512 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial/universe amd64 DEP-11 Metadata [3410 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 Icons [7448 kB]
76% [18 icons-64x64 3603 kB/7448 kB 48%]LANG=C;sudo apt-get update -o APT:Ign:18 http://archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 Icons
67% [Working]
Get:19 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial/multiverse i386 Packages [140 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 DEP-11 Metadata [63.8 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse DEP-11 64x64 Icons [230 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [89.6 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [87.4 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [37.0 kB]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [38.8 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [39.7 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [64 B]
Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/restricted i386 Packages [64 B]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [64 B]
Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 DEP-11 Metadata [157 B]
Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [30.1 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [29.5 kB]
Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [17.8 kB]
Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [3130 B]
Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [13.0 kB]
Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [1176 B]
Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [1344 B]
Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [628 B]
Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [158 B]
Get:42 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [672 B]
Get:43 http://archive.ubuntu.com/ubuntu xenial-backports/main i386 Packages [672 B]
Get:44 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [528 B]
Get:45 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [197 B]
Get:46 http://archive.ubuntu.com/ubuntu xenial-backports/restricted amd64 Packages [64 B]
Get:47 http://archive.ubuntu.com/ubuntu xenial-backports/restricted i386 Packages [64 B]
Get:48 http://archive.ubuntu.com/ubuntu xenial-backports/restricted Translation-en [64 B]
Get:49 http://archive.ubuntu.com/ubuntu xenial-backports/restricted amd64 DEP-11 Metadata [194 B]
Get:50 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [64 B]
Get:51 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [64 B]
Get:52 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [64 B]
Get:53 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [194 B]
Get:54 http://archive.ubuntu.com/ubuntu xenial-backports/multiverse amd64 Packages [64 B]
Get:55 http://archive.ubuntu.com/ubuntu xenial-backports/multiverse i386 Packages [64 B]
Get:56 http://archive.ubuntu.com/ubuntu xenial-backports/multiverse Translation-en [64 B]
Get:57 http://archive.ubuntu.com/ubuntu xenial-backports/multiverse amd64 DEP-11 Metadata [194 B]
Get:58 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 Packages [52.6 kB]
Get:59 http://archive.ubuntu.com/ubuntu xenial-security/main i386 Packages [50.7 kB]
Get:60 http://archive.ubuntu.com/ubuntu xenial-security/main Translation-en [20.6 kB]
Get:61 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [4815 B]
Get:62 http://archive.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [17.1 kB]
Get:63 http://archive.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [64 B]
Get:64 http://archive.ubuntu.com/ubuntu xenial-security/restricted i386 Packages [64 B]
Get:65 http://archive.ubuntu.com/ubuntu xenial-security/restricted Translation-en [64 B]
Get:66 http://archive.ubuntu.com/ubuntu xenial-security/restricted amd64 DEP-11 Metadata [158 B]
Get:67 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [9720 B]
Get:68 http://archive.ubuntu.com/ubuntu xenial-security/universe i386 Packages [9712 B]
Get:69 http://archive.ubuntu.com/ubuntu xenial-security/universe Translation-en [7468 B]
Get:70 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [2329 B]
Get:71 http://archive.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [4102 B]
Get:72 http://archive.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [1176 B]
Get:73 http://archive.ubuntu.com/ubuntu xenial-security/multiverse i386 Packages [1344 B]
Get:74 http://archive.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [628 B]
Get:75 http://archive.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [201 B]
Get:18 http://archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 Icons [7448 kB]
Fetched 32.6 MB in 12min 13s (44.4 kB/s)
Reading package lists... Done
aishwarya@Hedwig:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu xenial-security InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  adium-theme-ubuntu appstream fonts-noto-cjk language-selector-common
  language-selector-gnome libappstream3 python3-urllib3
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 76.5 MB of archives.
After this operation, 11.1 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-selector-gnome all 0.165.2 [18.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-selector-common all 0.165.2 [214 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libappstream3 amd64 0.9.4-1ubuntu1 [98.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 appstream amd64 0.9.4-1ubuntu1 [30.1 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 fonts-noto-cjk all 1:1.004+repack2-1~ubuntu1 [76.1 MB]
40% [5 fonts-noto-cjk 26.5 MB/76.1 MB 35%] 32.2 kB/s 25min 43sfind /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' 40% [5 fonts-noto-cjk 26.8 MB/76.1 MB 35%] 25.3 kB/s 32min 33s
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-urllib3 all 1.13.1-2ubuntu0.16.04.1 [57.3 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 adium-theme-ubuntu all 0.3.4-0ubuntu1.1 [47.0 kB]
Fetched 76.5 MB in 1h 39min 11s (12.9 kB/s)
(Reading database ... 218786 files and directories currently installed.)
Preparing to unpack .../language-selector-gnome_0.165.2_all.deb ...
Unpacking language-selector-gnome (0.165.2) over (0.165.1) ...
Preparing to unpack .../language-selector-common_0.165.2_all.deb ...
Unpacking language-selector-common (0.165.2) over (0.165.1) ...
Preparing to unpack .../libappstream3_0.9.4-1ubuntu1_amd64.deb ...
Unpacking libappstream3:amd64 (0.9.4-1ubuntu1) over (0.9.4-1) ...
Preparing to unpack .../appstream_0.9.4-1ubuntu1_amd64.deb ...
Unpacking appstream (0.9.4-1ubuntu1) over (0.9.4-1) ...
Preparing to unpack .../fonts-noto-cjk_1%3a1.004+repack2-1~ubuntu1_all.deb ...
Unpacking fonts-noto-cjk (1:1.004+repack2-1~ubuntu1) over (1:1.004+repack1-1) ...
Preparing to unpack .../python3-urllib3_1.13.1-2ubuntu0.16.04.1_all.deb ...
Unpacking python3-urllib3 (1.13.1-2ubuntu0.16.04.1) over (1.13.1-2) ...
Preparing to unpack .../adium-theme-ubuntu_0.3.4-0ubuntu1.1_all.deb ...
Unpacking adium-theme-ubuntu (0.3.4-0ubuntu1.1) over (0.3.4-0ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for dbus (1.10.6-1ubuntu3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for fontconfig (2.11.94-0ubuntu1) ...
Setting up language-selector-common (0.165.2) ...
Setting up language-selector-gnome (0.165.2) ...
Setting up libappstream3:amd64 (0.9.4-1ubuntu1) ...
Setting up appstream (0.9.4-1ubuntu1) ...
AppStream cache update completed successfully.
Setting up fonts-noto-cjk (1:1.004+repack2-1~ubuntu1) ...
Setting up python3-urllib3 (1.13.1-2ubuntu0.16.04.1) ...
Setting up adium-theme-ubuntu (0.3.4-0ubuntu1.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
aishwarya@Hedwig:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

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

/etc/apt/sources.list.d/tualatrix-ubuntu-ppa-xenial.list

     1 # deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial main
     2 # deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial main

/etc/apt/sources.list.d/ondrej-ubuntu-php-xenial.list

     1 # deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main
     2 # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main

/etc/apt/sources.list.d/realender-ubuntu-winconn-xenial.list

     1 # deb http://ppa.launchpad.net/realender/winconn/ubuntu xenial main
     2 # deb-src http://ppa.launchpad.net/realender/winconn/ubuntu xenial main
     3 # deb-src http://ppa.launchpad.net/realender/winconn/ubuntu xenial main

/etc/apt/sources.list.d/wine-ubuntu-wine-builds-xenial.list

     1 # deb http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial main
     2 # deb-src http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial main
aishwarya@Hedwig:~$ sudo dpkg --audit
[sudo] password for aishwarya:

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

@Aishwarya (aishkumar97): I see that you have been attempting to hijack this thread and another thread as well.

This is not the way we work here.....

Please create your OWN thread here instead:

https://answers.launchpad.net/ubuntu/+source/apt/+addquestion

The current thread is for solving Farhan Javed's issue and nobody else's.

Can you help with this problem?

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

To post a message you must log in.