21

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

Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
Pieter
  • 31,619
  • 76
  • 167
  • 242

5 Answers5

57

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

Pik'
  • 6,819
  • 1
  • 28
  • 24
  • 7
    to 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
4
apt-file search doxywizard

is a good way to answer this type of question, and leads directly to doxygen-gui.

Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
2

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.

joe
  • 31
  • 1
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 .

imme
  • 598
  • 1
  • 9
  • 22
0

if you use eclipse there is a plugin called eclox which would do the trick.

(tested it in ubuntu 9.04)

ruwan.jayaweera
  • 1,196
  • 3
  • 11
  • 25