-1

I used

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

I am getting

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 Answers1

0

Open a Terminal an type the following commands:

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

Vlc was not found because it's only available in the universe repository.