Wickr Me doesn't launch on Ubuntu 20.04

They updated the snap packages and it seems Wickr Me does not run on Ubuntu 20.04 anymore. Last time switching back to beta channel did work, because the actual version on beta channel was 5.47.25. It seems that was the last version which worked with Ubuntu 20.04. But now the beta channel got updated to version 5.76.13 which does not run on Ubuntu 20.04. So changing the release channel does not help anymore and currently all version which are installable via snap do not run on this distribution. If you try to run wickrme from terminal it gives error message: Illegal instruction (core dumped)


From wickr support: If you are having trouble opening Wickr on your Linux device, please check your processor for AVX and AVX2 support by opening a Terminal window and typing in:

grep ^flags /proc/cpuinfo | sort -u | cut -f 2 -d: | sed -e 's/ /\n/g' | grep avx

This should list both if you have AVX and AVX2 support on this processor.

Alternatively, you can find your model name and number by typing in a Terminal:

cat /proc/cpuinfo

After getting your CPU model information from the command above, you can enter that model name and number into Intel's website to check compatibility. Under the Advanced Technologies tab, look for Instruction Set Extensions.

If you do not have AVX and AVX2 support listed here, you will need to uninstall the current Wickr version and install the candidate version instead, until we are able to resolve this issue.

You will need to type the following in the Terminal to install the candidate version of Wickr Me. To change the app installed, change the final command to "wickrpro" or "wickrenterprise"

sudo snap install --channel=candidate wickrme