How to install Doxygen GUI on Ubuntu?

doxygen, doxywizard

Solution

In Debian the package is called doxygen-gui. It must be the same in Ubuntu, so try `sudo apt-get install doxygen-gui`.

Edit : apparently, doxygen-gui doesn't exist in Karmic. Try any other repo ? http://packages.ubuntu.com/search?keywords=doxygen-gui

Problem

I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where can I get it?

Original source