0

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?

AturSams
  • 7,568
  • 18
  • 64
  • 98

2 Answers2

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
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