I'm trying to install python imaging library because it's a dependency for some other stuff.
but when I try to do it I get this
$ sudo apt-get build-dep python-imaging
Reading package lists... Done
E: You must put some 'source' URIs in your sources.list
python-imaging
, why not just installpython-imaging
(rather than installing its build dependencies?) – steeldriver May 15 '17 at 18:57sudo apt-get install python-imaging
and everything is alright, thanks alot – Sundar Labhar May 15 '17 at 19:02