1

First sorry for my grammar.

I wanna update Unity version from my Ubuntu 14.04.3 LTS to the same version that appears on Ubuntu 15.10 or 15.04.

I searched on Google but I don't find anything.

Thank you very much :)

AStroud
  • 33
  • 1
  • 5

2 Answers2

0

You need to choose what you prefer: polished stable soft or new versions with bugs. If you want to use new unity you have to upgrade to 15.04, and then to 15.10.

yurikoles
  • 1,262
0

The Unity Desktop Environment version is specific of each version of Ubuntu:

  • Unity 7.2.5 for Ubuntu 14.04.3 LTS
  • Unity 7.3.3 for Ubuntu 15.10

To upgrade the final release of Ubuntu 15.10 released in 22/10/2015 follow the steps below:

Type Alt+F2 to open the dash command or Ctrl+Alt+T to open the terminal.

Use anyone of commands below, whatever:

sudo update-manager -c

sudo do-release-upgrade -p -m desktop
Fernando Santucci
  • 1,270
  • 1
  • 12
  • 19