Another question: I have downloaded FireFox... How do I install it? Sorry for the beginner question!
Sorry, I don't use Mozilla, but I can help you install Firefox! It comes in an archived format, usually .tar.gz, or .tar.bz2. First, you must unarchive it (get your Terminal ready!):
For tar.bz2 files:
tar xjf thefile.tar.bz2
For tar.gz files:
tar xjf thefile.tar.gz
It will extract a folder named "Firefox". Note that you can also use the archive utility to do this, but I prefer the command line. Anyway, now that that's done, you can either use Firefox from this folder (you should probably create shortcut on the Desktop), or copy the entire Firefox folder into /usr, which will require root access.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Yes, just double-click the Firefox program.
wait? so linux apps dont need to be installed to run?
Depends. What you just downloaded is aBinary, which will run just by opening it. Quite often, a Linux app is distributed via source code, in which case you must compile it to get the binary which you can run. Usually it includes a readme file.
And to answer your other question no, Linux programs rarely have an installer, unless it's source code, and even then you can usually run it without installing.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339