Results 1 to 2 of 2

Thread: Installing JAVA under terminal?

  1. #1
    Join Date
    Dec 2010
    Beans
    6

    Installing JAVA under terminal?

    I am trying to install the Sun Microsystems Java Runtime on my Ubuntu Server 10.10, but it is telling me that it is not available. I have researched online and it tells me that it is a part of the multiverse repository. I have not had very much success in activating this either. Any help would be appreciated. Btw, I am a noob

  2. #2
    Join Date
    Jan 2010
    Location
    Portugal
    Beans
    160
    Distro
    Ubuntu Development Release

    Re: Installing JAVA under terminal?

    Hi!

    You need to enable partner repositories.

    Go to /etc/apt/sources.list and uncomment the parter lines

    deb http://archive.canonical.com/ubuntu maverick partner
    deb-src http://archive.canonical.com/ubuntu maverick partner

    then:
    apt-get update
    apt-cache search java | grep sun
    and choose the packages you want.

    Regards!
    Javali
    Administração e Desenvolvimento de Sistemas Informáticos, Lda.
    Open Source Systems / SugarCRM / Alfresco / Drupal / Openbravo
    http://www.javali.pt info at javali.pt

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
  •