Results 1 to 4 of 4

Thread: Help! Me is stoopid with linux!

  1. #1
    Minister of Misinformation magicfan241's Avatar
    Join Date
    May 2003
    Location
    Lionville, PA
    Posts
    641

    Help! Me is stoopid with linux!

    How do I use a RPM file?? I am trying to install Java support, because I have to help run my brother online game party (blech!) and I need 8 working computers with Java. My personal computer would be number 8.

    According to the file manager thing (whatever it is called) I have a file called j2re-1_4_2_03-linux-i586-rpm.bin and I double clicked on it, and it popped up a bunch of texty cobbledygook. I even went as far as to go into the terminal window and type "rpm j2re-1_4_2_03-linux-i586-rpm.bin". I got a list of about 350 options of letters that I could use.

    Needless to say, I am extremely confused. Can anyone tell me what to do?

    magicfan241

  2. #2
    Stats Developer magnav0x's Avatar
    Join Date
    Mar 2002
    Location
    Dallas, TX
    Posts
    1,747
    Well normaly to install an rpm file you would type this from the console:

    rpm -i rpmname.rpm

    But it looks like the file you got is a bin shile and not an rpm. Try typing:

    sh j2re-1_4_2_03-linux-i586-rpm.bin
    or
    ./j2re-1_4_2_03-linux-i586-rpm.bin
    Warning this Post is Rated "M" for Mature

    -Contains Harsh Language
    -L337 HaX0r W3RD2!
    -Partial Nudity

    I haven't lost my mind; it's backed up on tape drive somewhere.

  3. #3
    Downsized Chinasaur's Avatar
    Join Date
    Dec 2001
    Location
    WA Wine Country
    Posts
    1,847
    You could also find and use the Package Manager proggie, supply the root pword and go from there.

    If unsure, use the Test option before using. Will also show unmet dependancies.

    RPM's were the main reason I went to Debian and apt-get.
    Agent Smith was right!: "I hate this place. This zoo. This prison. This reality, whatever you want to call it, I can't stand it any longer. It's the smell! If there is such a thing. I feel saturated by it. I can taste your stink and every time I do, I fear that I've somehow been infected by it."

  4. #4
    Minister of Misinformation magicfan241's Avatar
    Join Date
    May 2003
    Location
    Lionville, PA
    Posts
    641
    Well, the main reason I neede to know how-to on the command line is that I could not find the package manager.

    Well, I am off to fiddle with it to make mozilla accept it.

    magicfan241, wishing for the ease of windows

Posting Permissions

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