On Thu, Jan 23, 2003 at 12:51:50PM +0100, Michael Jaeger wrote: > On Thursday, 23. January 2003 12:26, Dekel Tsur wrote: > | What is the output of 'kpsewhich cv.cls', 'locate cv.cls', and > | 'dpkg -S cv.cls' ? > > kpsewhich cv.cls: Nothing > locate cvs.cls: locate: /var/cache/locate/locatedb: No such file or directory > dpkg -S cv.cls: dpkg: *cv.cls* not found.
Take a stab at the following command: find / -name "cvs.cls" -print (Note that this command take as much as several minutes, depending on how many files you have.)