Announcement

Collapse
No announcement yet.

Can't install anything, bad libsqlite3-0:amd64

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    I'd advise against downgrading.

    Updates are always good to leave enabled. They have been through testing and there's generally no reason not to accept them. Disabling the update repository, after allowing a few packages to be updated, will cause exactly the kind of problem you encountered.

    Comment


      #17
      cannot reinstall

      Originally posted by SteveRiley View Post
      3. Forcibly remove the existing 64-bit version:
      Code:
      sudo dpkg --force-depends --purge libsqlite3-0:amd64
      5. Manually install the 64-bit version:
      Code:
      sudo dpkg --install libsqlite3-0*amd64.deb
      I know it's an old thread but from google, this is the only thing similar to my issue, I tried to reinstall libsqlite3 but getting error below, any help would be greatly appreciated. Before this, I had issue with apt-get update and had to rename /var/lib/dpkg/status-old to /var/lib/dpkg/status. Thank you

      # dpkg --install libsqlite3-0*amd64.deb
      (Reading database ... 35595 files and directories currently installed.)
      Preparing to replace libsqlite3-0:amd64 3.7.13-1+deb7u3 (using libsqlite3-0_3.7.13-1+deb7u3_amd64.deb) ...
      Unpacking replacement libsqlite3-0:amd64 ...
      Setting up libsqlite3-0:amd64 (3.7.13-1+deb7u3) ...
      Segmentation fault
      dpkg: error processing libsqlite3-0:amd64 (--install):
      subprocess installed post-installation script returned error exit status 139
      Errors were encountered while processing:
      libsqlite3-0:amd64


      # dpkg --force-depends --purge libsqlite3-0:amd64
      dpkg: libsqlite3-0:amd64: dependency problems, but removing anyway as you requested:
      aptitude depends on libsqlite3-0 (>= 3.6.5).
      pve-cluster depends on libsqlite3-0 (>= 3.6.0).
      postfix depends on libsqlite3-0 (>= 3.5.9).


      (Reading database ... 35594 files and directories currently installed.)
      Removing libsqlite3-0:amd64 ...
      Segmentation fault
      dpkg: error processing libsqlite3-0:amd64 (--purge):
      subprocess installed post-removal script returned error exit status 139
      Errors were encountered while processing:
      libsqlite3-0:amd64


      # dpkg --install libsqlite3-0*amd64.deb
      Selecting previously unselected package libsqlite3-0:amd64.
      (Reading database ... 35587 files and directories currently installed.)
      Preparing to replace libsqlite3-0:amd64 3.7.13-1+deb7u3 (using libsqlite3-0_3.7.13-1+deb7u3_amd64.deb) ...
      Unpacking replacement libsqlite3-0:amd64 ...
      Setting up libsqlite3-0:amd64 (3.7.13-1+deb7u3) ...
      Segmentation fault
      dpkg: error processing libsqlite3-0:amd64 (--install):
      subprocess installed post-installation script returned error exit status 139
      Errors were encountered while processing:
      libsqlite3-0:amd64


      # dpkg -l | grep libsqlite
      iF libsqlite3-0:amd64 3.7.13-1+deb7u3 amd64 SQLite 3 shared library


      # apt-cache policy libsqlite3-0:amd64
      libsqlite3-0:
      Installed: 3.7.13-1+deb7u3
      Candidate: 3.7.13-1+deb7u3
      Version table:
      *** 3.7.13-1+deb7u3 0
      500 http://security.debian.org/ wheezy/updates/main amd64 Packages
      100 /var/lib/dpkg/status
      3.7.13-1+deb7u2 0
      500 http://ftp.us.debian.org/debian/ wheezy/main amd64 Packages

      Comment

      Working...
      X