5

I cannot find it in apt-get. It is in 14.04.

3 Answers3

6

It is not in the repos for 16.04 but it is available on launchpad

Install from the .deb with

sudo dpkg -i gpointing-device-settings_1.5.1-6ubuntu2_amd64.deb
Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
1

Don't install it, it works just the very first time and don't work after reboot gpointing-device-settings lost on reboot

Better use workaround like this: https://unix.stackexchange.com/questions/101867/make-mouse-movements-scroll-when-the-middle-button-is-held-down?noredirect=1&lq=1

Use xinput commands, as explain in the response of the link above.

Xzu
  • 98
0

Yes it is available. You have to enable the "Universe" repository in your package management settings or by uncommenting the lines for the universe repo in your /etc/apt/sources.list file.

However, it doesn't seem to work well and it crashes constantly.

Click here for more info on how to enable the Universe repository.

mchid
  • 43,546
  • 8
  • 97
  • 150