在 Ubuntu 14.04.5 上,我刚刚将 firefox 升级到 50.0 版;现在某些页面上有一条消息,内容如下:
libavcodec may be vulnerable or is not supported, and should be updated to play videos
Run Code Online (Sandbox Code Playgroud)
那么如何更新 libavcodec 呢?
一个简单的
sudo apt-get install libavcodec
Run Code Online (Sandbox Code Playgroud)
给出以下输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libavcodec
Run Code Online (Sandbox Code Playgroud)
所以也许我一开始没有libavcodec
安装?那么为什么我会收到这条消息......?