Announcement

Collapse
No announcement yet.

Java and MySQL x KpackageKit

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

    Java and MySQL x KpackageKit

    Hi Kubuntu friends,

    I have been installed Kubuntu 10.04 Beta 1 to test it. So I found a problem that I already had found it in Kubuntu 9.10. When I tried to install sun-java6-jdk and mysql-server-5.1 KpackageKit didn't show me a window to agree or not with the Java's agreement acording and didn't show me a window to set up the password to MySQL. I think it will be good if this problem were solved.

    Does someone else found the same problem?

    Thanks for all!

    #2
    Re: Java and MySQL x KpackageKit

    KPackageKit does not know how to handle the accepting of the licence.
    Open a konsole
    Code:
    sudo apt-get install sun-java6-jdk

    Comment


      #3
      Re: Java and MySQL x KpackageKit

      Hi skunk,

      Konsole is not a problem for me. I'm using Kubuntu for some time and I have some experience with command line. However, new users of Kubuntu may have some headache when try to install these packages. So it will be good to them, new users, or inexperienced users, if this problem were solved!

      Thanks!

      Comment


        #4
        Re: Java and MySQL x KpackageKit

        Originally posted by skunk
        KPackageKit does not know how to handle the accepting of the licence.
        Open a konsole
        Code:
        sudo apt-get install sun-java6-jdk
        thaumiel@thaumiel-desktop:~$ sudo apt-get install sun-java6-jdk
        [sudo] password for thaumiel:
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        Package sun-java6-jdk is not available, but is referred to by another package.
        This may mean that the package is missing, has been obsoleted, or
        is only available from another source
        E: Package sun-java6-jdk has no installation candidate
        thaumiel@thaumiel-desktop:~$

        Comment


          #5
          Re: Java and MySQL x KpackageKit

          Hi thaumiel,

          sun-java6-jdk package is contained in multiverse repository. To enable multiverse repository open Konsole and type kdesudo kate /etc/apt/source.list and after verify if the line about multiverse packages is commented. Uncomment this line and after save and close the archive. Go again to Konsole. Type sudo apt-get update. And finally sudo apt-get install sun-java6-jdk.

          Comment


            #6
            Re: Java and MySQL x KpackageKit

            Same problem, unfortunately. Multiverse is enabled.

            Comment


              #7
              Re: Java and MySQL x KpackageKit

              The Sun Java is in the Ubuntu Partner repository.

              Code:
              apt-cache show sun-java6-jre
              ...
              Filename: pool/partner/s/sun-java6/sun-java6-jre_6.19-0ubuntu3_all.deb
              ...

              More > Re: Lucid Release Schedule, Plans, KDE 4.4 - Changelog /Java
              Before you edit, BACKUP !

              Why there are dead links ?
              1. Thread: Please explain how to access old kubuntu forum posts
              2. Thread: Lost Information

              Comment


                #8
                Re: Java and MySQL x KpackageKit

                Thanks, Rog! Good to know about apt-cache show.

                Comment

                Working...
                X