Skip to content

mitzos87/waterfox-install

 
 

Repository files navigation

-- On 2019-10-23 versioning and naming scheme has changed. The installation script still working (jsut downlaoding the classic version) but will be adapted nevertheless. -- Waterfox 2019.10 Release. Also development version are not available for while

Waterfox Install for Linux

Waterfox download and installation script. Tested on Fedora, POP!_OS, openSUSE, Manjaro and of course Arch Linux 64bit versions.

Some References

  • Alex Kontos awesome work. Find out more about Waterfox and the guys. Waterfox is here on GitHub;

  • The waterfox.desktop file is adapted from the one on Arch Linux's AUR waterfox-bin.git. Here is the raw/text only version: waterfox.desktop raw.

    • Changes: Added to the waterfox.desktop the TryExec key entry at line 85: + TryExec=/usr/lib64/waterfox/waterfox with the full path of the application and also 88: Icon=waterfox-icon => Icon=/usr/lib64/waterfox/browser/chrome/icons/default/default256.png altered the Icon key by adding the full path for the 256px x 256px png icon. To point to the icon with the best quality.
  • /usr/bin/waterfox file is adapted from Fedora's version of /usr/bin/firefox as a base, to do a quick adaptation. File is installed by DNF package manager during the installation of Mozilla Firefox browser.

Some Information

The installation script will, download waterfox-xx.xx.xx.en-US.linux-x86_64.tar.bz2 and extract it to /usr/lib64/, create a symbolic link in /usr/bin/, create a desktop entry file (waterfox.desktp) on /usr/share/applications/. And there is no uninstallation yet.

Using the script

Getting the script

You can clone the repo: git clone https://github.com/msmafra/waterfox-install.git Or just download waterfox-install.sh file to your machine.

Installing Waterfox

Run using bash:

sudo bash ./waterfox-install.sh

Or make it executable:

chmod +x ./waterfox-install.sh

And then run it:

sudo ./waterfox-install.sh

Installing Waterfox with the instructions of Angela (angela-d)

The waterfox-download.sh file will access the download page, get the URL and check if the file is available for downloading and print it to your console.

Instructions here: How to Install Waterfox on Linux

Uninstalling Waterfox

There is also a separated uninstallation file for the 0.x installation because of its place of installation /usr/lib64/. It will probably change on the next version to /opt/. Will be integrated in the final version. Your profile(s) will not be deleted. They are located in ~/.mozilla/waterfox/

Run using bash:

sudo bash ./uninstall-waterfox.sh

Or make it executable:

chmod +x ./uninstall-waterfox.sh

And then run it:

sudo ./uninstall-waterfox.sh

Newer Versions Of Waterfox

The script was pointing to the previous download page https://waterfoxproject.org/en-US/waterfox/new/?scene=1, which is not updated anymore. Actually https://waterfoxproject.org/ is now redirected to https://www.waterfox.net/. The new download page has now all OSes and also the possiblity to download the testing and production versions. The ability to choose between production and development version is not implemented in the current version 0.x but will be in 1.0.

About

Waterfox download and installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%