Results 1 to 9 of 9

Thread: how to enable component call universe

  1. #1
    Join Date
    Oct 2008
    Beans
    7

    how to enable component call universe

    The terminal states "You will have to enable component called 'universe'" when I try to install java compiler

  2. #2
    Join Date
    Sep 2007
    Location
    over there
    Beans
    2,517
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to enable component call universe

    Quote Originally Posted by hakimade View Post
    The terminal states "You will have to enable component called 'universe'" when I try to install java compiler
    I take it you tried to install java via an apt-get command in the terminal?

    I think you need to enable the universe repository. Though I thought it came enabled by default... Anyway, easiest way is to go to System > Administration > Software Sources. Under the Ubuntu Software tab, tick the box for Community maintained Open Source Software (universe).
    Last edited by t0p; October 19th, 2008 at 01:52 AM.
    "All people are scum. No matter what they look like." ~ Spider Jerusalem, Transmetropolitan #4
    blog photoblog


  3. #3
    Join Date
    Oct 2008
    Beans
    7

    Re: how to enable component call universe

    the terminal state "sudo apt-get install udo"

  4. #4
    Join Date
    Apr 2007
    Location
    Belgium
    Beans
    273
    Distro
    Ubuntu

    Re: how to enable component call universe

    Quote Originally Posted by hakimade View Post
    the terminal state "sudo apt-get install udo"
    What T0p is explaining about the Software Sources is what you should do I think.

  5. #5
    Join Date
    Oct 2008
    Beans
    7

    Re: how to enable component call universe

    Teminal state "bash:udo:command not found" when typed sudo apt-get install sun-java6-jdk

  6. #6
    Join Date
    Apr 2007
    Location
    Belgium
    Beans
    273
    Distro
    Ubuntu

    Re: how to enable component call universe

    Then maybe the 's' did not come through?

  7. #7
    Join Date
    Sep 2007
    Location
    over there
    Beans
    2,517
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to enable component call universe

    Quote Originally Posted by hakimade View Post
    Teminal state "bash:udo:command not found" when typed sudo apt-get install sun-java6-jdk
    LOL!! You typed udo by mistake, instead of sudo.

    Sorry for laughing... but that's damn funny! Udo! LMAO!
    Last edited by t0p; October 19th, 2008 at 02:56 AM. Reason: To apologize... and laugh some more...
    "All people are scum. No matter what they look like." ~ Spider Jerusalem, Transmetropolitan #4
    blog photoblog


  8. #8
    Join Date
    Oct 2008
    Beans
    7

    Re: how to enable component call universe

    the terminal state "sudo apt-get install udo"
    then it teminal state "bash:udo:command not found" when typed sudo apt-get install udo

    what do you think i can do

  9. #9
    Join Date
    Sep 2007
    Location
    over there
    Beans
    2,517
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to enable component call universe

    Quote Originally Posted by hakimade View Post
    the terminal state "sudo apt-get install udo"
    then it teminal state "bash:udo:command not found" when typed sudo apt-get install udo

    what do you think i can do
    First, you need to update your package list. Do this by typing in terminal:

    Code:
    sudo apt-get update
    Next, type

    Code:
    sudo apt-get install udo
    That udo threw me for a bit. I thought it was a typo for sudo. I didn't realize there's actually a package called udo til I checked.

    Anyway, those instructions should sort you out.
    "All people are scum. No matter what they look like." ~ Spider Jerusalem, Transmetropolitan #4
    blog photoblog


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
  •