Страница 1 из 1

Firefox

Добавлено: 28 июн 2013, 09:38
karol
hello
When, firefox 22 in Rosa linux,OpenMandriva already has, Ubuntu also, and when it receives Rosa ? :)

Re: Firefox

Добавлено: 28 июн 2013, 10:00
Pulfer
karol писал(а):hello
When, firefox 22 in Rosa linux,OpenMandriva already has, Ubuntu also, and when it receives Rosa ? :)
It's already built:

32: http://abf-downloads.rosalinux.ru/rosa2 ... n/release/
64: http://abf-downloads.rosalinux.ru/rosa2 ... n/release/

And it will be pushed to official updates as soon as QA verifies it. :) Shouldn't take much time, I guess.

Re: Firefox

Добавлено: 28 июн 2013, 16:15
karol
Thank's Mate :)

Re: Firefox

Добавлено: 28 июн 2013, 16:24
karol
And what to do to update the firefox automatically from repo? :)

Re: Firefox

Добавлено: 28 июн 2013, 16:58
Vegatron
Hello, you need to either wait until QA checks the packages, approves them and they are published to the official repo, or add those containers manually and install packages with urpmi --auto-update.
To add the containers you need to
run command

Код: Выделить всё

urpmi.addmedia <reponame> <repopath>
For example for firefox on i586 arch

Код: Выделить всё

urpmi.addmedia firefox http://abf-downloads.rosalinux.ru/rosa2012.1/container/1174844/i586/main/release/
Do not forget to also add the l10n containers

Код: Выделить всё

i586
http://abf-downloads.rosalinux.ru/rosa2012.1/container/1174762/i586/main/release/
x86_64
http://abf-downloads.rosalinux.ru/rosa2012.1/container/1174845/x86_64/main/release/
Or you can download packages manually from that repositories and install them manually
for example

Код: Выделить всё

wget http://abf-downloads.rosalinux.ru/rosa2012.1/container/1174844/i586/main/release/firefox-22.0-2-rosa2012.1.i586.rpm 
wget http://abf-downloads.rosalinux.ru/rosa2012.1/container/1174762/i586/main/release/firefox-ru-22.0-1-rosa2012.1.noarch.rpm

Код: Выделить всё

urpmi firefox-22.0-2-rosa2012.1.i586.rpm firefox-ru-22.0-1-rosa2012.1.noarch.rpm
Please note that i used firefox-ru as an example, choose your language instead of it.

Re: Firefox

Добавлено: 28 июн 2013, 18:27
karol
Thank's Mate :) Good Day