无法安装 VLC 17.04

无法安装 VLC 17.04

我用了

% sudo apt-get update 
% sudo apt-get install vlc browser-plugin-vlc  

我正进入(状态

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package vlc
E: Unable to locate package browser-plugin-vlc

答案1

打开终端并输入以下命令:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt-get update
sudo apt-get install vlc

未找到 Vlc,因为它仅在宇宙储存库。

相关内容