How to Install Unity 5.0 via PPA in Ubuntu 11.10 Oneiric Ocelot
Unity 5.0 has been released by Unity team but it for testing version of Unity. currently unity 5.0 available for only Ubuntu 12.04 Precise Pangolin that comes with new features. When you right-click on Dash button, a new menu is added, which is not possible in the previous version of Unity
You should know, after install Unity 5.0 under ubuntu 11.10 Marlin file browser and the stable release of Nuvola Player not working
Caution: Before starting installation unity 5.0 on ubuntu 11.10, you should bear in mind that we are not responsible for any damage that this guide may cause to your system. you can try this guide on VirtualBox or any emulator appliction.
Let’s See guide : How to Install Unity 5.0 via PPA in Ubuntu 11.10 Oneiric Ocelot
How to Install Unity 5.0 via PPA in Ubuntu 11.10 Oneiric Ocelot
Add the PPA ppa:unity-team/staging on your ubuntu system via terminal, run the command below in terminal:
sudo add-apt-repository ppa:unity-team/staging sudo apt-get update sudo apt-get dist-upgrade
If installation unity 5.0 in ubuntu 11.10 is complete. Restart ubuntu 11.10 then begin enjoying Unity 5.0 🙂
How to Downgrade Unity 5.0
if you have an error after install unity 5.0, Open a terminal and run the following commands:
sudo apt-get install ppa-purge sudo ppa-purge ppa:unity-team/staging