Find the answer to your Linux question:
Results 1 to 5 of 5
I installed debian etch on my pc and did an upgrade from apt-get, after awhile it was ok until i got to this part /var/cache/apt/archives/libexchange-storage1.2-3_2.22.1-1_i386.deb E: Sub-process /usr/bin/dpkg returned an ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Location
    Manila, Philippines
    Posts
    3

    [SOLVED] Linux Newb Pls. HELP on upgrading

    I installed debian etch on my pc and did an upgrade from apt-get, after awhile it was ok until i got to this part
    /var/cache/apt/archives/libexchange-storage1.2-3_2.22.1-1_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    what should i do? need specific instruction pls.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Execute this
    Code:
    cat /etc/debian_version
    Post output here.

    Have you tried to clean cache?
    Code:
    su -
    apt-get clean all
    apt-get update
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Location
    Manila, Philippines
    Posts
    3
    4.0

    i did a force install it did the work thanks!!
    but i got another problem theres, when i rebooted after the login there was nothing.
    The only thing was there was the mouse pointer. don't know what to do.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Press Alt+Ctrl+F1. It will switch to Command Line Login prompt. Log in as regular user and execute this
    Code:
    su -
    /etc/init.d/gdm stop
    startx
    Post exact error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Location
    Manila, Philippines
    Posts
    3
    Thanks for the help Casper!
    But i got frustrated that I reinstalled linux. now I have installed ubuntu on my system, did wanna try it anyway. Thanks again its working fine now, so now I only have LINUX on my system. Good-Bye MICROSOFT!!!.

    _______________________________
    I not only use all the brains that I have, but all I can borrow. - Woodrow Wilson
    Linux User # 473639

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •