Is there an easy way of viewing installed documentation?
For instance, if I installed the documentation for libtexttools
sudo apt install libtexttools-doc
It puts the docs in /usr/share/doc/libtexttools-doc. It doesn't tell me what it has installed or where it is being installed. I have to use find to locate it and peek in the directory. In this case, 2 html files.
I am currently using file:///usr/share/doc/libtexttools-doc/usermanual.html in a browser. As an alternative, I use html2text from the console. Both these methods work but is there an easier way without having to find out where the documents have eventually ended up?