Snap version of OpenRefine.
Build the snap locally and install it for a quick smoke test:
snapcraft
sudo snap install --dangerous openrefine_*.snap
snap run openrefineAfter testing, remove the snap and clean the build assets:
sudo snap remove openrefine
snapcraft clean