I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where can I get it?
5 Answers
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

- 6,819
- 1
- 28
- 24
-
7to start doxygen gui type in terminal type `doxywizard`. For diagram perhaps need also `sudo apt-get install graphviz`. – Peter Krauss Nov 02 '16 at 21:49
-
It confuses me every time I install a package via the CLI and it has some executable name which is not derivable from the package name. :( – schande Oct 14 '22 at 08:53
apt-file search doxywizard
is a good way to answer this type of question, and leads directly to doxygen-gui
.

- 347,512
- 102
- 1,199
- 985
I installed the older package from Jaunty on Karmic. I believe it was from this link: http://packages.ubuntu.com/en/jaunty/doxygen-gui YMMV.

- 31
- 1
Yes, and from what I've read it will become available again in Ubuntu Lucid Lynx , 10.04 (see: https://launchpad.net/ubuntu/+source/doxygen/1.6.2-0ubuntu1 )
Downloaded .deb-file from : https:// launchpad.net/ubuntu/lucid/i386/doxygen-gui/1.6.2-1 But that needs some libqt4-xml version higher then the jaunty jackalope 9.10 repository .
Guess we'll have to wait a bit .

- 598
- 1
- 9
- 22
if you use eclipse there is a plugin called eclox which would do the trick.
(tested it in ubuntu 9.04)

- 1,196
- 3
- 11
- 25