I use Ubuntu 16.04 on a HP Envy laptop. My cursor is randomly jumping like described in https://radu.cotescu.com/how-to-fix-cursor-jumping-in-ubuntu/.
I'd like to use method 3, but I only get the following:
sudo apt-get install touchfreeze
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package touchfreeze is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'touchfreeze' has no installation candidate
I found another solution at Touchpad issue: jumping cursor while typing (Ubuntu 14.04), syndaemon don't help and tried
sudo apt-get install gpointing-device-settings
but also having the same output above and can't install it either.
Is there a way to install either touchfreeze
or gpointing-device-settings
on Ubuntu 16.04?