April 27, 2024, 04:07:39 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to open .rpm's in linux  (Read 4047 times)

Offline h4ck3r

  • Linux Noob !
  • *
  • Posts: 14
    • http://www.hnc3k.tk
How to open .rpm's in linux
« on: November 26, 2004, 04:47:45 AM »
All guyz here pl tell me how to run .rpm files. I have wine.rpm and a patch for xmms player to run mp3 files , but i dunno how to execute the rpm files.Pl help me :(

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to open .rpm's in linux
« Reply #1 on: November 26, 2004, 06:57:15 PM »
RPM in linux are like .exe setup files of windows which are there to make  installing an application easier . You can simply double click an rpm file and then system (say Redhat or fedora or mandrake) will first check its dependency , if every thing is fine then it will be installed.

You can also install via command line that is rpm -ivh <packagename>