Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to install downloaded software in mandrake 9

Status
Not open for further replies.

pechenegs

MIS
Joined
Jun 15, 2003
Messages
1,040
Location
GB
hi all,newbie here, how do install downloaded software. I have downladed java and mozilla software to my computer, but which commands do I need to use to install them in the terminal?

thx pech
 

What kind of packages are they? Do they end in .rpm or .tgz or .tar or what?

There is also a command called 'file' on *nix and 'file whateveryoursoftwarefileisnamed.ext' will usually be able to tell you what it is.
 
hi,ah, I just got mozilla to install, so now just java. java is called rpm.bin. i managed to run it, but it says it's a shell script?

pech
 

It is a self extracting archive of an RPM package.

Run the bin file: sh ./package.rpm.bin
and it will extract the rpm, then use rpm to install the package: rpm -i package.rpm
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top