Update firefox & thunderbird 10 to 13

About ROSA Desktop distribution and help to users
Post Reply
User avatar
surfinjack
Nuovo utente
Nuovo utente
Posts: 3
Joined: 11 July 2012, 8:48
OpenMandriva: rosa lts
Kernel: 3.0
Desktop: kde
country: France
Location: Saint-Etienne (42)

Update firefox & thunderbird 10 to 13

Post by surfinjack »

Hello,

How can i only upgrade firefox and thunderbird on rosa lts 2012 marathon ?
I want to update to version 13.1 of firefox and thunderbird.
Thank you for your help

User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

Re: Update firefox & thunderbird 10 to 13

Post by NicCo »

It's easy:
you could add MIB repositories for rosa2012lts temporarely, you could follow this guide
viewtopic.php?f=38&t=3343

you need executing the first part only, where is wrote:
"To add only MIB repositories, leaving other repositories configuration inalterated"

you could only install the /basic repository, so only the first "urpmi.addmedia" row

if you want to avoid a global update, you can use mcc or some commands to update and / or install your preferred programs

Code: Select all

urpmi firefox
urpmi thunderbird
then when you have finished you could also disable these repositories, or leaving them enabled to remain in backport mode



You could also execute some commands like the following, where you configure repo, install the required apps, then remove repo
if you have arch 32bit

Code: Select all

urpmi.addmedia --update MIB-basic_32 http://mib.pianetalinux.org/MIB/rosa2012lts/32/basic/
urpmi firefox
urpmi thunderbird
urpmi.removemedia MIB-basic_32
#
if you have arch 64bit

Code: Select all

urpmi.addmedia --update MIB-basic_64 http://mib.pianetalinux.org/MIB/rosa2012lts/64/basic/
urpmi firefox
urpmi thunderbird
urpmi.removemedia MIB-basic_64
#

NOTE:
Many users reported problems with firefox 13 in MDV 2010.2, these problems seem not affecting rosa2012lts
The problems happen with some extensions, perhaps could be flash plugin related, we are investigating...
In any cases, if you may suffer some problems with ff 13.x, you can ever easily come back to the old ff 10.x


bye, NicCo
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

User avatar
surfinjack
Nuovo utente
Nuovo utente
Posts: 3
Joined: 11 July 2012, 8:48
OpenMandriva: rosa lts
Kernel: 3.0
Desktop: kde
country: France
Location: Saint-Etienne (42)

[SOLVED] Re: Update firefox & thunderbird 10 to 13

Post by surfinjack »

Thanks, it works so good !

Post Reply