Find the answer to your Linux question:
Results 1 to 7 of 7
Hi I want to install eclipse on my RedHat Linux system. What are the steps i required to follow(including download and installation procedure)?...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Location
    Banglore - India
    Posts
    16

    Installing Eclipse

    Hi
    I want to install eclipse on my RedHat Linux system.
    What are the steps i required to follow(including download and installation procedure)?

  2. #2
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    If you are connected to the Internet, type in terminal:
    Code:
    sudo yum check-update
    sudo yum update
    This will update all your programs. To install eclipse, type:
    Code:
    sudo yum install eclipse
    You may also want to check out netbeans.
    Code:
    sudo yum install netbeans

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Location
    Banglore - India
    Posts
    16

    Hi

    Thanks for reply.
    I tried to do that but 'yum' is not installed on my system.
    so what need to do? Please tell me How to download 'yum' and how i can install it on my RedHat linux system?

  4. #4
    Just Joined!
    Join Date
    Nov 2008
    Location
    Banglore - India
    Posts
    16

    Hi

    Thanks for reply.
    I tried to do that but 'yum' is not installed on my system.
    so what need to do? Please tell me How to download 'yum' and how i can install it on my RedHat linux system?

  5. #5
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    which version of red hat linux are you using to not have yum?

  6. #6
    Just Joined!
    Join Date
    Nov 2008
    Location
    Banglore - India
    Posts
    16

    Hi

    I have RedHad linux9 version

  7. #7
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    red hat linux 9 isn't supported, is there any way you could upgrade to a newer version? if not, you will have to download eclipse from their website and extract the file, depending on what kind of file it is, then you should be able to just run the executable file

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...