Every time I try to install VLC on my Raspberry Pi I get this error
$sudo apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc
Please help me out!
Every time I try to install VLC on my Raspberry Pi I get this error
$sudo apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc
Please help me out!
There could be a couple reasons why this is happening. First of all, update your repositories with the command sudo apt-get update
. Then run sudo apt-get install vlc
.
apropos
searches the man page database; are you sure you don't meanapt-cache search vlc
? – Dave Jones Jan 30 '17 at 11:04