Need help installing java on Mandriva

Discussion in 'Linux - General discussion' started by StudNutz, Feb 26, 2008.

  1. StudNutz

    StudNutz Member

    Joined:
    Feb 26, 2008
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    11
    I am new to linux and I really need help installing java on Mandriva 2008. Which version of java would I need the RPM? I downloaded the jre-6u3-linux-586-RPM from Sun Microsystems java.com. Is that the right one? I tried following the instructions but cant make any sense of it. Please help. Thanks
     
  2. varnull

    varnull Guest

    rpm -ivh packagename -> TO install package

    rpm -qip packagename ->To view package information before install

    rpm -e packagename ->To uninstall package

    rpm -q package ->To view if package is already installed
     

Share This Page