I am learning to use gtkmm and I've downloaded libgtkmm-3.0-doc
using apt-get install libgtkmm-3.0-doc
. Where do I find this doc so I could read it?
Asked
Active
Viewed 130 times
2 Answers
3
It appears that it installs the documentation in html format inside a this path:
/usr/share/doc/gtkmm-documentation/tutorial/html/index.html

AturSams
- 7,568
- 18
- 64
- 98
-
One could copy-paste that path on their web browser of choice to access the doc. I did it that way :) – Keyikedalube Ndang Mar 29 '21 at 02:07
2
You can find the files installed by the package by using the command dpkg-query:
dpkg-query -L libgtkmm-3.0-doc

snow_abstraction
- 408
- 6
- 13