In (at least) Ubuntu when using bash
, it tells you what package you need to install if you type in a command and its not found in your path. My terminal says you need to install ‘texinfo’ package.
sudo apt-get install texinfo
In (at least) Ubuntu when using bash
, it tells you what package you need to install if you type in a command and its not found in your path. My terminal says you need to install ‘texinfo’ package.
sudo apt-get install texinfo