08-10-2014, 12:09 PM
bitsnpcs, you can install them in several ways, with synaptic package manager, aptitude etc...
Here are some of them Banshee, umplayer, SMPlayer, QMPlay2, gnome media player, Miro... I can't remember right now but there are more media players.
Some of these are just frontends to mplayer.
You can install them with terminal with sudo apt-get install or sudo aptitude install.
Banshee
umplayer
SMPlayer (with Smtube)
QMPlay2
GNOME media player
Miro
Kaffeine
Totem
You can search for software package names in Synaptic or install them with synaptic.
Here are some of them Banshee, umplayer, SMPlayer, QMPlay2, gnome media player, Miro... I can't remember right now but there are more media players.
Some of these are just frontends to mplayer.
You can install them with terminal with sudo apt-get install or sudo aptitude install.
Banshee
Code:
sudo apt-get install bansheeCode:
sudo add-apt-repository ppa:noobslab/apps && sudo apt-get update && sudo apt-get install umplayerCode:
sudo add-apt-repository ppa:rvm/smplayer && sudo apt-get update && sudo apt-get install smplayer smtube smplayer-themes smplayer-skinsCode:
sudo add-apt-repository -y ppa:samrog131/ppa && sudo apt-get update && sudo apt-get install qmplay2Code:
sudo apt-get install gnome-media-playerCode:
sudo add-apt-repository ppa:ubuntuhandbook1/ppa && sudo apt-add-repository ppa:jon-severinsson/ffmpeg && sudo apt-get update && sudo apt-get install miroCode:
sudo apt-get install kaffeineCode:
sudo apt-get install totemYou can search for software package names in Synaptic or install them with synaptic.
Code:
sudo synaptic
