Hello Linux Geeksters. As you may know, Funplayer is an open source media player, based on MPlayer. It has a simple and intuitive interface, inspired from the Mac OS X. It provides all the basic functions of a modern media player, so it can be a good replacement for VLC, SMPlayer or others. The latest version available is Funplayer 0.13.

In this article I will show you how to install Funplayer 0.13 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.2 Luna, Debian Jessie, Debian Sid and Debian Wheezy.
There is no ppa available for Funplayer, but we can download the deb packages from the official site and install them with dpkg. Follow the instructions for your system’s architecture, in order to get a successful installation.
How to install Funplayer 0.13 on 32 bit Ubuntu, Linux Mint, Elementary OS and Debian systems:
$ wget -c funplayer.googlecode.com/files/funplayer_0.13-1_i386.deb
$ sudo dpkg -i funplayer_0.13-1_i386.deb
$ sudo apt-get install -f
How to install Funplayer 0.13 on 64 bit Ubuntu, Linux Mint, Elementary OS and Debian systems:
$ wget -c funplayer.googlecode.com/files/funplayer_0.13-1_amd64.deb
$ sudo dpkg -i funplayer_0.13-1_amd64.deb
$ sudo apt-get install -f