LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-20-2006, 06:56 AM   #1
jesta1865
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Rep: Reputation: 0
being a plank


right first post and its because i am being a complete plank and newbie to linux.

i have installed unbuntu and mandriver onto 2 seperate pc's one at home (unbuntu) and one at work (mandriver) both see the internet and have a version of firefox onboard.

ok so far, but i try and install some addins and i need the latest version of firefox, so i download it and the file manager extracts it, and i can see all the files, but when i try to run any file, nothing, not a jot, absolute zero.

so my question is, what am i doing wrong, its the same on 2 machines different distros, so it must be me and my evil windows ways, of wanting to double click on stuff to make it work.

anyone have any idea as to what i am doing wrong? and where i can see or do a simple run through to get up to speed on the basics of linux, i have bought 2 books, but i am struggling to get time to go through them.

any ideas? please i want to be a linux person as well as windows, honest i do!
 
Old 04-20-2006, 07:02 AM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
i'm not sure what you are trying to achieve here.....

are you wanting to update firefox?
 
Old 04-20-2006, 08:02 AM   #3
jesta1865
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Original Poster
Rep: Reputation: 0
yes, i have tried this on 2 machines and no joy, so i know its something i am not or are doing wrong.
 
Old 04-20-2006, 08:25 AM   #4
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
so have use used "synaptic" in ubuntu? (i can't speak for mandrake).

you probably just need to open the package manager and do an upgrade of all your packages.

or do:

sudo apt-get update
sudo apt-get upgrade


I bet the latest version of firefox is in the repository.

if not maybe take a look at this:

http://easylinux.info/wiki/Ubuntu#Ho...a_repositories


I'm presuming you have a basic understand of package mangement here (i.e its dont from a utility - you dont need to download packages manually).

this may also be of interest to you:

http://ubuntuforums.org/showthread.php?t=138405
 
Old 04-20-2006, 08:25 AM   #5
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
When you download Firefox from mozilla.com, you should get a file in tar.gz format.

Open up a terminal, change to the directory that you saved the tar file (It is probably your home directory). Use the following command to unzip the tar file:
Code:
tar -xzvf filename.tar.gz
where filename is whatever the file is called.

Change to the directory that has been created (cd firefox), and type
Code:
./firefox
Firefox should open.

If you want to install Firefox for all users on your system, move the firefox directory to /usr/local (mv ~/firefox /usr/local assuming that the firefox directory is in your home directory. Then (as root, or sudo on Ubuntu) run:
Code:
rm /usr/bin/firefox ; ln -s /usr/local/firefox/firefox /usr/bin
Now you should be able to run firefox just by typing "firefox" in a terminal.

I hope this helps
--Ian
 
Old 04-20-2006, 09:25 AM   #6
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
use urpmi for mandrake and apt-get for ubuntu.

Basically, under linux, the package management system does everything for you.
You don't have to go google & download stuff by hand. Your distro knows where to find software. You may have to tell it some additional places once in a while for some exotic software but you do that once. After, you just use the package management system to download & install.
If you don't use a package management system, it means you have to compile everything by hand.

Last edited by Agrouf; 04-20-2006 at 09:36 AM.
 
Old 04-20-2006, 09:01 PM   #7
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
I don't know about Mandriva, but Firefox 1.5 is not included in the Ubuntu Breezy repositories.

Due to dependencies it is not possible to remove FF 1.0.7, see Here for more. The new version of Ubuntu (Dapper Drake) will include Firefox 1.5.

In general though, always use your distros package manager if possible. This will normally make your life much easier.

--Ian
 
Old 04-21-2006, 02:40 AM   #8
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
i'm sure if you update your repositories, as described, firefox 1.5 will be in there.....
 
  


Reply

Tags
firefox, upgrade



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration