On Sun, 12 Jul 2020 at 10:14, Tim Woodall via GLLUG <[email protected]> wrote: > > Hi All, > > I'm struggling to work out how to retrieve a debian source package. I > get this: > > tim@dirac:~/git/pkgrebuild/squid$ apt-get --print-uris -t buster source squid > Reading package lists... Done > E: Can not find version '4.6-1+deb10u2' of package 'squid' > E: Unable to find a source package for squid >
It should just work. do you have the src entries in you /etc/apt/sources.list ? (or in sources.list.d) e.g. (This is the ubuntu equivalent, but the debian line should look similar) deb-src http://gb.archive.ubuntu.com/ubuntu/ bionic-updates main restricted -- GLLUG mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/gllug
