Enable Mouse on linux terminal / console

To enable mouse on linux terminal the general purpose mouse driver needs to by installed.
apt-get install gpm
if not done automaticaly enable gpm on boot time by creating symlink:
/etc/rc2.d/S20gpm -> ../init.d/gpm
then restart