When I try to install VLC using apt-get, I get the following error:
parameswaran@parameswaran-Compaq-Presario-CQ61-Notebook-PC:~$ sudo apt-get install vlc
[sudo] password for parameswaran:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc
It's happening in my Ubuntu i386 Compaq Presario cq61, and I'm new Ubuntu user.
Somebody please tell me how to solve this issue and install packages in my laptop?
sudo apt-get update && sudo apt-get upgrade
– Parto Feb 06 '14 at 14:47