I'm trying to install Genymotion on ubuntu 16.10 here is what I did:
wget https://dl.genymotion.com/releases/genymotion-2.8.1/genymotion-2.8.1_x64.bin
sudo chmod +x genymotion-2.8.1_x64.bin
sudo ./genymotion-2.8.1_x64.bin
Then I installed VirtualBox
sudo apt install virtualbox
Then I tried to lunch Genymotion
cd /opt/genymobile/genymotion/
./genymotion
I also tried with sudo
sudo ./genymotion
but no difference
./genymotion: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType. Straight upgrade from 16.04 to 16.10 btw.Edit1: Apparently, I got it working by adding
– diamondburned Mar 12 '17 at 13:13sudo. Also, protip: For ease of access, trysudo ln -s /opt/genymobile/genymotion/genymotion /usr/bin/genymotion