ubuntu 12.04 LTS package dependencies

Asked by mekik

recently purchase hp notebook with ubuntu 12.04 installed because i plan not to use windows OS when i am at home.
ubuntu update successfully done.

i use application manager to install application such as vlc player or pidgin, i got package dependencies error. eg.
=================================================================================
 The following packages have unmet dependencies:

gstreamer0.10-ffmpeg: Depends: libavcodec-extra-53 (>= 4:0.7.3-1) but 4:0.8.10ubuntu0.12.04.1 is to be installed
                      Depends: libavformat-extra-53 (>= 4:0.7.3-1) but 4:0.8.10ubuntu0.12.04.1 is to be installed
                      Depends: libavutil-extra-51 (>= 4:0.7.3-1) but 4:0.8.10ubuntu0.12.04.1 is to be installed
                      Depends: libc6 (>= 2.7) but 2.15-0ubuntu10.5 is to be installed
                      Depends: libglib2.0-0 (>= 2.31.2) but 2.32.4-0ubuntu1 is to be installed
                      Depends: libgstreamer-plugins-base0.10-0 (>= 0.10.31) but 0.10.36-1ubuntu0.1 is to be installed
                      Depends: libgstreamer0.10-0 (>= 0.10.31) but 0.10.36-1ubuntu1 is to be installed
                      Depends: liborc-0.4-0 (>= 1:0.4.16) but 1:0.4.16-1ubuntu2 is to be installed
                      Depends: libpostproc-extra-52 (>= 4:0.7.3-1) but 4:0.8.10ubuntu0.12.04.1 is to be installed
                      Depends: libswscale-extra-2 (>= 4:0.7.3-1) but 4:0.8.10ubuntu0.12.04.1 is to be installed
=================================================================================
i also try to use command line found on website and got similar error.
any helps are highly appreciated.

here is output from "uname -a" command
Linux mcmekik-HP-14-Notebook-PC 3.5.0-47-generic #71~precise1-Ubuntu SMP Wed Feb 19 22:02:52 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

thank you.

Question information

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

Please follow steps 1 to 6 of https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure and paste all output into this question document that you have already created.

Revision history for this message
mekik (mekikmc) said :
#2

here is the output. highly appreciated for your kind attention and assistance.

mcmekik@mcmekik-HP-14-Notebook-PC:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    (still_supported, support_str) = get_maintenance_status(cache, pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 41, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
mcmekik@mcmekik-HP-14-Notebook-PC:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    (still_supported, support_str) = get_maintenance_status(cache, pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 41, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
mcmekik@mcmekik-HP-14-Notebook-PC:~$ clear

mcmekik@mcmekik-HP-14-Notebook-PC:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    (still_supported, support_str) = get_maintenance_status(cache, pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 41, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo ubuntu-support-status
[sudo] password for mcmekik:
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    (still_supported, support_str) = get_maintenance_status(cache, pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 41, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
mcmekik@mcmekik-HP-14-Notebook-PC:~$ clear

mcmekik@mcmekik-HP-14-Notebook-PC:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 120, in <module>
    (still_supported, support_str) = get_maintenance_status(cache, pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 41, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
mcmekik@mcmekik-HP-14-Notebook-PC:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
foreign-architecture i386
mcmekik@mcmekik-HP-14-Notebook-PC:~$ dpkg --print-foreign-architectures
i386
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo grep -R proxy /etc/apt/*
mcmekik@mcmekik-HP-14-Notebook-PC:~$ grep proxy /etc/environment
mcmekik@mcmekik-HP-14-Notebook-PC:~$ echo $http_proxy

mcmekik@mcmekik-HP-14-Notebook-PC:~$ echo $ftp_proxy

mcmekik@mcmekik-HP-14-Notebook-PC:~$ grep proxy /etc/bash.bashrc
mcmekik@mcmekik-HP-14-Notebook-PC:~$ grep proxy ~/.bashrc
mcmekik@mcmekik-HP-14-Notebook-PC:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo fuser -vvv /var/lib/dpkg/lock
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo fuser -vvv /var/cache/apt/archives/lock
mcmekik@mcmekik-HP-14-Notebook-PC:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
mcmekik@mcmekik-HP-14-Notebook-PC:~$ uname -a
Linux mcmekik-HP-14-Notebook-PC 3.5.0-48-generic #72~precise1-Ubuntu SMP Tue Mar 11 20:09:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo rm /var/lib/apt/lists/lock
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo rm /var/cache/apt/archives/lock
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo rm /var/cache/apt/archives/lock
rm: cannot remove `/var/cache/apt/archives/lock': No such file or directory
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
mv: cannot stat `/var/lib/dpkg/status': No such file or directory
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo rm -rf /var/lib/dpkg/updates/*
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo rm -rf /var/lib/apt/lists
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo rm /var/cache/apt/*.bin
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo mkdir /var/lib/apt/lists
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo mkdir /var/lib/apt/lists/partial
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get clean
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Error!
E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
E: The package lists or status file could not be parsed or opened.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Error!
E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
E: The package lists or status file could not be parsed or opened.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
Get:2 http://my.archive.ubuntu.com precise Release.gpg [198 B]
Get:3 http://my.archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:4 http://my.archive.ubuntu.com precise-backports Release.gpg [198 B]
Get:5 http://security.ubuntu.com precise-security Release [49.6 kB]
Get:6 http://my.archive.ubuntu.com precise Release [49.6 kB]
Get:7 http://security.ubuntu.com precise-security/main Sources [101 kB]
Get:8 http://my.archive.ubuntu.com precise-updates Release [49.6 kB]
Get:9 http://my.archive.ubuntu.com precise-backports Release [49.6 kB]
Get:10 http://my.archive.ubuntu.com precise/main Sources [934 kB]
Get:11 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
Get:12 http://security.ubuntu.com precise-security/universe Sources [30.9 kB]
Get:13 http://security.ubuntu.com precise-security/multiverse Sources [1789 B]
Get:14 http://security.ubuntu.com precise-security/main amd64 Packages [375 kB]
Get:15 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
Get:16 http://security.ubuntu.com precise-security/universe amd64 Packages [91.8 kB]
Get:17 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2446 B]
Get:18 http://security.ubuntu.com precise-security/main i386 Packages [401 kB]
Get:19 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
Get:20 http://security.ubuntu.com precise-security/universe i386 Packages [96.5 kB]
Get:21 http://security.ubuntu.com precise-security/multiverse i386 Packages [2646 B]
Get:22 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
Get:23 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
Get:24 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
Get:25 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
Get:26 http://security.ubuntu.com precise-security/main Translation-en [175 kB]
Get:27 http://my.archive.ubuntu.com precise/restricted Sources [5470 B]
Get:28 http://my.archive.ubuntu.com precise/universe Sources [5019 kB]
Get:29 http://security.ubuntu.com precise-security/multiverse Translation-en [1299 B]
Get:30 http://security.ubuntu.com precise-security/restricted Translation-en [1253 B]
Get:31 http://security.ubuntu.com precise-security/universe Translation-en [56.7 kB]
Get:32 http://my.archive.ubuntu.com precise/multiverse Sources [155 kB]
Get:33 http://my.archive.ubuntu.com precise/main amd64 Packages [1273 kB]
Get:34 http://my.archive.ubuntu.com precise/restricted amd64 Packages [8452 B]
Get:35 http://my.archive.ubuntu.com precise/universe amd64 Packages [4786 kB]
Get:36 http://my.archive.ubuntu.com precise/multiverse amd64 Packages [119 kB]
Get:37 http://my.archive.ubuntu.com precise/main i386 Packages [1274 kB]
Get:38 http://my.archive.ubuntu.com precise/restricted i386 Packages [8431 B]
Get:39 http://my.archive.ubuntu.com precise/universe i386 Packages [4796 kB]
Get:40 http://my.archive.ubuntu.com precise/multiverse i386 Packages [121 kB]
Get:41 http://my.archive.ubuntu.com precise/main TranslationIndex [3706 B]
Get:42 http://my.archive.ubuntu.com precise/multiverse TranslationIndex [2676 B]
Get:43 http://my.archive.ubuntu.com precise/restricted TranslationIndex [2596 B]
Get:44 http://my.archive.ubuntu.com precise/universe TranslationIndex [2922 B]
Get:45 http://my.archive.ubuntu.com precise-updates/main Sources [453 kB]
Get:46 http://my.archive.ubuntu.com precise-updates/restricted Sources [8028 B]
Get:47 http://my.archive.ubuntu.com precise-updates/universe Sources [105 kB]
Get:48 http://my.archive.ubuntu.com precise-updates/multiverse Sources [8900 B]
Get:49 http://my.archive.ubuntu.com precise-updates/main amd64 Packages [761 kB]
Get:50 http://my.archive.ubuntu.com precise-updates/restricted amd64 Packages [12.2 kB]
Get:51 http://my.archive.ubuntu.com precise-updates/universe amd64 Packages [237 kB]
Get:52 http://my.archive.ubuntu.com precise-updates/multiverse amd64 Packages [15.3 kB]
Get:53 http://my.archive.ubuntu.com precise-updates/main i386 Packages [784 kB]
Get:54 http://my.archive.ubuntu.com precise-updates/restricted i386 Packages [12.2 kB]
Get:55 http://my.archive.ubuntu.com precise-updates/universe i386 Packages [243 kB]
Get:56 http://my.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
Get:57 http://my.archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
Get:58 http://my.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
Get:59 http://my.archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
Get:60 http://my.archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
Get:61 http://my.archive.ubuntu.com precise-backports/main Sources [4850 B]
Get:62 http://my.archive.ubuntu.com precise-backports/restricted Sources [14 B]
Get:63 http://my.archive.ubuntu.com precise-backports/universe Sources [36.4 kB]
Get:64 http://my.archive.ubuntu.com precise-backports/multiverse Sources [5311 B]
Get:65 http://my.archive.ubuntu.com precise-backports/main amd64 Packages [6183 B]
Get:66 http://my.archive.ubuntu.com precise-backports/restricted amd64 Packages [14 B]
Get:67 http://my.archive.ubuntu.com precise-backports/universe amd64 Packages [38.3 kB]
Get:68 http://my.archive.ubuntu.com precise-backports/multiverse amd64 Packages [5206 B]
Get:69 http://my.archive.ubuntu.com precise-backports/main i386 Packages [6182 B]
Get:70 http://my.archive.ubuntu.com precise-backports/restricted i386 Packages [14 B]
Get:71 http://my.archive.ubuntu.com precise-backports/universe i386 Packages [38.0 kB]
Get:72 http://my.archive.ubuntu.com precise-backports/multiverse i386 Packages [5178 B]
Get:73 http://my.archive.ubuntu.com precise-backports/main TranslationIndex [72 B]
Get:74 http://my.archive.ubuntu.com precise-backports/multiverse TranslationIndex [72 B]
Get:75 http://my.archive.ubuntu.com precise-backports/restricted TranslationIndex [70 B]
Get:76 http://my.archive.ubuntu.com precise-backports/universe TranslationIndex [73 B]
Get:77 http://my.archive.ubuntu.com precise/main Translation-en [726 kB]
Get:78 http://my.archive.ubuntu.com precise/multiverse Translation-en [93.4 kB]
Get:79 http://my.archive.ubuntu.com precise/restricted Translation-en [2395 B]
Get:80 http://my.archive.ubuntu.com precise/universe Translation-en [3341 kB]
Get:81 http://my.archive.ubuntu.com precise-updates/main Translation-en [340 kB]
Get:82 http://my.archive.ubuntu.com precise-updates/multiverse Translation-en [9010 B]
Get:83 http://my.archive.ubuntu.com precise-updates/restricted Translation-en [2988 B]
Get:84 http://my.archive.ubuntu.com precise-updates/universe Translation-en [138 kB]
Get:85 http://my.archive.ubuntu.com precise-backports/main Translation-en [5562 B]
Get:86 http://my.archive.ubuntu.com precise-backports/multiverse Translation-en [4610 B]
Get:87 http://my.archive.ubuntu.com precise-backports/restricted Translation-en [14 B]
Get:88 http://my.archive.ubuntu.com precise-backports/universe Translation-en [28.0 kB]
Fetched 27.6 MB in 25min 52s (17.8 kB/s)
Reading package lists... Error!
E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
E: The package lists or status file could not be parsed or opened.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo dpkg --configure -a
[sudo] password for mcmekik:
dpkg: error: failed to open package info file `/var/lib/dpkg/status' for reading: No such file or directory
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo dpkg --clear-avail
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get -f install
Reading package lists... Error!
E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
E: The package lists or status file could not be parsed or opened.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Error!
E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
E: The package lists or status file could not be parsed or opened.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Hit http://my.archive.ubuntu.com precise Release.gpg
Get:1 http://my.archive.ubuntu.com precise-updates Release.gpg [198 B]
Hit http://my.archive.ubuntu.com precise-backports Release.gpg
Get:2 http://security.ubuntu.com precise-security Release.gpg [198 B]
Hit http://my.archive.ubuntu.com precise Release
Get:3 http://security.ubuntu.com precise-security Release [49.6 kB]
Get:4 http://my.archive.ubuntu.com precise-updates Release [49.6 kB]
Hit http://my.archive.ubuntu.com precise-backports Release
Hit http://my.archive.ubuntu.com precise/main Sources
Hit http://my.archive.ubuntu.com precise/restricted Sources
Hit http://my.archive.ubuntu.com precise/universe Sources
Hit http://my.archive.ubuntu.com precise/multiverse Sources
Hit http://my.archive.ubuntu.com precise/main amd64 Packages
Hit http://my.archive.ubuntu.com precise/restricted amd64 Packages
Hit http://my.archive.ubuntu.com precise/universe amd64 Packages
Hit http://my.archive.ubuntu.com precise/multiverse amd64 Packages
Hit http://my.archive.ubuntu.com precise/main i386 Packages
Hit http://my.archive.ubuntu.com precise/restricted i386 Packages
Hit http://my.archive.ubuntu.com precise/universe i386 Packages
Hit http://my.archive.ubuntu.com precise/multiverse i386 Packages
Hit http://my.archive.ubuntu.com precise/main TranslationIndex
Hit http://my.archive.ubuntu.com precise/multiverse TranslationIndex
Get:5 http://security.ubuntu.com precise-security/main Sources [101 kB]
Hit http://my.archive.ubuntu.com precise/restricted TranslationIndex
Hit http://my.archive.ubuntu.com precise/universe TranslationIndex
Get:6 http://my.archive.ubuntu.com precise-updates/main Sources [453 kB]
Get:7 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
Get:8 http://security.ubuntu.com precise-security/universe Sources [30.9 kB]
Get:9 http://security.ubuntu.com precise-security/multiverse Sources [1789 B]
Get:10 http://security.ubuntu.com precise-security/main amd64 Packages [375 kB]
Get:11 http://my.archive.ubuntu.com precise-updates/restricted Sources [8028 B]
Get:12 http://my.archive.ubuntu.com precise-updates/universe Sources [105 kB]
Get:13 http://my.archive.ubuntu.com precise-updates/multiverse Sources [8900 B]
Get:14 http://my.archive.ubuntu.com precise-updates/main amd64 Packages [761 kB]
Get:15 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
Get:16 http://security.ubuntu.com precise-security/universe amd64 Packages [91.8 kB]
Get:17 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2446 B]
Get:18 http://security.ubuntu.com precise-security/main i386 Packages [401 kB]
Get:19 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
Get:20 http://security.ubuntu.com precise-security/universe i386 Packages [96.5 kB]
Get:21 http://security.ubuntu.com precise-security/multiverse i386 Packages [2646 B]
Hit http://security.ubuntu.com precise-security/main TranslationIndex
Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://security.ubuntu.com precise-security/restricted TranslationIndex
Hit http://security.ubuntu.com precise-security/universe TranslationIndex
Hit http://security.ubuntu.com precise-security/main Translation-en
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Get:22 http://my.archive.ubuntu.com precise-updates/restricted amd64 Packages [12.2 kB]
Get:23 http://my.archive.ubuntu.com precise-updates/universe amd64 Packages [237 kB]
Get:24 http://my.archive.ubuntu.com precise-updates/multiverse amd64 Packages [15.3 kB]
Get:25 http://my.archive.ubuntu.com precise-updates/main i386 Packages [784 kB]
Get:26 http://my.archive.ubuntu.com precise-updates/restricted i386 Packages [12.2 kB]
Get:27 http://my.archive.ubuntu.com precise-updates/universe i386 Packages [243 kB]
Get:28 http://my.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
Get:29 http://my.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
Hit http://my.archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://my.archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://my.archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://my.archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://my.archive.ubuntu.com precise-backports/main Sources
Hit http://my.archive.ubuntu.com precise-backports/restricted Sources
Hit http://my.archive.ubuntu.com precise-backports/universe Sources
Hit http://my.archive.ubuntu.com precise-backports/multiverse Sources
Hit http://my.archive.ubuntu.com precise-backports/main amd64 Packages
Hit http://my.archive.ubuntu.com precise-backports/restricted amd64 Packages
Hit http://my.archive.ubuntu.com precise-backports/universe amd64 Packages
Hit http://my.archive.ubuntu.com precise-backports/multiverse amd64 Packages
Hit http://my.archive.ubuntu.com precise-backports/main i386 Packages
Hit http://my.archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://my.archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://my.archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://my.archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://my.archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://my.archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://my.archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://my.archive.ubuntu.com precise/main Translation-en
Hit http://my.archive.ubuntu.com precise/multiverse Translation-en
Hit http://my.archive.ubuntu.com precise/restricted Translation-en
Hit http://my.archive.ubuntu.com precise/universe Translation-en
Hit http://my.archive.ubuntu.com precise-updates/main Translation-en
Hit http://my.archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://my.archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://my.archive.ubuntu.com precise-updates/universe Translation-en
Hit http://my.archive.ubuntu.com precise-backports/main Translation-en
Hit http://my.archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://my.archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://my.archive.ubuntu.com precise-backports/universe Translation-en
Fetched 3871 kB in 7min 18s (8831 B/s)
Reading package lists... Error!
E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory)
E: The package lists or status file could not be parsed or opened.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 12.04 _Precise_ - Build amd64 LIVE Binary 20131009-06:05]/ precise main
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://my.archive.ubuntu.com/ubuntu/ precise main restricted
     6 deb-src http://my.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://my.archive.ubuntu.com/ubuntu/ precise-updates main restricted
    11 deb-src http://my.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://my.archive.ubuntu.com/ubuntu/ precise universe
    17 deb-src http://my.archive.ubuntu.com/ubuntu/ precise universe
    18 deb http://my.archive.ubuntu.com/ubuntu/ precise-updates universe
    19 deb-src http://my.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://my.archive.ubuntu.com/ubuntu/ precise multiverse
    27 deb-src http://my.archive.ubuntu.com/ubuntu/ precise multiverse
    28 deb http://my.archive.ubuntu.com/ubuntu/ precise-updates multiverse
    29 deb-src http://my.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://my.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
    37 deb-src http://my.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
    38
    39 deb http://security.ubuntu.com/ubuntu precise-security main restricted
    40 deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
    41 deb http://security.ubuntu.com/ubuntu precise-security universe
    42 deb-src http://security.ubuntu.com/ubuntu precise-security universe
    43 deb http://security.ubuntu.com/ubuntu precise-security multiverse
    44 deb-src http://security.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 ## Uncomment the following two lines to add software from Ubuntu's
    54 ## 'extras' repository.
    55 ## This software is not part of Ubuntu, but is offered by third-party
    56 ## developers who want to ship their latest software.
    57 # deb http://extras.ubuntu.com/ubuntu precise main
    58 # deb-src http://extras.ubuntu.com/ubuntu precise main

/etc/apt/sources.list.d/djcj-vlc-stable-precise.list

/etc/apt/sources.list.d/videolan-stable-daily-precise.list

/etc/apt/sources.list.d/precise-oem-sp1.list

     1 # deb http://oem.archive.canonical.com/updates/ precise-oem-sp1 public
     2 # deb-src http://oem.archive.canonical.com/updates/ precise-oem-sp1 public

/etc/apt/sources.list.d/precise-stella-yuanli.list

     1 # deb http://hp.archive.canonical.com/updates precise-stella-yuanli public
     2 # deb-src http://hp.archive.canonical.com/updates precise-stella-yuanli public
mcmekik@mcmekik-HP-14-Notebook-PC:~$

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

You omitted one of the lines, please repeat with these commands

sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status

LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
sudo dpkg --configure -a
sudo dpkg --clear-avail
LANG=C;sudo apt-get -f install
LANG=C;sudo apt-get --fix-missing install
LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade

and copy/paste all output as done before.

Revision history for this message
mekik (mekikmc) said :
#4

mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
mcmekik@mcmekik-HP-14-Notebook-PC:~$
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Hit http://archive.ubuntu.com precise Release.gpg
Get:1 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Hit http://archive.ubuntu.com precise-backports Release.gpg
Get:2 http://archive.ubuntu.com precise-security Release.gpg [198 B]
Hit http://archive.ubuntu.com precise Release
Get:3 http://archive.ubuntu.com precise-updates Release [49.6 kB]
Hit http://archive.ubuntu.com precise-backports Release
Get:4 http://archive.ubuntu.com precise-security Release [49.6 kB]
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise/multiverse i386 Packages
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Get:5 http://archive.ubuntu.com precise-updates/main Sources [453 kB]
Get:6 http://archive.ubuntu.com precise-updates/restricted Sources [8028 B]
Get:7 http://archive.ubuntu.com precise-updates/universe Sources [105 kB]
Get:8 http://archive.ubuntu.com precise-updates/multiverse Sources [8900 B]
Get:9 http://archive.ubuntu.com precise-updates/main amd64 Packages [761 kB]
Get:10 http://archive.ubuntu.com precise-updates/restricted amd64 Packages [12.2 kB]
Get:11 http://archive.ubuntu.com precise-updates/universe amd64 Packages [237 kB]
Get:12 http://archive.ubuntu.com precise-updates/multiverse amd64 Packages [15.3 kB]
Get:13 http://archive.ubuntu.com precise-updates/main i386 Packages [784 kB]
Get:14 http://archive.ubuntu.com precise-updates/restricted i386 Packages [12.2 kB]
Get:15 http://archive.ubuntu.com precise-updates/universe i386 Packages [243 kB]
Get:16 http://archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
Get:17 http://archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://archive.ubuntu.com precise-backports/main Sources
Hit http://archive.ubuntu.com precise-backports/restricted Sources
Hit http://archive.ubuntu.com precise-backports/universe Sources
Hit http://archive.ubuntu.com precise-backports/multiverse Sources
Hit http://archive.ubuntu.com precise-backports/main amd64 Packages
Hit http://archive.ubuntu.com precise-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-backports/universe amd64 Packages
Hit http://archive.ubuntu.com precise-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-backports/main i386 Packages
Hit http://archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex
Get:18 http://archive.ubuntu.com precise-security/main Sources [101 kB]
Get:19 http://archive.ubuntu.com precise-security/restricted Sources [2494 B]
Get:20 http://archive.ubuntu.com precise-security/universe Sources [30.9 kB]
Get:21 http://archive.ubuntu.com precise-security/multiverse Sources [1789 B]
Get:22 http://archive.ubuntu.com precise-security/main amd64 Packages [375 kB]
Get:23 http://archive.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
Get:24 http://archive.ubuntu.com precise-security/universe amd64 Packages [91.8 kB]
Get:25 http://archive.ubuntu.com precise-security/multiverse amd64 Packages [2446 B]
Get:26 http://archive.ubuntu.com precise-security/main i386 Packages [401 kB]
Get:27 http://archive.ubuntu.com precise-security/restricted i386 Packages [4620 B]
Get:28 http://archive.ubuntu.com precise-security/universe i386 Packages [96.5 kB]
Get:29 http://archive.ubuntu.com precise-security/universe i386 Packages [96.5 kB]
Get:30 http://archive.ubuntu.com precise-security/multiverse i386 Packages [2646 B]
Hit http://archive.ubuntu.com precise-security/main TranslationIndex
Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-security/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Hit http://archive.ubuntu.com precise-backports/main Translation-en
Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://archive.ubuntu.com precise-backports/universe Translation-en
Hit http://archive.ubuntu.com precise-security/main Translation-en
Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://archive.ubuntu.com precise-security/restricted Translation-en
Hit http://archive.ubuntu.com precise-security/universe Translation-en
Fetched 3838 kB in 1min 57s (32.5 kB/s)
Reading package lists... Done
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo dpkg --configure -a
Setting up libudev0 (175-0ubuntu9.5) ...
Setting up linux-headers-3.5.0-48 (3.5.0-48.72~precise1) ...
Setting up linux-image-3.5.0-48-generic (3.5.0-48.72~precise1) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic
update-initramfs: Generating /boot/initrd.img-3.5.0-48-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-48-generic
Found initrd image: /boot/initrd.img-3.5.0-48-generic
Found linux image: /boot/vmlinuz-3.5.0-47-generic
Found initrd image: /boot/initrd.img-3.5.0-47-generic
Found memtest86+ image: /boot/memtest86+.bin
Generating 'Recovery' entry ...
done
Setting up linux-firmware (1.79.11) ...
Setting up udev (175-0ubuntu9.5) ...
udev stop/waiting
udev start/running, process 29276
update-initramfs: deferring update (trigger activated)
Setting up libgudev-1.0-0 (1:175-0ubuntu9.5) ...
Setting up linux-headers-3.5.0-48-generic (3.5.0-48.72~precise1) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic
Setting up linux-image-generic-lts-quantal (3.5.0.48.54) ...
Setting up gir1.2-gudev-1.0 (175-0ubuntu9.5) ...
Setting up linux-headers-generic-lts-quantal (3.5.0.48.54) ...
Setting up linux-generic-lts-quantal (3.5.0.48.54) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-48-generic
mcmekik@mcmekik-HP-14-Notebook-PC:~$ sudo dpkg --clear-avail
mcmekik@mcmekik-HP-14-Notebook-PC:~$ 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.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ 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.
mcmekik@mcmekik-HP-14-Notebook-PC:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Err http://archive.ubuntu.com precise Release.gpg
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname)
Hit http://archive.ubuntu.com precise-updates Release.gpg
Hit http://archive.ubuntu.com precise-backports Release.gpg
Hit http://archive.ubuntu.com precise-security Release.gpg
Hit http://archive.ubuntu.com precise Release
Hit http://archive.ubuntu.com precise-updates Release
Hit http://archive.ubuntu.com precise-backports Release
Hit http://archive.ubuntu.com precise-security Release
Ign http://archive.ubuntu.com precise/main Sources/DiffIndex
Ign http://archive.ubuntu.com precise/restricted Sources/DiffIndex
Ign http://archive.ubuntu.com precise/universe Sources/DiffIndex
Ign http://archive.ubuntu.com precise/multiverse Sources/DiffIndex
Ign http://archive.ubuntu.com precise/main amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/restricted amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/universe amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/multiverse amd64 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/main i386 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/restricted i386 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/universe i386 Packages/DiffIndex
Ign http://archive.ubuntu.com precise/multiverse i386 Packages/DiffIndex
Hit http://archive.ubuntu.com precise/main TranslationIndex
Hit http://archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise/restricted TranslationIndex
Hit http://archive.ubuntu.com precise/universe TranslationIndex
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/multiverse Sources
Hit http://archive.ubuntu.com precise-updates/main amd64 Packages
Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-updates/main i386 Packages
Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://archive.ubuntu.com precise-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://archive.ubuntu.com precise-backports/main Sources
Hit http://archive.ubuntu.com precise-backports/restricted Sources
Hit http://archive.ubuntu.com precise-backports/universe Sources
Hit http://archive.ubuntu.com precise-backports/multiverse Sources
Hit http://archive.ubuntu.com precise-backports/main amd64 Packages
Hit http://archive.ubuntu.com precise-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-backports/universe amd64 Packages
Hit http://archive.ubuntu.com precise-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-backports/main i386 Packages
Hit http://archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise-security/main Sources
Hit http://archive.ubuntu.com precise-security/restricted Sources
Hit http://archive.ubuntu.com precise-security/universe Sources
Hit http://archive.ubuntu.com precise-security/multiverse Sources
Hit http://archive.ubuntu.com precise-security/main amd64 Packages
Hit http://archive.ubuntu.com precise-security/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-security/universe amd64 Packages
Hit http://archive.ubuntu.com precise-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise-security/main i386 Packages
Hit http://archive.ubuntu.com precise-security/restricted i386 Packages
Hit http://archive.ubuntu.com precise-security/universe i386 Packages
Hit http://archive.ubuntu.com precise-security/multiverse i386 Packages
Hit http://archive.ubuntu.com precise-security/main TranslationIndex
Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex
Hit http://archive.ubuntu.com precise-security/universe TranslationIndex
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/multiverse Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/multiverse amd64 Packages
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise/multiverse i386 Packages
Hit http://archive.ubuntu.com precise/main Translation-en
Hit http://archive.ubuntu.com precise/multiverse Translation-en
Hit http://archive.ubuntu.com precise/restricted Translation-en
Hit http://archive.ubuntu.com precise/universe Translation-en
Hit http://archive.ubuntu.com precise-updates/main Translation-en
Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://archive.ubuntu.com precise-updates/universe Translation-en
Hit http://archive.ubuntu.com precise-backports/main Translation-en
Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://archive.ubuntu.com precise-backports/universe Translation-en
Hit http://archive.ubuntu.com precise-security/main Translation-en
Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://archive.ubuntu.com precise-security/restricted Translation-en
Hit http://archive.ubuntu.com precise-security/universe Translation-en
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname)

E: Some index files failed to download. They have been ignored, or old ones used instead.
mcmekik@mcmekik-HP-14-Notebook-PC:~$

Revision history for this message
mekik (mekikmc) said :
#5

now i am successfully install synaptic, mp3, and mkv.

thank you(m-hampl for your kind attention and assistance.

can you share what make it happen after running all command provide by you.

:) i am respect your expertise. excellent.

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

Please mark the relevant post as solved if it is so.
Thanks

Revision history for this message
mekik (mekikmc) said :
#7

noted. apprecited if someone could share what make it happen. i just want to understand the cause of the issue with standard manufacturing package installed by Hewlett Packard. i would like to address this to HP for them to improve their product line. :-)

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

There are several possibilities what might have gone wrong leading to that 'broken dependency' situation. I am not sure if HP is to blame. It looks as if you had some kind of network hickup, maybe that was the root cause.