Announcement

Collapse
No announcement yet.

[SOLVED] problem with ia-32

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

    [SOLVED] problem with ia-32

    I'm trying to install Acetoniso. But when I do, I get the following:

    Code:
    root@DP5:/home/dpich# apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
     libdmraid1.0.0.rc15 libdns50
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
     ia32-libs
    The following NEW packages will be installed:
     ia32-libs
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    Need to get 0B/29.2MB of archives.
    After this operation, 132MB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    (Reading database ... 118396 files and directories currently installed.)
    Unpacking ia32-libs (from .../ia32-libs_2.7ubuntu17_amd64.deb) ...
    lzma: Decoder error
    dpkg-deb: subprocess <decompress> returned error exit status 1
    dpkg: error processing /var/cache/apt/archives/ia32-libs_2.7ubuntu17_amd64.deb (--unpack):
     short read in buffer_copy (backend dpkg-deb during `./usr/lib32/libgio-2.0.so.0.2200.2')
    No apport report written because the error message indicates a dpkg I/O error
                                           Errors were encountered while processing:
     /var/cache/apt/archives/ia32-libs_2.7ubuntu17_amd64.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@DP5:/home/dpich#

    #2
    Re: problem with ia-32

    Maybe it was a bad download or maybe your disk partition is filling up. Looks like error came when it was exploding the archive. You can always try downloading the library directly and installing yourself with dpkg.
    linux &amp;&amp; bash = &quot;the future&quot;

    Comment


      #3
      Re: problem with ia-32

      how much space do you have left??

      df -h

      if you have enuff space try cleaning the package cache to redownload the package (sudo apt-get clean, or manually remove from /var/cache/apt/packges/)
      Mark Your Solved Issues [SOLVED]
      (top of thread: thread tools)

      Comment


        #4
        Re: [SOLVED] problem with ia-32

        I just deleted /var/cache/apt/archives/ia32-libs_2.7ubuntu17_amd64.deb. Kubuntu redownloaded it and it installed fine. Must have been corrupt.

        Comment

        Working...
        X