Код: Выделить всё
# yum remove firefox
32bit:
Код: Выделить всё
# wget http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/35.0.1/linux-i686/ru/firefox-35.0.1.tar.bz2Код: Выделить всё
# wget http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/35.0.1/linux-x86_64/ru/firefox-35.0.1.tar.bz2Код: Выделить всё
# tar xvjf firefox-35.0.1.tar.bz2Код: Выделить всё
# ln -s /usr/local/firefox/firefox /usr/bin/firefoxКод: Выделить всё
# firefox &

