On Wed 27 Dec 2017 at 21:36:52 +0000, Eric S Fraga wrote: > On Wednesday, 27 Dec 2017 at 18:18, Brian wrote: > > [...] > > > Post the outputs of > > > > ls -l /var/cache/apt/ > > ls -l /var/lib/apt/lists/ > > > > /var/cache/apt $ ls -l > total 4151 > drwxr-xr-x 3 root root 679936 2017-12-27 10:16 archives > -rw-r--r-- 1 root root 3019781 2017-12-27 14:26 pkgcache.bin > -rw-r--r-- 1 root root 551317 2017-12-27 10:15 > srcpkgcache.bin
On my unstable installation pkgcache.bin is some 28M in size. > /var/cache/apt $ ls -l /var/lib/apt/lists [...] 'apt search' (and 'apt-cache search') gets its information from what is in lists. Try searching through all files there with grep "^Package:.*ufraw" * -- Brian.