I have lots of font packages installed. How can I tell which ones I don't really need?: How to tell the last time I used them: $ dlocate .ttf|sed 's/.* //'|xargs ls -ogtu perhaps? (Probably no counter to count how often I used them.) How to browse them?