38
8
Since last week, I'm receiving the following message for almost every page that I open in Firefox:
libavcodev may be vulnerable or is not supported, and should be updated for play video
Apparently, this is just a warning, 'cause I can play videos normally.
I tried
sudo apt-get install libavcodec
but this package does not exists.
I also did apt-get update
and apt-get upgrade
, but the message persists.
Finally, when I use apt-get autoremove
, it does not return any package.
I googled for the message, but not found anything similar.
What should I do to eliminate this message? Should I stay alert for anything?
Some info:
- Ubuntu 14.04
- Firefox Developer Edition 51.0a2
1If you want to find out where a program/component comes from, you can install
apt-file
. You have to periodically update it withapt-file update
. Then, you useapt-file find program-name
to find out which packages it's in. This is a great tool, but it will only search in the repositories you have installed. So, if what you need is in a PPA which you haven't installed, it won't find it. – Joe – 2016-10-25T03:01:13.663