1

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!

Chetan Bhargava
  • 1,262
  • 3
  • 15
  • 29
Naimul Hasan
  • 21
  • 1
  • 1
  • 4

1 Answers1

2

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.

David E
  • 136
  • 2