The Waterfox web browser is a 64-bit-only open source project based on Firefox.
I would like to see how is the performance compared to Firefox, apparently its better.
Being new to Linux, it's a challenge when it comes to packages that are not .deb. On the official site, Waterfox is provided as a .tar.bz2
file. How can I install Waterfox on Lubuntu 17.04 and also add an entry for it in my menu, under Internet, alongside Firefox?
Best Answer
There is an unofficial repository from which you can download and install Waterfox using
apt
.Add the repository to your sources:
Add the public key:
wget -nv https://download.opensuse.org/repositories/home:hawkeye116477:waterfox/xUbuntu_Next/Release.key -O Release.key sudo apt-key add - < Release.key
Replace
xUbuntu_Next
withxUbuntu_19.04
or whichever version as needed.Now update packages and install:
If you have problems, you may need to install some dependencies because the developers used the latest version of the GNU Standard C++ Lib, which isn't available on some systems. (I had to do this manually in 14.04. YMMV.)
Possible step:
Run
waterfox
at the prompt. Voila!