Downloading

I am completely baffled when it comes to downloading. I have recently installed Mandrake. I downloaded Firefox. I can easily locate the downloaded file - Firefox-installer. What do I do now? How do I get the file to install? I previously tried Fedora, but finally gave up because I could never figure out how to down ...

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar14.webp

25 Posts
Location -
Joined 2005-03-03
I am completely baffled when it comes to downloading. I have recently installed Mandrake. I downloaded Firefox. I can easily locate the downloaded file - Firefox-installer. What do I do now? How do I get the file to install? I previously tried Fedora, but finally gave up because I could never figure out how to download and install software. I was hoping Mandrake might be easier?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
What version of Mandrake are you using? I ask, as some folks download older versions which may not be compatible with newer program packages.
 
Each distro has it's own installation type packages. Mandrake and Fedora use files with rpm extensions. Most of the software is already located on the cd disks that you downloaded.
 
In the case of Firefox, it uses a generic install script that installs the program (package). Look at the directions located here.
 
First, you must uncompress the package. This is like a zip file in Windows, but done from the terminal window. If you downloaded the package to your home directory, then open the terminal window, which should default to your home directory.
 
Type ls and hit the enter key. You should see the file in the list. Then type;
 
tar -xzvf firefox-1.0.1.installer.tar.gz
 
NOTE: you must use the exact name of the file that you downloaded. I assume you have firefox-1.0.1.installer.tar.gz as the package name.
 
This will expand the package into a directory called firefox-installer. Get into that directory by typing;
 
cd firefox-installer (hit the enter key)
 
Then run the install script;
 
./firefox-installer
 
You should then get a graphic installer that will guide you through the install and bring up Firefox.
 
Once you get this far, then we can add an icon to the desktop to run Firefox.
 
 
 

data/avatar/default/avatar14.webp

25 Posts
Location -
Joined 2005-03-03
OP
Thanks. I will try that. Unfortunately, I seem to have found another bug. (I'm running Mandrake 10.1, btw) I just booted up and discovered my mouse seems to have gone bonkers. I will try re-booting. One prob at a time.

data/avatar/default/avatar14.webp

25 Posts
Location -
Joined 2005-03-03
OP
OK - I got as far as running the Firefox installer. This time I stumbled over what directory to install it to. I tried installing it to Desktop, because I knew at least I could find it there. Now there's a Firefox icon on my desktop. When I click on it, it opens Konqueror, with a url pointing to the Firefox directory.
 
Can you recommend any Mandrake manual with easy-to-comprehend instuctions? Thanks.