So,Ubuntu 16.04 LTS is finally here and many of us are already getting our hands dirty with the final version of the most popular distribution that is using the X window system. While this long-term support release does look good,the upcoming major changes planned for Ubuntu 16.10 have generated great excitement. The two pylons of these changes will be the incorporation of Canonical's new EGL display server called “Mir”,and the new Unity version 8 which will be based on the Qt toolkit instead of Gtk+ for the sake of the new “convergence” plan. While these implementations are currently largely-bugged,you can already give them a test drive on Ubuntu 16.04,and here's how to do it:
If you're using an older Ubuntu version,start by upgrading to the latest version by typing the following commands in a terminal:
sudo apt-get update
sudo apt-get dist-upgrade
This is important in order to receive the latest package versions available in the new repositories.
After the upgrade is done (or if you're already using Ubuntu 16.04),enter the command:
sudo apt-get install unity8-desktop-session-mir
This will install Mir and Unity 8 on your system (after the required confirmations from the user). Then click on the log-out option from the top panel menu on the right and you'll find yourself on the lightdm screen.
There,you may click on the Ubuntu icon located right next to the user name and select the “Unity 8” choice. After that,enter your user password and press Enter. This should take you to the new Unity. Although the difference in the looks will make it obvIoUs,you can ensure that everything went right by opening a terminal and giving the following commands:
unity –version
(this will output the unity version number)
ps -e | grep unity-system-co