umake - Unity3d installation failed

when I install Unity3d via umake utility i get following error message.

 Choose installation path: /home/unknown/tools/games/unity3d
Downloading and installing requirements |
ERROR: installArchives() failed
Subprocess output: E:Reverse conflicts early remove for package 'libglapi-mesa:amd64' failed

Does anyone know how can I resolve this? I will be very happy if someone can help me.

1 Answer

Here is how to install Unity3d on Ubuntu (tested on 14.04LTS and 15): download Unity3d: (the blue button Download Unity 3D Editor for Ubuntu)

then do these following line:

sudo apt-get install monodevelop xterm
sudo dpkg -i unity-editor*.deb
sudo chmod 4755 /opt/Unity/Editor/chrome-sandbox

and normaly you have it !

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like