Results 1 to 3 of 3

Thread: broken dependencies

  1. #1
    Join Date
    Mar 2010
    Beans
    38

    broken dependencies

    I was trying to setup gogui to work on kubuntu, using instructions found on an ubuntu forum: http://ubuntuforums.org/showthread.php?t=749811. I did not even have Java installed yet, so I first tried installing some of the sun-java6 packages. Usually kpackage is good at picking dependent packages and installing them also, but apparently not this time. Next time I tried using kpackage, I was not able to do anything. It gave me a message saying I had broken dependencies, and should use synaptic or aptitude. I do not even have these installed! I think that un-installing the Java software and starting over should do the trick, but I'm not sure how to do this from the command line. Also the instructions in the link above never worked for me.

  2. #2
    Join Date
    Mar 2006
    Beans
    8,348

    Re: broken dependencies

    You can try with

    Code:
    sudo apt-get -f install
    There is no greater religion than a truth.

  3. #3
    Join Date
    Mar 2010
    Beans
    38

    Smile Re: broken dependencies

    thank you zvacet. Actually I did a little more than that. I found the sun-java6 package that was installed using
    Code:
    sudo dpkg -l
    uninstalled it with
    Code:
    sudo apt-get uninstall [package]
    then reinstalled the appropriate sun-java6 packages with apt-get rather than kpackage. This is proprietary software, and there is a user agreement that has to be "signed" by clicking ok. Apparently kpackage can't handle this, which is why it has to be done with apt-get instead. Once the java packages were correctly installed, the instructions for setting up gogui worked! Now I am a happy camper .

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
  •