I've installed Octave 4.2.0 on Ubuntu 16.04:
wget ftp://ftp.gnu.org/gnu/octave/octave-4.2.0.tar.gz
tar xf octave-4.2.0.tar.gz
rm octave-4.2.0.tar.gz
cd octave-4.2.0/
./configure
make -j8
sudo make install
However there is a graphical bug in my Octave terminal:
The rows in terminal are stupidly small to see the present code.
How can I get rid of this bug?