Use the Linux x64 installer provided on Google Drive
After installing, if you attempt to run re3.sh, you'll hit a snag
java.lang.UnsatisfiedLinkError: /tmp/QtJambi_seamonkey_amd64_4.5.2_01_gcc-20090628-2055/lib/libQtGui.so.4: libpng12.so.0: cannot open shared object file: No such file or directory
Install the older version of libpng by performing the following:
echo "deb
http://mirrors.kernel.org/ubuntu/ xenial main" | sudo tee -a /etc/apt/sources.list && sudo apt-get update && sudo apt install -y --allow-unauthenticated libpng12-0
Don't forget to remove the added xenial repo from your sources.list and do a sudo apt update afterwards!