Package installation problem

Asked by Honey George

I followed the instructions @ https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure and I still have the issue. Any help is much appreciated. Please find below the console output as mentioned in the url.

user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ ubuntu-support-status
Support status summary of 'user-Invalid-entry-length-0-DMI-table-is-broken-Stop':

You have 1296 packages (91.0%) that can not/no-longer be downloaded
You have 128 packages (9.0%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ dpkg --print-foreign-architectures

user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo grep -R proxy /etc/apt/*
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ grep proxy /etc/environment
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ echo $http_proxy

user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ echo $ftp_proxy

user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ grep proxy /etc/bash.bashrc
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ grep proxy ~/.bashrc
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo fuser -vvv /var/lib/dpkg/lock
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo fuser -vvv /var/cache/apt/archives/lock
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ uname -a
Linux user-Invalid-entry-length-0-DMI-table-is-broken-Stop 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo rm /var/lib/apt/lists/lock
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo rm /var/cache/apt/archives/lock
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo rm /var/lib/dpkg/lock
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo rm -rf /var/lib/dpkg/updates/*
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo rm -rf /var/lib/apt/lists
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo rm /var/cache/apt/*.bin
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo mkdir /var/lib/apt/lists
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo mkdir /var/lib/apt/lists/partial
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ LANG=C;sudo apt-get clean
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo dpkg --configure -a
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ sudo dpkg --clear-avail
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ ^C
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ 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.
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ 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.
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ 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.
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Ign http://extras.ubuntu.com natty InRelease
Ign http://in.archive.ubuntu.com natty InRelease
Ign http://in.archive.ubuntu.com natty-updates InRelease
Ign http://in.archive.ubuntu.com natty-security InRelease
Ign http://archive.ubuntu.com natty InRelease
Ign http://extras.ubuntu.com natty Release.gpg
Ign http://in.archive.ubuntu.com natty Release.gpg
Ign http://in.archive.ubuntu.com natty-updates Release.gpg
Ign http://archive.ubuntu.com natty Release.gpg
Ign http://al.archive.ubuntu.com precise InRelease
Ign http://extras.ubuntu.com natty Release
Ign http://in.archive.ubuntu.com natty-security Release.gpg
Ign http://in.archive.ubuntu.com natty Release
Ign http://archive.ubuntu.com natty Release
Get:1 http://al.archive.ubuntu.com precise Release.gpg [198 B]
Ign http://in.archive.ubuntu.com natty-updates Release
Ign http://in.archive.ubuntu.com natty-security Release
Ign http://extras.ubuntu.com natty/main TranslationIndex
Ign http://archive.ubuntu.com natty/main TranslationIndex
Ign http://archive.ubuntu.com natty/multiverse TranslationIndex
Ign http://in.archive.ubuntu.com natty/main TranslationIndex
Ign http://in.archive.ubuntu.com natty/multiverse TranslationIndex
Ign http://archive.ubuntu.com natty/restricted TranslationIndex
Get:2 http://al.archive.ubuntu.com precise Release [49.6 kB]
Ign http://archive.ubuntu.com natty/universe TranslationIndex
Ign http://in.archive.ubuntu.com natty/restricted TranslationIndex
Ign http://in.archive.ubuntu.com natty/universe TranslationIndex
Ign http://in.archive.ubuntu.com natty-updates/main TranslationIndex
Ign http://in.archive.ubuntu.com natty-updates/multiverse TranslationIndex
Ign http://in.archive.ubuntu.com natty-updates/restricted TranslationIndex
Ign http://in.archive.ubuntu.com natty-updates/universe TranslationIndex
Ign http://in.archive.ubuntu.com natty-security/main TranslationIndex
Ign http://in.archive.ubuntu.com natty-security/multiverse TranslationIndex
Ign http://in.archive.ubuntu.com natty-security/restricted TranslationIndex
Ign http://in.archive.ubuntu.com natty-security/universe TranslationIndex
Get:3 http://al.archive.ubuntu.com precise/universe i386 Packages [4796 kB]
Err http://archive.ubuntu.com natty/universe Sources
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com natty/main Sources
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com natty/restricted Sources
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com natty/multiverse Sources
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com natty/universe i386 Packages
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com natty/main i386 Packages
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com natty/restricted i386 Packages
  404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com natty/multiverse i386 Packages
  404 Not Found [IP: 91.189.92.201 80]
Err http://extras.ubuntu.com natty/main Sources
  404 Not Found
Err http://extras.ubuntu.com natty/main i386 Packages
  404 Not Found
Ign http://archive.ubuntu.com natty/main Translation-en_IN
Ign http://archive.ubuntu.com natty/main Translation-en
Ign http://archive.ubuntu.com natty/multiverse Translation-en_IN
Ign http://extras.ubuntu.com natty/main Translation-en_IN
Ign http://archive.ubuntu.com natty/multiverse Translation-en
Ign http://archive.ubuntu.com natty/restricted Translation-en_IN
Ign http://archive.ubuntu.com natty/restricted Translation-en
Ign http://archive.ubuntu.com natty/universe Translation-en_IN
Ign http://archive.ubuntu.com natty/universe Translation-en
Ign http://extras.ubuntu.com natty/main Translation-en
Err http://in.archive.ubuntu.com natty/main Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty/restricted Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty/universe Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty/multiverse Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty/main i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty/restricted i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty/universe i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty/multiverse i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/main Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/restricted Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/universe Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/multiverse Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/main i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/restricted i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/universe i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-updates/multiverse i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/main Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/restricted Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/universe Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/multiverse Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/main i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/restricted i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/universe i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://in.archive.ubuntu.com natty-security/multiverse i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Ign http://in.archive.ubuntu.com natty/main Translation-en_IN
Ign http://in.archive.ubuntu.com natty/main Translation-en
Ign http://in.archive.ubuntu.com natty/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com natty/multiverse Translation-en
Ign http://in.archive.ubuntu.com natty/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com natty/restricted Translation-en
Ign http://in.archive.ubuntu.com natty/universe Translation-en_IN
Ign http://in.archive.ubuntu.com natty/universe Translation-en
Ign http://in.archive.ubuntu.com natty-updates/main Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/main Translation-en
Ign http://in.archive.ubuntu.com natty-updates/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/multiverse Translation-en
Ign http://in.archive.ubuntu.com natty-updates/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/restricted Translation-en
Ign http://in.archive.ubuntu.com natty-updates/universe Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/universe Translation-en
Ign http://in.archive.ubuntu.com natty-security/main Translation-en_IN
Ign http://in.archive.ubuntu.com natty-security/main Translation-en
Ign http://in.archive.ubuntu.com natty-security/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com natty-security/multiverse Translation-en
Ign http://in.archive.ubuntu.com natty-security/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com natty-security/restricted Translation-en
Ign http://in.archive.ubuntu.com natty-security/universe Translation-en_IN
Get:4 http://al.archive.ubuntu.com precise/universe TranslationIndex [2922 B]
Ign http://in.archive.ubuntu.com natty-security/universe Translation-en
Get:5 http://al.archive.ubuntu.com precise/universe Translation-en [3341 kB]
Fetched 8189 kB in 10s (796 kB/s)
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/restricted/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/universe/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/universe/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/universe/source/Sources 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/restricted/source/Sources 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/Sources 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/universe/binary-i386/Packages 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.92.201 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/main/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/main/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/main/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/restricted/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/universe/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/main/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/universe/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Ign http://extras.ubuntu.com natty InRelease
Ign http://archive.ubuntu.com natty InRelease
Ign http://al.archive.ubuntu.com precise InRelease
Ign http://archive.ubuntu.com natty Release.gpg
Ign http://extras.ubuntu.com natty Release.gpg
Ign http://in.archive.ubuntu.com natty InRelease
Ign http://in.archive.ubuntu.com natty-updates InRelease
Ign http://in.archive.ubuntu.com natty-security InRelease
Hit http://al.archive.ubuntu.com precise Release.gpg
Ign http://archive.ubuntu.com natty Release
Ign http://extras.ubuntu.com natty Release
Hit http://al.archive.ubuntu.com precise Release
Ign http://in.archive.ubuntu.com natty Release.gpg
Ign http://archive.ubuntu.com natty/main TranslationIndex
Ign http://archive.ubuntu.com natty/multiverse TranslationIndex
Ign http://archive.ubuntu.com natty/restricted TranslationIndex
Ign http://extras.ubuntu.com natty/main TranslationIndex
Hit http://al.archive.ubuntu.com precise/universe i386 Packages
Ign http://in.archive.ubuntu.com natty-updates Release.gpg
Ign http://archive.ubuntu.com natty/universe TranslationIndex
Hit http://al.archive.ubuntu.com precise/universe TranslationIndex
Ign http://in.archive.ubuntu.com natty-security Release.gpg
Hit http://al.archive.ubuntu.com precise/universe Translation-en
Ign http://in.archive.ubuntu.com natty Release
Err http://extras.ubuntu.com natty/main Sources
  404 Not Found
Err http://extras.ubuntu.com natty/main i386 Packages
  404 Not Found
Ign http://in.archive.ubuntu.com natty-updates Release
Ign http://in.archive.ubuntu.com natty-security Release
Ign http://extras.ubuntu.com natty/main Translation-en_IN
Ign http://in.archive.ubuntu.com natty/main TranslationIndex
Ign http://in.archive.ubuntu.com natty/multiverse TranslationIndex
Ign http://in.archive.ubuntu.com natty/restricted TranslationIndex
Ign http://in.archive.ubuntu.com natty/universe TranslationIndex
Ign http://extras.ubuntu.com natty/main Translation-en
Err http://archive.ubuntu.com natty/universe Sources
  404 Not Found [IP: 91.189.92.200 80]
Ign http://in.archive.ubuntu.com natty-updates/main TranslationIndex
Ign http://in.archive.ubuntu.com natty-updates/multiverse TranslationIndex
Ign http://in.archive.ubuntu.com natty-updates/restricted TranslationIndex
Ign http://in.archive.ubuntu.com natty-updates/universe TranslationIndex
Err http://archive.ubuntu.com natty/main Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://archive.ubuntu.com natty/restricted Sources
  404 Not Found [IP: 91.189.92.200 80]
Err http://archive.ubuntu.com natty/multiverse Sources
  404 Not Found [IP: 91.189.92.200 80]
Ign http://in.archive.ubuntu.com natty-security/main TranslationIndex
Err http://archive.ubuntu.com natty/universe i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://archive.ubuntu.com natty/main i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://archive.ubuntu.com natty/restricted i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Err http://archive.ubuntu.com natty/multiverse i386 Packages
  404 Not Found [IP: 91.189.92.200 80]
Ign http://in.archive.ubuntu.com natty-security/multiverse TranslationIndex
Ign http://in.archive.ubuntu.com natty-security/restricted TranslationIndex
Ign http://in.archive.ubuntu.com natty-security/universe TranslationIndex
Ign http://archive.ubuntu.com natty/main Translation-en_IN
Ign http://archive.ubuntu.com natty/main Translation-en
Ign http://archive.ubuntu.com natty/multiverse Translation-en_IN
Ign http://archive.ubuntu.com natty/multiverse Translation-en
Ign http://archive.ubuntu.com natty/restricted Translation-en_IN
Ign http://archive.ubuntu.com natty/restricted Translation-en
Ign http://archive.ubuntu.com natty/universe Translation-en_IN
Ign http://archive.ubuntu.com natty/universe Translation-en
Err http://in.archive.ubuntu.com natty/main Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty/restricted Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty/universe Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty/multiverse Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty/main i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty/restricted i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty/universe i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty/multiverse i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/main Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/restricted Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/universe Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/multiverse Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/main i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/restricted i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/universe i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-updates/multiverse i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/main Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/restricted Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/universe Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/multiverse Sources
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/main i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/restricted i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/universe i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Err http://in.archive.ubuntu.com natty-security/multiverse i386 Packages
  404 Not Found [IP: 91.189.91.13 80]
Ign http://in.archive.ubuntu.com natty/main Translation-en_IN
Ign http://in.archive.ubuntu.com natty/main Translation-en
Ign http://in.archive.ubuntu.com natty/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com natty/multiverse Translation-en
Ign http://in.archive.ubuntu.com natty/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com natty/restricted Translation-en
Ign http://in.archive.ubuntu.com natty/universe Translation-en_IN
Ign http://in.archive.ubuntu.com natty/universe Translation-en
Ign http://in.archive.ubuntu.com natty-updates/main Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/main Translation-en
Ign http://in.archive.ubuntu.com natty-updates/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/multiverse Translation-en
Ign http://in.archive.ubuntu.com natty-updates/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/restricted Translation-en
Ign http://in.archive.ubuntu.com natty-updates/universe Translation-en_IN
Ign http://in.archive.ubuntu.com natty-updates/universe Translation-en
Ign http://in.archive.ubuntu.com natty-security/main Translation-en_IN
Ign http://in.archive.ubuntu.com natty-security/main Translation-en
Ign http://in.archive.ubuntu.com natty-security/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com natty-security/multiverse Translation-en
Ign http://in.archive.ubuntu.com natty-security/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com natty-security/restricted Translation-en
Ign http://in.archive.ubuntu.com natty-security/universe Translation-en_IN
Ign http://in.archive.ubuntu.com natty-security/universe Translation-en
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/universe/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/restricted/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/Sources 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/universe/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/restricted/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/universe/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/universe/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/main/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/main/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/main/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/restricted/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/universe/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/source/Sources 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/main/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/universe/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.91.13 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)]/ natty 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://in.archive.ubuntu.com/ubuntu/ natty main restricted
     6 deb-src http://in.archive.ubuntu.com/ubuntu/ natty main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://in.archive.ubuntu.com/ubuntu/ natty-updates main restricted
    11 deb-src http://in.archive.ubuntu.com/ubuntu/ natty-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://in.archive.ubuntu.com/ubuntu/ natty universe
    17 deb-src http://in.archive.ubuntu.com/ubuntu/ natty universe
    18 deb http://in.archive.ubuntu.com/ubuntu/ natty-updates universe
    19 deb-src http://in.archive.ubuntu.com/ubuntu/ natty-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://in.archive.ubuntu.com/ubuntu/ natty multiverse
    27 deb-src http://in.archive.ubuntu.com/ubuntu/ natty multiverse
    28 deb http://in.archive.ubuntu.com/ubuntu/ natty-updates multiverse
    29 deb-src http://in.archive.ubuntu.com/ubuntu/ natty-updates multiverse
    30
    31 ## Uncomment the following two lines to add software from the 'backports'
    32 ## repository.
    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://in.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
    39 # deb-src http://in.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
    40
    41 deb http://in.archive.ubuntu.com/ubuntu/ natty-security main restricted
    42 deb-src http://in.archive.ubuntu.com/ubuntu/ natty-security main restricted
    43 deb http://in.archive.ubuntu.com/ubuntu/ natty-security universe
    44 deb-src http://in.archive.ubuntu.com/ubuntu/ natty-security universe
    45 deb http://in.archive.ubuntu.com/ubuntu/ natty-security multiverse
    46 deb-src http://in.archive.ubuntu.com/ubuntu/ natty-security multiverse
    47
    48 ## Uncomment the following two lines to add software from Canonical's
    49 ## 'partner' repository.
    50 ## This software is not part of Ubuntu, but is offered by Canonical and the
    51 ## respective vendors as a service to Ubuntu users.
    52 # deb http://archive.canonical.com/ubuntu natty partner
    53 # deb-src http://archive.canonical.com/ubuntu natty partner
    54
    55 deb http://al.archive.ubuntu.com/ubuntu/ precise universe
    56
    57 ## This software is not part of Ubuntu, but is offered by third-party
    58 ## developers who want to ship their latest software.
    59 deb http://extras.ubuntu.com/ubuntu natty main
    60 deb-src http://extras.ubuntu.com/ubuntu natty main
    61
    62 # deb http://ppa.launchpad.net/git-core/ppa/ubuntu precise main
    63 # deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu precise main
    64
    65 deb http://archive.ubuntu.com/ubuntu natty universe
    66 deb-src http://archive.ubuntu.com/ubuntu natty universe
    67 deb http://archive.ubuntu.com/ubuntu natty main universe restricted multiverse
    68 deb-src http://archive.ubuntu.com/ubuntu natty main universe restricted multiverse
    69 # deb http://archive.canonical.com/ubuntu natty partner
    70 # deb-src http://archive.canonical.com/ubuntu natty partner

/etc/apt/sources.list.d/pdoes-ppa-natty.list

     1 # deb http://ppa.launchpad.net/pdoes/ppa/ubuntu natty main
     2 # deb-src http://ppa.launchpad.net/pdoes/ppa/ubuntu natty main

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

     1 # deb http://ppa.launchpad.net/git-core/ppa/ubuntu natty main
     2 # deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu natty main
user@user-Invalid-entry-length-0-DMI-table-is-broken-Stop:~/Downloads$

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
arochester (arochester) said :
#1

Natty Narwhal was supported until October 2012.

You would be better to copy your stuff onto an external hard drive, do a new, clean install and copy your stuff back.

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

Natty is dead and gone.

I suggest you wipe Natty off and do a clean install of Trusty (Ubuntu 14.04) which is LTS and supported til April 2019.

You can restore your user data from your backups.

Your post is not dissimilar to:

"Hello I have Windows 2000 and updates are not being offered."

Can you help with this problem?

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

To post a message you must log in.