manipulation librart to be reinstalled?

Asked by priya

priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo apt-get install --fix-broken
[sudo] password for priya:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  resolvconf
The following NEW packages will be installed:
  resolvconf
0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
Need to get 54.4 kB of archives.
After this operation, 251 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
  resolvconf
Install these packages without verification? [y/N] y
Err http://lk.archive.ubuntu.com/ubuntu/ trusty-updates/main resolvconf all 1.69ubuntu1.1
  Could not connect to 192.168.1.1:8080 (192.168.1.1). - connect (111: Connection refused)
E: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/pool/main/r/resolvconf/resolvconf_1.69ubuntu1.1_all.deb Could not connect to 192.168.1.1:8080 (192.168.1.1). - connect (111: Connection refused)

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
priya@priya-HP-Pavilion-15-Notebook-PC:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 133, in <module>
    pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 49, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
priya@priya-HP-Pavilion-15-Notebook-PC:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ dpkg --print-foreign-architectures
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo grep -R proxy /etc/apt/*
[sudo] password for priya:
Sorry, try again.
[sudo] password for priya:
/etc/apt/apt.conf:Acquire::http::proxy "http://192.168.1.1:8080/";
/etc/apt/apt.conf:Acquire::https::proxy "https://192.168.1.1:8080/";
/etc/apt/apt.conf:Acquire::ftp::proxy "ftp://192.168.1.1:8080/";
/etc/apt/apt.conf:Acquire::socks::proxy "socks://192.168.1.1:8080/";
priya@priya-HP-Pavilion-15-Notebook-PC:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
priya@priya-HP-Pavilion-15-Notebook-PC:~$ ubuntu-support-status
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 133, in <module>
    pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 49, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
priya@priya-HP-Pavilion-15-Notebook-PC:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
priya@priya-HP-Pavilion-15-Notebook-PC:~$ dpkg --print-foreign-architectures
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo grep -R proxy /etc/apt/*
/etc/apt/apt.conf:Acquire::http::proxy "http://192.168.1.1:8080/";
/etc/apt/apt.conf:Acquire::https::proxy "https://192.168.1.1:8080/";
/etc/apt/apt.conf:Acquire::ftp::proxy "ftp://192.168.1.1:8080/";
/etc/apt/apt.conf:Acquire::socks::proxy "socks://192.168.1.1:8080/";
priya@priya-HP-Pavilion-15-Notebook-PC:~$ grep proxy /etc/environment
http_proxy="http://192.168.1.1:8080/"
https_proxy="https://192.168.1.1:8080/"
ftp_proxy="ftp://192.168.1.1:8080/"
socks_proxy="socks://192.168.1.1:8080/"
priya@priya-HP-Pavilion-15-Notebook-PC:~$ echo $http_proxy
http://192.168.1.1:8080/
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ echo $ftp_proxy
ftp://192.168.1.1:8080/
priya@priya-HP-Pavilion-15-Notebook-PC:~$ grep proxy /etc/bash.bashrc
priya@priya-HP-Pavilion-15-Notebook-PC:~$ grep proxy ~/.bashrc
priya@priya-HP-Pavilion-15-Notebook-PC:~$ cat /etc/apt/apt.conf
Acquire::http::proxy "http://192.168.1.1:8080/";
Acquire::https::proxy "https://192.168.1.1:8080/";
Acquire::ftp::proxy "ftp://192.168.1.1:8080/";
Acquire::socks::proxy "socks://192.168.1.1:8080/";
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo fuser -vvv /var/lib/dpkg/lock
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo fuser -vvv /var/cache/apt/archives/lock
priya@priya-HP-Pavilion-15-Notebook-PC:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
priya@priya-HP-Pavilion-15-Notebook-PC:~$ uname -a
Linux priya-HP-Pavilion-15-Notebook-PC 3.13.0-74-generic #118-Ubuntu SMP Thu Dec 17 22:52:02 UTC 2015 i686 i686 i686 GNU/Linux
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo rm /var/lib/apt/lists/lock
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo rm /var/cache/apt/archives/lock
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo rm /var/lib/dpkg/lock
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup

priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-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
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo rm -rf /var/lib/dpkg/updates/*
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo rm -rf /var/lib/apt/lists
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo rm /var/cache/apt/*.bin
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo mkdir /var/lib/apt/lists
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo mkdir /var/lib/apt/lists/partial
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ LANG=C;sudo apt-get clean
priya@priya-HP-Pavilion-15-Notebook-PC:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo dpkg --configure -a
priya@priya-HP-Pavilion-15-Notebook-PC:~$
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo dpkg --clear-avail
priya@priya-HP-Pavilion-15-Notebook-PC:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  ubuntu-minimal
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 61.4 kB disk space will be freed.
Do you want to continue? [Y/n] y
Abort.
priya@priya-HP-Pavilion-15-Notebook-PC:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 ubuntu-minimal : Depends: resolvconf but it is not installable
E: Unmet dependencies. Try using -f.
priya@priya-HP-Pavilion-15-Notebook-PC:~$ LANG=C;sudo apt-get --purge autoremoveReading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 ubuntu-minimal : Depends: resolvconf but it is not installable
E: Unmet dependencies. Try using -f.
priya@priya-HP-Pavilion-15-Notebook-PC:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Err http://lk.archive.ubuntu.com trusty InRelease

Err http://security.ubuntu.com trusty-security InRelease

Err http://archive.ubuntu.com trusty InRelease

Err http://lk.archive.ubuntu.com trusty-updates InRelease

Err http://lk.archive.ubuntu.com trusty-backports InRelease

Err http://lk.archive.ubuntu.com trusty-proposed InRelease

Err http://archive.ubuntu.com trusty Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty-updates Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty-backports Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://security.ubuntu.com trusty-security Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty-proposed Release.gpg
  Unable to connect to 192.168.1.1:8080:
Reading package lists... Done
W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-proposed/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-proposed/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Some index files failed to download. They have been ignored, or old ones used instead.
priya@priya-HP-Pavilion-15-Notebook-PC:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Err http://lk.archive.ubuntu.com trusty InRelease

Err http://security.ubuntu.com trusty-security InRelease

Err http://archive.ubuntu.com trusty InRelease

Err http://lk.archive.ubuntu.com trusty-updates InRelease

Err http://lk.archive.ubuntu.com trusty-backports InRelease

Err http://lk.archive.ubuntu.com trusty-proposed InRelease

Err http://security.ubuntu.com trusty-security Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://archive.ubuntu.com trusty Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty-updates Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty-backports Release.gpg
  Unable to connect to 192.168.1.1:8080:
Err http://lk.archive.ubuntu.com trusty-proposed Release.gpg
  Unable to connect to 192.168.1.1:8080:
Reading package lists... Done
W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-proposed/InRelease

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Failed to fetch http://lk.archive.ubuntu.com/ubuntu/dists/trusty-proposed/Release.gpg Unable to connect to 192.168.1.1:8080:

W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 ubuntu-minimal : Depends: resolvconf but it is not installable
E: Unmet dependencies. Try using -f.
priya@priya-HP-Pavilion-15-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.5 LTS _Precise Pangolin_ - Release i386 (20140807.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://lk.archive.ubuntu.com/ubuntu/ trusty main restricted
     6 deb-src http://lk.archive.ubuntu.com/ubuntu/ trusty main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://lk.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    11 deb-src http://lk.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://lk.archive.ubuntu.com/ubuntu/ trusty universe
    17 deb-src http://lk.archive.ubuntu.com/ubuntu/ trusty universe
    18 deb http://lk.archive.ubuntu.com/ubuntu/ trusty-updates universe
    19 deb-src http://lk.archive.ubuntu.com/ubuntu/ trusty-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://lk.archive.ubuntu.com/ubuntu/ trusty multiverse
    27 deb-src http://lk.archive.ubuntu.com/ubuntu/ trusty multiverse
    28 deb http://lk.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    29 deb-src http://lk.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    30
    31 ## N.B. software from this repository may not have been tested as
    32 ## extensively as that contained in the main release, although it includes
    33 ## newer versions of some applications which may provide useful features.
    34 ## Also, please note that software in backports WILL NOT receive any review
    35 ## or updates from the Ubuntu security team.
    36 deb http://lk.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    37 deb-src http://lk.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    38
    39 deb http://security.ubuntu.com/ubuntu trusty-security main restricted
    40 deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
    41 deb http://security.ubuntu.com/ubuntu trusty-security universe
    42 deb-src http://security.ubuntu.com/ubuntu trusty-security universe
    43 deb http://security.ubuntu.com/ubuntu trusty-security multiverse
    44 deb-src http://security.ubuntu.com/ubuntu trusty-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 trusty main
    56 # deb-src http://extras.ubuntu.com/ubuntu trusty main
    57 deb http://archive.ubuntu.com/ubuntu trusty main
    58 # deb-src http://archive.ubuntu.com/ubuntu trusty main
    59 # deb http://archive.ubuntu.com/ubuntu/ wily main
    60 # deb-src http://archive.ubuntu.com/ubuntu/ wily main
    61 deb http://lk.archive.ubuntu.com/ubuntu/ trusty-proposed main universe multiverse restricted

/etc/apt/sources.list.d/mendeleydesktop.list

     1 # This file lists the repositories for Mendeley Desktop.
     2 #
     3 # These repositories should work with most recent Debian/Ubuntu-based Linux
     4 # distributions.
     5 #
     6 # If you have any problems with Mendeley's Debian/Ubuntu repositories,
     7 # you can let us know at http://feedback.mendeley.com
     8 #
     9 # The distribution name sets the release channel you want to use,
    10 # which can be either "stable" or "preview"
    11
    12 # deb http://desktop-download.mendeley.com/download/apt stable main
priya@priya-HP-Pavilion-15-Notebook-PC:~$ sudo dpkg --audit
The following packages are missing the md5sums control file in the
database, they need to be reinstalled:
 libjson0:i386 JSON manipulation library (transitional package)

Question information

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

Do you use a proxy for Web access?

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

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