On Monday, September 21, 2026 1:14:10 PM Mountain Standard Time Danial Behzadi wrote: > > I need to make a list of every *.eot file (an obsolete font format) shipped > > in > Debian. > > Can't you do it locally via `apt-file`?
Thanks. That is exactly what I needed. In case anyone else is unaware of the commands, the following produced a list of every .eot file in every package in the Debian repository (including *.eot.gz files). $ sudo apt-file update $ apt-file search .eot -- Soren Stoutner [email protected]
signature.asc
Description: This is a digitally signed message part.

