I recently dual booted ubuntu 17.10 with windows 10 At the time of installation i did not installed audio, video and flash plugins Now i want to install them Can anybody tell me how to install them
Asked
Active
Viewed 4,507 times
2 Answers
4
You can run the following command lines
sudo apt-get update
sudo apt-get install ubuntu-restricted-extras
to install a meta-package that will bring a lot of packages with codecs etc for playing multimedia.

sudodus
- 46,324
- 5
- 88
- 152
0
Go to System Settings->Software & Update->additional drivers
section and you can see something like this
Check/Uncheck based on your drivers.

Abdulla Nilam
- 298
-
-
1I did not downvote, I will upvote now. Your answer addresses the tag 'drivers', which is valuable information, but it does not address the question about 'audio and video plugins'. – sudodus Oct 27 '17 at 09:44