On 22 February 2016 at 21:57, Osiris Pedroso <[email protected]> wrote: > I am trying to build ZGuide. > > Selfish reason is that I am using same ascii diagrams to describe my > architecture and would like to use the same toolset to generate the > graphics/pdf, since I like ZGuide's graphics so much. > > I have an up to date Ubuntu 14.04 LTS VM that I am running. > I got the ZGuide source from git://github.com/imatix/zguide. > > I found the file zguide/bin/INSTALL and I am trying to install those > packages, but several fail since Ubuntu software distribution does not know > of them. > > $ sudo apt-get install rasterizer > E: Unable to locate package rasterizer > > Same error for: > > pygmentize > docbook2ps > ps2pdf > rasterizer (repeated so a nice list) > > > Any idea where I should get them from?
Hi, On Ubuntu's (and Debian's) website you can search for package content, it's a very convenient tool. It will match filenames. For example, it looks like /usr/bin/rasterizer comes from libbatik-java: http://packages.ubuntu.com/search?suite=trusty§ion=all&arch=any&keywords=rasterizer&searchon=contents /usr/bin/pygmentize -> python-pygments /usr/bin/docbook2ps -> docbook-utils /usr/bin/ps2pdf -> ghostscript Kind regards, Luca Boccassi _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
