I want to find the exact package font: -dec-terminal-medium-r-normal--14-140-75-75-c-80-iso8859-1
belongs to. I did search `find /usr/share/fonts -iname '*dec*' /usr/share/fonts/X11/misc/deccurs.pcf.gz /usr/share/fonts/X11/misc/decsess.pcf.gz /usr/share/fonts/X11/encodings/dec-special.enc.gz And, of course I search those filenames with apt-file to get package name. The trouble is, I don't (yet) know which, if any, contains the above mentioned exact font name. 'zcat FNAME|grep -i dec' on the above file names ... is not usefull either.