PDA

View Full Version : How can I run 'apt-get build-dep vlc'



yinglcs2
August 2nd, 2007, 09:35 PM
Hi,

I am trying to run 'apt-get build-dep vlc', but i get the following error:

$ sudo apt-get build-dep vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for vlc

Can you please help me to resolve them?

Thank you.

yinglcs2
August 2nd, 2007, 09:38 PM
What does it mean by:

$ sudo apt-get build-dep vlc;
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list

Rocket2DMn
August 2nd, 2007, 11:47 PM
Do you have the universe repository enabled? In Synaptic, go to Settings->Repositories and make sure the universe repository is enabled.
OR
you can run
gksudo gedit /etc/apt/sources.list and removing the # in front of the lines for universe. Then run

sudo apt-get update
sudo apt-get build-dep vlc

walkerk
August 2nd, 2007, 11:57 PM
I'm sure it did. We covered this in another thread. Was another thread necessary?