LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 12-18-2005, 02:58 AM   #1
Sfisher961
LQ Newbie
 
Registered: Sep 2005
Posts: 5

Rep: Reputation: 0
No Mozilla-Firefox


I have just installed Mandriva 2006 which I thought came with mozilla or firefox web browsers but I found none. I put in the second CD of Mandriva which had all the rpm's for mozilla. I copied them from the CD to a folder on my Mandriva 2006 install. When I tried to use the urpmi update command it said all the packagers were installed, so where are they???
 
Old 12-18-2005, 03:55 AM   #2
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
It's been a long time since I last used Mandrake, but if I remember correctly (and urpmi works anything like the installer utilities in other distros) urpmi will only see rpms in pre-defined locations (like on a cd) and you'll need to tell it the cd exists (add it to the database, just like you need to add repos for online updates and installs.
 
Old 12-18-2005, 07:07 AM   #3
jeanmm
LQ Newbie
 
Registered: Nov 2005
Location: France - Versailles
Distribution: Mandriva 2007
Posts: 24

Rep: Reputation: 15
Hello,

The names are : mozilla-firefox and mozilla-thunderbird.
 
Old 12-18-2005, 07:19 AM   #4
jeanmm
LQ Newbie
 
Registered: Nov 2005
Location: France - Versailles
Distribution: Mandriva 2007
Posts: 24

Rep: Reputation: 15
I installed following package : kdeadmin-kpackage. It offers a nice utility, kpackage, which helps in finding all information about installed packages (but not only). For example, a search for filenames containing "firefox" would give lots of results, and particularly in /usr/bin : "/usr/bin/mozilla-firefox".
 
Old 12-18-2005, 09:32 AM   #5
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Finding whether a package is installed can be done either by
rpm -q <packagename>
or
rpm -qa | grep <filenamepart>

To find out where the binary was installed to you can use
whereis <filename>

However, the orignal question was about package installation:
installing a package from the commandline can be done easiest by using the 'cd' command to go to the directory you placed the rpm's in. After that issue the following command:
rpm -Uvh <packagename>
Alternatively, if you wish to install all the rpm's in the directory:
rpm -Uvh *.rpm
 
Old 12-18-2005, 09:56 AM   #6
jeanmm
LQ Newbie
 
Registered: Nov 2005
Location: France - Versailles
Distribution: Mandriva 2007
Posts: 24

Rep: Reputation: 15
ok,
Lots of command lines help finding files and packages. For example to find only commands, use better "which" than "whereis", the result will only show the effective command that would be executed. The kpackage utility is simpler for beginners.
Hope that will help Sfisher961.
 
Old 12-18-2005, 02:40 PM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
There is no need to even use kpackage. Mandriva already provides rpmdrake, which provides a single location for all package management issues. Mandriva 2006 does have Firefox and Thunderbird. I am not sure where exactly they are on the free CD's because I have the powerpack dvd version.
 
Old 12-18-2005, 04:26 PM   #8
m_a_b
Member
 
Registered: Aug 2003
Distribution: Ubuntu 6.10 Edgy
Posts: 90

Rep: Reputation: 15
I am still using MDK 10, but like reddazz said, have you tried logging into the mandrake control center Software manager and searching for that package? On MDK 10, doing this will give you an old version of firefox, so I am sure it would be there for you too. On mine, if there is an RPM on the CD, you don't need to copy them to the disk, you just install it from there and it will tell you what disk to insert.

If all else fails, you could just download it from mozilla - you just extract the tarball to a location and run the firefox or thunderbird file...
 
Old 12-18-2005, 04:32 PM   #9
Sfisher961
LQ Newbie
 
Registered: Sep 2005
Posts: 5

Original Poster
Rep: Reputation: 0
I did another install of mandriva including internet workstation on another computer and it was there. Thanks to all for input.
 
Old 12-18-2005, 05:07 PM   #10
purelithium
Member
 
Registered: Oct 2005
Location: Canada
Distribution: Mandriva 2006.0
Posts: 390

Rep: Reputation: 30
Set up your repositories at easyurpmi.zarb.org, follow the 3 steps, starting at the very top of the page, and then you can access any package that's available for mandriva.

once you have your repositories set up, type "urpmi mozilla-firefox" in konsole as root and you'll get firefox!
 
Old 12-20-2005, 10:25 AM   #11
kasl33
Member
 
Registered: Oct 2004
Location: USA
Distribution: Ubuntu-Server, Mac OS X, Arch Linux
Posts: 356

Rep: Reputation: 48
Mandriva does come with Firefox by default if you use KDE (and probably Gnome) but uses a customized version with the Galaxy theme. However, you could just get the latest version of Firefox at www.mozilla.com and follow these instructions to get it working:

http://www.linuxquestions.org/questi...d.php?t=394822
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mozilla flaws could allow attacks, data access into Firefox & Mozilla web browsers! t3gah Linux - Security 6 04-09-2006 04:00 AM
Mozilla Firefox 1.0.4 is out! t3gah Linux - News 1 06-13-2005 12:00 PM
Mozilla Firefox HELP!!! webwally Linux - Newbie 7 03-24-2005 03:27 PM
Mozilla Firefox and Mozilla Thunderbird FireInTheDark Linux - Software 3 08-14-2004 11:52 AM
Why should i use firefox instead of mozilla? Braveheart1980 Linux - Software 8 02-24-2004 11:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:01 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