When I try to play a movie or a song on my computer (not online), I get a message saying I need to install a plugin.
How can I install this plugin or to play media ?
When I try to play a movie or a song on my computer (not online), I get a message saying I need to install a plugin.
How can I install this plugin or to play media ?
There are two ways to solve this issue.
Install the media codecs needed
One approach will be to install the necessary codecs you need, and you can do the same by running the following command in terminal (by pressing Ctrl+Alt+T):
sudo apt-get install ubuntu-restricted-extras
Install another media player like VLC
VLC is an excellent free and open source media player and supports all codecs. To install, simply start the terminal (by pressing Ctrl+Alt+T) and you use the following command:
sudo apt-get install vlc