[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sources.list



thanks...  i did. same result...  is there any particular src endpoint directly affecting the "build-dep python-imaging --fix-missing" commands/flags?

thanks... 

On Thu, Oct 19, 2017 at 6:09 AM, Steve Kemp <steve@steve.org.uk> wrote:
>
>    #A sudo vi /etc/apt/sources.list
>
>    shows this:
>
>    deb  http://cdn-aws.deb.debian.org/debian  stretch  main

  Lines beginning with "deb" are used for binary packages.  For
 "source" packages you need a "deb-src" prefix.  Something like
 this:

    deb-src  http://cdn-aws.deb.debian.org/debian  stretch  main
    deb-src  http://security.debian.org  stretch/updates  main
    ..

  (Just add those, leave the binary-lines in-place.)

Steve
--


Reply to: