1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

"rmp" instalL HELP!

Discussion in 'Linux - General discussion' started by DOUGHBOY6, Jan 29, 2006.

  1. DOUGHBOY6

    DOUGHBOY6 Guest

    i just Installed Suse linux 10.0 and i'm trying to install a "self extracting" java "RPM", it dosen't use YaST. I followed the insctructions on the Java site and it dosen't work. My question is, how do u install Java on linux so I can run Lime Wire?

    BTW, I only had this for three days
     
  2. neggis

    neggis Regular member

    Joined:
    Jun 18, 2004
    Messages:
    501
    Likes Received:
    0
    Trophy Points:
    26
    Open terminal ->

    $ su -
    password: *****

    and then go to directory where is that *.rpm package -->

    # rpm -ivh package_name.rpm

    For more info how rpm-program works type

    # rpm --help
    or
    # man rpm
     
  3. DOUGHBOY6

    DOUGHBOY6 Guest

    I might be reading it wrong...let me get it straight

    open terminal

    type SU, passphrase

    then open the RPM package, jre-1_5_0_06-linux-i586-rpm.bin (opens in KWrite)

    then were do I tpype rpm -ivh package_name.rpm

    If I type it on the same window as I typed my password?

    when i type things on the command line some times nothing happens.
     
    Last edited by a moderator: Jan 31, 2006
  4. lauritx

    lauritx Regular member

    Joined:
    Mar 4, 2004
    Messages:
    488
    Likes Received:
    0
    Trophy Points:
    26
  5. DOUGHBOY6

    DOUGHBOY6 Guest

    yeah it's helping thx
     

Share This Page