On Thu 28 Dec 2017 at 18:44:46 +0000, Eric S Fraga wrote: > On Thursday, 28 Dec 2017 at 08:34, Brian wrote: > > [...] > > > 'apt search' (and 'apt-cache search') gets its information from what is > > in lists. Try searching through all files there with > > > > grep "^Package:.*ufraw" * > > Well, interesting. ufraw is listed in > > ftp.uk.debian.org_debian_dists_main_binary-amd64_Packages > > but apt search doesn't fine it. > > Very strange.
What is the error message? Does 'apt search ....' find anything? How about 'apt show ufraw'? Comment out everything in sources.list and do 'apt update'. There should now be no package information in lists. Delete pkgcache.bin and srcpkgcache.bin. Add the single line deb http://ftp.uk.debian.org/debian buster main to sources.list and do 'apt update'. 'apt search ufraw'? (I'd use "deb http://deb.debian.org/debian buster main" but that is probably neither here nor there). -- Brian.