rodrigosantosbr

[Ubuntu 11.04] How to install Firefox 44

Dec 28th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
sudo apt-get install -y libgtk-3-dev libcanberra-gtk-module libcanberra-gtk3-module
sudo rm -rf /opt/firefox* && sudo rm -rf /usr/bin/firefox && sudo rm -rf /usr/share/applications/firefox.desktop
wget https://ftp.mozilla.org/pub/firefox/releases/44.0b9/linux-i686/pt-BR/firefox-44.0b9.tar.bz2
tar -xjvf firefox*.bz2
mkdir /opt
sudo mv firefox /opt/firefox
sudo ln -sf /opt/firefox/firefox /usr/bin/firefox
echo -e '[Desktop Entry]\n Version=44\n Encoding=UTF-8\n Name=Mozilla Firefox\n Comment=Navegador Web\n Exec=/opt/firefox/firefox\n Icon=/opt/firefox/browser/chrome/icons/default/default128.png\n Type=Application\n Categories=Network' | sudo tee /usr/share/applications/firefox.desktop
sudo chmod +x /usr/share/applications/firefox.desktop
cp /usr/share/applications/firefox.desktop  /home/user/Desktop
Add Comment
Please, Sign In to add comment