Announcement

Collapse
No announcement yet.

cannot reinstall

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

    cannot reinstall

    Got same issue with libsqlite3 during update, as the other thread, but have problems when trying to reinstall it as suggested on that other thread

    Originally Posted by SteveRiley
    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

    #2
    Have to ask: Does your PC have a 64-bit CPU?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      yes

      Originally posted by Snowhog View Post
      Have to ask: Does your PC have a 64-bit CPU?
      thanks for replying, yes, it seems only 64-bit is installed, no 32-bit libsql

      Comment

      Working...
      X