Results 1 to 10 of 23
When I open my hotmail it keeps telling me to upgrade my firefox browser and it gives me a link to a download.
I've downloaded the file. But I can't ...
- 09-22-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 14
Installing programs in linux!
When I open my hotmail it keeps telling me to upgrade my firefox browser and it gives me a link to a download.
I've downloaded the file. But I can't seem to install it. The file is called firefox-3.0.1.tar.bz2, and it contains a bunch of files, but how do I install the program. I've tried opening some of the files, but I can't figure it out.
Help please!
- 09-22-2008 #2
What version of Firefox are you currently running? For the file you downloaded, there is no need to install anything. Click on the file labeled "firefox" and the application should run.
- 09-22-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 14
When I open the firefox file it opens in Xarchiver, but nothing else happens, except I see a bunch of files.
- 09-22-2008 #4
You need to extract the contents of the tarball, navigate to where you placed the extracted directory and click on the icon labelled "firefox".
- 09-22-2008 #5
Which distribution are you using? Have you updated your system?
Check this link in Distrowatch for the complete list of update commands, depending on your distro.
I use Ubuntu 8.04 and it has firefox 3.0.1.
- 09-22-2008 #6
You should install updates through default Package manager only. Which distro are you using?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-22-2008 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 14
- 09-22-2008 #8
open a terminal and post output of command
Code:cat /etc/lsb-release
- 09-22-2008 #9Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
Depending on the distro there might be some ways. Some distros display a graphical boot decoration, maybe with the logo or the name of the distro somewhere. Maybe you can see it on the boot menu as well.
Some of them store version information on some plain text file on /etc/, but that's distro dependant, and that file might not be there at all.
Some distros patch their own kernels, so looking at the output of uname -a sometimes help.
The package manager should be accessible via a graphical frontend as well somewhere on the configuration menus.
You should never just uncompress a file and throw its contents randomly on your file system, because then bad things can happen, and your system will gradually rot to death, requiring a reinstall to fix odd things.
- 09-22-2008 #10
Execute these :
Post output here.Code:cat /etc/*release* cat /etc/*version*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
