42

Whenever I'm installing a software on my machine it is showing

/bin/bash: texi2dvi: command not found

My Operating system is Ubuntu 12.04. Do I need install any packages on it.?

Alvin
  • 940
  • 2
  • 13
  • 27

1 Answers1

83

You need to install texinfo.

sudo apt-get install texinfo
devnull
  • 118,548
  • 33
  • 236
  • 227