Results 1 to 7 of 7

Thread: Java runtime is killing package managers

  1. #1
    Join Date
    Jan 2009
    Beans
    57
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Java runtime is killing package managers

    I just did a clean upgrade to 9.10 and after installing a few packages in the new software center and setting up catalyst I rebooted and got an error message. I have tried doing sudo dpkg --configure -a as was recommended to no avail. There is some kind of dependency issue going on with java6 rte, but I can't figure out how to stop it, I don't want to install java all that much. I also have tried sudo apt-get remove sun-java6-plugin and apt-get -f install but that didn't work either.

    check out the screenshot



    I would like to fix this error if it will be quick and semi-easy otherwise I'll just reinstall again tonight.
    Attached Images Attached Images

  2. #2
    Join Date
    May 2008
    Location
    Cluj, Romania
    Beans
    1,292

    Re: Java runtime is killing package managers

    Open a terminal and type:

    sudo apt-get install -f

    It should install the missing dependency - sun-java6-bin
    If not, install it manually:

    sudo apt-get install sun-java6-bin

  3. #3
    Join Date
    Jan 2009
    Beans
    57
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Java runtime is killing package managers

    Tired the first first option, failed so did as suggested

    Code:
    matt@matt-desktop:~$ sudo apt-get install -f
    [sudo] password for matt: 
    E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 
    matt@matt-desktop:~$ sudo dpkg --configure -a
    dpkg: dependency problems prevent configuration of sun-java6-plugin:
     sun-java6-plugin depends on sun-java6-bin (= 6-15-1); however:
      Package sun-java6-bin is not installed.
    dpkg: error processing sun-java6-plugin (--configure):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     sun-java6-plugin
    Then I tried manually installing it but I got to a blue EULA-ish screen that wants my approval before continuing but hitting enter, typing Ok, ok, y and Y do not work. Here is a screen-shot, how should I get past this screen?



    Attached Images Attached Images

  4. #4
    Join Date
    Oct 2006
    Beans
    268
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Java runtime is killing package managers

    use the TAB key

  5. #5
    Join Date
    May 2008
    Location
    Cluj, Romania
    Beans
    1,292

    Re: Java runtime is killing package managers

    Interesting situation...

    Dd you tried to remove the -plugin package? And then install the -jre package and the -plugin?

  6. #6
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Java runtime is killing package managers

    Quote Originally Posted by Matt_Rapp View Post
    Then I tried manually installing it but I got to a blue EULA-ish screen that wants my approval before continuing but hitting enter, typing Ok, ok, y and Y do not work. Here is a screen-shot, how should I get past this screen?
    As Mze said, use Tab to highlight "Ok" then press Enter.

  7. #7
    Join Date
    Dec 2008
    Location
    /home/chenxiaolong&/root
    Beans
    474
    Distro
    Ubuntu Development Release

    Re: Java runtime is killing package managers

    or use the right arrow key and press Enter.
    Laptop broke ...

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
  •