Results 1 to 5 of 5

Thread: Installation Error in every installation in Ubuntu 12.04

  1. #1
    Join Date
    May 2012
    Beans
    10

    Installation Error in every installation in Ubuntu 12.04

    I recently installed ubuntu 12.10 and whenever i try to install any software using any method, whether software center, terminal etc., i always get error message that installation unsuccessful. However, the installation is always partially successful and i found this error message at the end of every installation log:
    "Errors were encountered while processing:
    crossplatformui:i386
    Error in function:
    SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)"
    I am a beginner at linux, please be a bit descriptive while providing solution...

  2. #2
    Join Date
    Apr 2012
    Location
    Belleville, Ontario
    Beans
    547
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installation Error in every installation in Ubuntu 12.04

    sounds like you system is a tad bit unstable

    go to a terminal try to type in these commands see if it helps not sure it will ..

    Code:
     sudo apt-get update
    
    sudo apt-get upgrade -f
    
    configure -a
    not all sure what the problem is but everything I can find cause for this error is unstable kernel ...
    this wont help any of you install attempts
    if all you want if to atempt to fix your install try this code

    Code:
     sudo apt-get install -f
    Last edited by jadtech; May 16th, 2012 at 04:12 PM.

  3. #3
    Join Date
    May 2012
    Beans
    10

    Talking Re: Installation Error in every installation in Ubuntu 12.04

    Your advice didn't help much, except i was able to update a few packages. The error was still there. However, i was later able to remove this error by commenting these lines in crossplatformui.postrm (at /var/lib/dpkg/info):
    sudo killall -9 ...
    and the three lines after that..
    Then i was able to remove crossplatformui compltely. However, i had to delete remaining files in the same directory related to cross platformui. The error was solved after that!
    Thanks for your help though...

  4. #4
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Installation Error in every installation in Ubuntu 12.04

    If this solves your problem, please mark the thread so.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  5. #5
    Join Date
    May 2012
    Beans
    10

    Re: Installation Error in every installation in Ubuntu 12.04

    Yeah.. I forgot... New to the forum... Sorry!

Tags for this Thread

Bookmarks

Posting Permissions

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