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 banshee
Code:
sudo add-apt-repository ppa:noobslab/apps && sudo apt-get update && sudo apt-get install umplayer
Code:
sudo add-apt-repository ppa:rvm/smplayer && sudo apt-get update && sudo apt-get install smplayer smtube smplayer-themes smplayer-skins
Code:
sudo add-apt-repository -y ppa:samrog131/ppa && sudo apt-get update && sudo apt-get install qmplay2
Code:
sudo apt-get install gnome-media-player
Code:
sudo add-apt-repository ppa:ubuntuhandbook1/ppa && sudo apt-add-repository ppa:jon-severinsson/ffmpeg && sudo apt-get update && sudo apt-get install miro
Code:
sudo apt-get install kaffeine
Code:
sudo apt-get install totem
You can search for software package names in Synaptic or install them with synaptic.
Code:
sudo synaptic