Hello Linux Geeksters. As you may know, SMPlayer is a front-end for MPlayer, having support for video, DVD and VCD playback, has some advanced features like support for MPlayer filters and keeps track of the settings of all the played files, resuming a closed movie from the moment it was closed.

The latest version available is SMPlayer 14.9, which comes with the below changes/fixes:
- Fix for Youtube.
- New option to shut down the computer when playback has finished.
- The themes and skin icons are loaded from resource files (*.rcc).
- New fix for searching subtitles from opensubtitles.org that should return more results.
In this article I will show you how to install SMPlayer 14.9 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0 and other Ubuntu derivative systems.
Because it is available via PPA, installing SMPlayer 14.9 on Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the smplayer package. Like this:
$ sudo add-apt-repository ppa:rvm/smplayer
$ sudo apt-get update
$ sudo apt-get install smplayer
Optional, to remove smplayer, do:
$ sudo apt-get remove smplayer