Apt-Get "sources.list needs at least 1 source-URI" error when building dependecies for Xen

Posted by Entity_Razer on Server Fault See other posts from Server Fault or by Entity_Razer
Published on 2010-04-22T08:06:49Z Indexed on 2010/04/22 8:14 UTC
Read the original article Hit count: 297

Filed under:
|
|

What i'm trying to do is install Xen in a test environment, now I am trying to run the:

apt-get build-dep xen-3.3

command, but it keep throwing a error which literally translated from dutch (installed the debian OS in Dutch) say's:

E: your sourcelist (/etc/apt/sources.list) has to contain at least 1 source-URI

I've googled it but I can't seem to find a definitive solid answer on how to fix this.

By default a source-URI (read man page of apt-get) states it needs to be something along the lines of

deb ftp://ftp.debian.org/debian stable contrib

Now I've got 2 HTTP sources (default Debian ones) up & running so far and they've been working flawlessly for the better part of a few days now. Only now its starting to act up.

Anyone able to help me out ?

Much obliged !

© Server Fault or respective owner

Related posts about xen

Related posts about apt-get