RPM for Firefox 3.0.X? - Mandriva
This is a discussion on RPM for Firefox 3.0.X? - Mandriva ; Where can I find an RPM to install firefox 3 on 2008.0? I had installed
it by hand, but every time I do a system update and forget to tell it
*not* to update firefox, it reverts back to 2.0.0.X. ...
-
RPM for Firefox 3.0.X?
Where can I find an RPM to install firefox 3 on 2008.0? I had installed
it by hand, but every time I do a system update and forget to tell it
*not* to update firefox, it reverts back to 2.0.0.X. :-(
If I had the RPM, at least it would be easy to fix the damage.
Paul
-
Re: RPM for Firefox 3.0.X?
On Sat, 11 Oct 2008 22:07:12 -0700, Paul Hanchett wrote:
> Where can I find an RPM to install firefox 3 on 2008.0? I had installed
> it by hand, but every time I do a system update and forget to tell it
> *not* to update firefox, it reverts back to 2.0.0.X. :-(
Have you tried placing an entry in /etc/urpmi/skip.list. Example:
/^mozilla-firefox/
# ********** end skip.list *************
> If I had the RPM, at least it would be easy to fix the damage.
Or just place your commands in a file, example, install_firefox,
chmod +x install_firefox. Then you can do a
../install_firefox
-
Re: RPM for Firefox 3.0.X?
On Sat, 11 Oct 2008 22:07:12 -0700, Paul Hanchett wrote:
> Where can I find an RPM to install firefox 3 on 2008.0? I had installed
> it by hand, but every time I do a system update and forget to tell it
> *not* to update firefox, it reverts back to 2.0.0.X. :-(
>
> If I had the RPM, at least it would be easy to fix the damage.
>
> Paul
I sure its in the contrib
Fred
-
Re: RPM for Firefox 3.0.X?
On Sun, 12 Oct 2008 07:17:57 +0000 (UTC), Fred wrote:
>
> I sure firefox 3 is in the contrib
Only main-2009.1 and main-2009.0 have firefox-*-3.0.3*
-
Re: RPM for Firefox 3.0.X?
On Sun, 12 Oct 2008 01:07:12 -0400, Paul Hanchett wrote:
> Where can I find an RPM to install firefox 3 on 2008.0? I had installed
> it by hand, but every time I do a system update and forget to tell it
> *not* to update firefox, it reverts back to 2.0.0.X. :-(
I haven't found an rpm. Before you install by hand, remove the installed
version using urpme. That way, it won't "get updated" by urpmi.
Regards, Dave Hodgins
--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
-
Re: RPM for Firefox 3.0.X?
Bit Twister wrote:
> On Sun, 12 Oct 2008 07:17:57 +0000 (UTC), Fred wrote:
>>
>> I sure firefox 3 is in the contrib
>
> Only main-2009.1 and main-2009.0 have firefox-*-3.0.3*
And you need to install libnss3 as well, from the 2009.0-repos 
-
Re: RPM for Firefox 3.0.X?
David W. Hodgins wrote:
> I haven't found an rpm. Before you install by hand, remove the installed
> version using urpme. That way, it won't "get updated" by urpmi.
That will help, anyway-- Thanks!
Paul